| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/ |
| H A D | servermanager.cpp | 8 QMap<QString, PlatformServer*> servers; member in ServerManagerPrivate 29 if(!m_d->servers.values().contains(server)) in registerSever() 31 m_d->servers.insert(server->serverName(), server); in registerSever() 37 if(m_d->servers.contains(serverName)) in unRegisterServer() 39 PlatformServer *server =m_d->servers.value(serverName); in unRegisterServer() 40 m_d->servers.remove(serverName); in unRegisterServer() 48 PlatformServer *server =m_d->servers.value(servername); in addHandler() 64 PlatformServer *server = m_d->servers.value(key); in removeHandler() 74 PlatformServer *server = m_d->servers.value(serverName); in start() 83 PlatformServer *server = m_d->servers.value(serverName); in stop() [all …]
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | server_list.c | 18 afs_unuse_server(net, slist->servers[i].server, in afs_put_serverlist() 40 slist = kzalloc(struct_size(slist, servers, nr_servers), GFP_KERNEL); in afs_alloc_server_list() 67 if (memcmp(&slist->servers[j].server->uuid, in afs_alloc_server_list() 72 if (slist->servers[j].server == server) { in afs_alloc_server_list() 78 memmove(slist->servers + j + 1, in afs_alloc_server_list() 79 slist->servers + j, in afs_alloc_server_list() 83 slist->servers[j].server = server; in afs_alloc_server_list() 113 if (old->servers[i].server != new->servers[i].server) in afs_annotate_server_list() 120 cur = old->servers[old->preferred].server; in afs_annotate_server_list() 122 if (new->servers[j].server == cur) { in afs_annotate_server_list()
|
| H A D | vl_list.c | 55 vllist = kzalloc(struct_size(vllist, servers, nr_servers), GFP_KERNEL); in afs_alloc_vlserver_list() 74 afs_put_vlserver(net, vllist->servers[i].server); in afs_put_vlserverlist() 235 struct afs_vlserver *p = previous->servers[i].server; in afs_extract_vlserver_list() 294 if (bs.priority < vllist->servers[j].priority) in afs_extract_vlserver_list() 296 if (bs.priority == vllist->servers[j].priority && in afs_extract_vlserver_list() 297 bs.weight > vllist->servers[j].weight) in afs_extract_vlserver_list() 302 memmove(vllist->servers + j + 1, in afs_extract_vlserver_list() 303 vllist->servers + j, in afs_extract_vlserver_list() 309 vllist->servers[j].priority = bs.priority; in afs_extract_vlserver_list() 310 vllist->servers[j].weight = bs.weight; in afs_extract_vlserver_list() [all …]
|
| H A D | rotate.c | 30 rcu_dereference_protected(op->volume->servers, in afs_start_fs_iteration() 41 server = op->server_list->servers[i].server; in afs_start_fs_iteration() 176 if (rcu_access_pointer(op->volume->servers) == op->server_list) { in afs_select_fileserver() 266 if (rcu_access_pointer(op->volume->servers) == op->server_list) { in afs_select_fileserver() 342 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 365 server = op->server_list->servers[op->index].server; in afs_select_fileserver() 448 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 491 const struct afs_server *s = sl->servers[i].server; in afs_dump_edestaddrreq()
|
| H A D | vl_probe.c | 195 server = vllist->servers[i].server; in afs_send_vl_probes() 224 server = vllist->servers[i].server; in afs_wait_for_vl_probes() 240 server = vllist->servers[i].server; in afs_wait_for_vl_probes() 252 server = vllist->servers[i].server; in afs_wait_for_vl_probes() 270 server = vllist->servers[i].server; in afs_wait_for_vl_probes()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/htpdate/ |
| H A D | htpdate_1.3.4.bb | 3 web servers as reference time source. This program can be used instead\ 6 using the timestamps from HTTP headers found in web servers response (the\ 8 Htpdate works through proxy servers. Accuracy of htpdate will be usually\ 9 within 0.5 seconds (better with multiple servers).\
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | Kconfig | 37 and similar very old servers. 40 for mounting to SMB3 (and CIFS) compliant servers. It includes 71 bool "Support legacy servers which use less secure dialects" 86 bool "Support legacy servers which use weaker LANMAN security" 89 Modern CIFS servers including Samba and most Windows versions 94 establish sessions with some old SMB servers. 97 LANMAN based servers such as OS/2 and Windows 95, but such 100 have a need to access old SMB servers (and are on a private 119 which are needed to mount to certain secure servers (for which more 130 servers without the user namespace prefix, but their names are [all …]
|
| /OK3568_Linux_fs/buildroot/package/openldap/ |
| H A D | 0001-fix_cross_strip.patch | 63 diff -rupN openldap-2.4.40/servers/slapd/Makefile.in openldap-2.4.40-br/servers/slapd/Makefile.in 64 --- openldap-2.4.40/servers/slapd/Makefile.in 2015-01-16 15:04:52.507473256 -0500 65 +++ openldap-2.4.40-br/servers/slapd/Makefile.in 2015-01-16 15:05:02.299627229 -0500
|
| H A D | 0003-disable-docs.patch | 19 -SUBDIRS= include libraries clients servers tests doc 20 +SUBDIRS= include libraries clients servers tests
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
| H A D | Modify-configure.in-and-etc-Makefile.am.patch | 60 dictionary.compat dictionary.merit servers radiusclient.conf.in \ 68 install-data-local: servers 73 @@ -47,7 +47,7 @@ servers @pkgsysconfdir@/servers
|
| /OK3568_Linux_fs/kernel/net/qrtr/ |
| H A D | ns.c | 68 struct radix_tree_root servers; member 204 radix_tree_for_each_slot(slot, &node->servers, &iter, 0) { in announce_servers() 255 old = radix_tree_lookup(&node->servers, port); in server_add() 257 radix_tree_delete(&node->servers, port); in server_add() 261 radix_tree_insert(&node->servers, port, srv); in server_add() 279 srv = radix_tree_lookup(&node->servers, port); in server_del() 283 radix_tree_delete(&node->servers, port); in server_del() 362 radix_tree_for_each_slot(slot, &node->servers, &iter, 0) { in ctrl_cmd_bye() 387 radix_tree_for_each_slot(slot, &local_node->servers, &iter, 0) { in ctrl_cmd_bye() 474 radix_tree_for_each_slot(slot, &local_node->servers, &iter, 0) { in ctrl_cmd_del_client() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libnet/ |
| H A D | libnet-ssleay-perl_1.85.bb | 3 web pages on SSL servers (for symmetry, same API is offered for \ 4 accessing http servers, too), a sslcat() function for writing your own \ 6 so you can write servers or clients for more complicated applications."
|
| /OK3568_Linux_fs/buildroot/package/dhcp/ |
| H A D | dhclient.conf | 20 domain-name, domain-name-servers, host-name, 21 netbios-name-servers, netbios-scope;
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | Kconfig | 14 To mount file systems exported by NFS servers, you also need to 22 available in the kernel to mount NFS servers. Support for NFS 57 Some NFS servers support an auxiliary NFSv3 ACL protocol that 61 Lists on files residing on NFS servers. NFS servers enforce 68 Most NFS servers don't support the Solaris NFSv3 ACL protocol 84 To mount NFS servers using NFSv4, you also need to install user 149 This option makes the NFS client advertise to NFSv4.1 servers that
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zabbix/ |
| H A D | zabbix_5.4.12.bb | 4 health and integrity of servers. ZABBIX uses a flexible notification \ 13 your network and the health of your servers can be assessed from any \ 16 organisations with a few servers and for large companies with a \ 17 multitude of servers."
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | dhcpd.conf | 17 option domain-name-servers ns1.example.org, ns2.example.org; 115 option domain-name-servers 168.95.1.1;
|
| /OK3568_Linux_fs/buildroot/package/odhcploc/ |
| H A D | Config.in | 5 display active DHCP servers on a subnet. 6 Can be used to scan for rogue DHCP servers.
|
| /OK3568_Linux_fs/buildroot/package/libwebsock/ |
| H A D | Config.in | 6 C library for easy WebSockets servers. 9 servers by focusing on the actual logic of your WebSocket
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cls_redirect.c | 375 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local 386 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 391 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common() 444 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0])); in test_cls_redirect_common()
|
| /OK3568_Linux_fs/buildroot/package/libgsasl/ |
| H A D | Config.in | 8 SASL is used by network servers (e.g., IMAP, SMTP) to request 10 against servers.
|
| /OK3568_Linux_fs/buildroot/package/pound/ |
| H A D | Config.in | 10 distributing the load among several Web-servers and to allow 11 for a convenient SSL wrapper for those Web servers that do not
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | control | 118 systems, which is derived from the XFree86 4.x series of X servers. 121 and supersedes all XFree86 X servers. 161 XFree86 4.x and X.Org 6.7, 6.8 and 6.9 series of servers; it provides 180 Xdmx is a proxy X server that uses one or more other X servers as its 183 that acts as a proxy to a set of back-end X servers. All of the visible 184 rendering is passed to the back-end X servers. Clients connect to the Xdmx 291 Description: common files used by various X servers 292 This package provides files necessary for all X.Org based X servers. 302 X server codebase (e.g. VNC servers) to (re-)use officially
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-opal-psr | 4 Description: Power-Shift-Ratio directory for Powernv P9 servers 14 Description: PSR sysfs attributes for Powernv P9 servers
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | Kconfig | 11 virtual server based on cluster of two or more real servers. This 14 single IP address and scheduling them to real servers. 20 thus load balancing can be achieved among the servers. For more 118 connections to different real servers in a round-robin manner. 127 connections to different real servers based on server weights 129 new connections first than those with less weights, and servers 131 weights and servers with equal weights get equal connections. 213 connections to the servers through looking up a statically assigned 223 connections to the servers through looking up a statically assigned 234 network connections to the servers through looking up a statically [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | README.compiled | 9 it possible for several servers *on the same host* to share the same 12 Unless the X server is modified, sharing this directory between servers on
|