/openbmc/linux/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() 64 if (memcmp(&slist->servers[j].server->uuid, in afs_alloc_server_list() 69 if (slist->servers[j].server == server) { in afs_alloc_server_list() 75 memmove(slist->servers + j + 1, in afs_alloc_server_list() 76 slist->servers + j, in afs_alloc_server_list() 80 slist->servers[j].server = server; in afs_alloc_server_list() 81 slist->servers[j].volume = volume; in afs_alloc_server_list() 111 if (old->servers[i].server != new->servers[ in afs_annotate_server_list() [all...] |
H A D | vl_list.c | 51 vllist = kzalloc(struct_size(vllist, servers, nr_servers), GFP_KERNEL); in afs_alloc_vlserver_list() 67 afs_put_vlserver(net, vllist->servers[i].server); in afs_put_vlserverlist() 228 struct afs_vlserver *p = previous->servers[i].server; in afs_extract_vlserver_list() 287 if (bs.priority < vllist->servers[j].priority) in afs_extract_vlserver_list() 289 if (bs.priority == vllist->servers[j].priority && in afs_extract_vlserver_list() 290 bs.weight > vllist->servers[j].weight) in afs_extract_vlserver_list() 295 memmove(vllist->servers + j + 1, in afs_extract_vlserver_list() 296 vllist->servers + j, in afs_extract_vlserver_list() 302 vllist->servers[j].priority = bs.priority; in afs_extract_vlserver_list() 303 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() 346 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 369 server = op->server_list->servers[op->index].server; in afs_select_fileserver() 453 struct afs_server *s = op->server_list->servers[i].server; in afs_select_fileserver() 496 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()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | migrate_reuseport.c | 51 __s64 servers[NR_SERVERS]; member 228 test_case->servers[i] = socket(test_case->family, SOCK_STREAM, in start_servers() 230 if (!ASSERT_NEQ(test_case->servers[i], -1, "socket")) in start_servers() 233 err = setsockopt(test_case->servers[i], SOL_SOCKET, in start_servers() 238 err = bind(test_case->servers[i], in start_servers() 245 err = setsockopt(test_case->servers[i], SOL_SOCKET, in start_servers() 252 err = getsockname(test_case->servers[i], in start_servers() 260 err = setsockopt(test_case->servers[i], in start_servers() 269 err = listen(test_case->servers[i], qlen); in start_servers() 332 value = (__u64)test_case->servers[i]; in update_maps() [all …]
|
H A D | cls_redirect.c | 377 int servers[__NR_KIND][ARRAY_SIZE(families)] = {}; in test_cls_redirect_common() local 388 &servers[UDP][i], &conns[UDP][i], in test_cls_redirect_common() 393 &servers[TCP][i], &conns[TCP][i], in test_cls_redirect_common() 446 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0])); in test_cls_redirect_common()
|
/openbmc/openbmc/poky/meta/recipes-support/curl/curl/ |
H A D | no-test-timeout.patch | 10 tests/servers.pm | 2 +- 13 diff --git a/tests/servers.pm b/tests/servers.pm 15 --- a/tests/servers.pm 16 +++ b/tests/servers.pm 19 my %doesntrun; # servers that don't work, identified by pidfile
|
/openbmc/phosphor-networkd/test/ |
H A D | test_ethernet_interface.cpp | 151 ServerList servers = {"9.1.1.1", "9.2.2.2", "9.3.3.3"}; in TEST_F() local 153 interface.staticNameServers(servers); in TEST_F() 155 EXPECT_EQ(servers, parser.map.getValueStrings("Network", "DNS")); in TEST_F() 160 ServerList servers = {"9.1.1.1", "9.2.2.2", "9.3.3.3"}; in TEST_F() local 162 .WillRepeatedly(testing::Return(servers)); in TEST_F() 163 EXPECT_EQ(interface.getNameServerFromResolvd(), servers); in TEST_F() 168 ServerList servers = {"10.1.1.1", "10.2.2.2", "10.3.3.3"}; in TEST_F() local 170 interface.staticNTPServers(servers); in TEST_F() 172 EXPECT_EQ(servers, parser.map.getValueStrings("Network", "NTP")); in TEST_F() 178 ServerList servers = {"10.1.1.1", "10.2.2.2", "10.3.3.3"}; in TEST_F() local [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | so_incoming_cpu.c | 16 int *servers; in FIXTURE() local 96 self->servers = malloc(sizeof(int) * nr_server); in FIXTURE_SETUP() 97 ASSERT_NE(self->servers, NULL); in FIXTURE_SETUP() 110 close(self->servers[i]); in FIXTURE_TEARDOWN() 112 free(self->servers); in FIXTURE_TEARDOWN() 164 self->servers[i] = create_server(_metadata, self, variant, i); in create_servers() 167 ret = getsockname(self->servers[i], &self->addr, &self->addrlen); in create_servers() 174 set_so_incoming_cpu(_metadata, self->servers[i], i); in create_servers() 218 fd = accept(self->servers[i], &self->addr, &self->addrlen); in verify_incoming_cpu()
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | date-time-controller.js | 18 $scope.ntp = {servers: []}; property in $scope.ntp 70 $scope.ntp.servers = data.data; 159 $scope.ntp.servers.push(''); 163 $scope.ntp.servers.splice(index, 1); 169 $scope.ntp.servers = $scope.ntp.servers.filter(Boolean); 171 return APIUtils.setNTPServers($scope.ntp.servers);
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/ |
H A D | htpdate_1.3.7.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).\
|
/openbmc/openbmc/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
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/ |
H A D | obmc-console_%.bbappend | 7 # Install configuration for the servers and clients. Keep commandline 25 # Install configuration for remaining servers - the base recipe 42 PACKAGECONFIG:append:p10bmc = " concurrent-servers" 60 EXTRA_OECONF:append:witherspoon-tacoma = " --enable-concurrent-servers"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/console/ |
H A D | obmc-console_git.bb | 14 PACKAGECONFIG[concurrent-servers] = "-Dconcurrent-servers=true,-Dconcurrent-servers=false," 30 # `concurrent-servers` in PACKAGECONFIG. 33 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'concurrent-servers', '', '${SSH_SY…
|
/openbmc/openbmc/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."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/ |
H A D | zabbix_6.2.7.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."
|
/openbmc/linux/net/qrtr/ |
H A D | ns.c | 69 struct xarray servers; member 86 xa_init(&node->servers); in node_get() 207 xa_for_each(&node->servers, index, srv) { in announce_servers() 243 old = xa_store(&node->servers, port, srv, GFP_KERNEL); in server_add() 270 srv = xa_load(&node->servers, port); in server_del() 274 xa_erase(&node->servers, port); in server_del() 351 xa_for_each(&node->servers, index, srv) in ctrl_cmd_bye() 363 xa_for_each(&local_node->servers, index, srv) { in ctrl_cmd_bye() 437 xa_for_each(&local_node->servers, index, srv) { in ctrl_cmd_del_client() 548 xa_for_each(&node->servers, srv_idx, srv) { in ctrl_cmd_new_lookup()
|
/openbmc/openbmc/meta-hpe/ |
H A D | README.md | 1 OpenEmbedded/Yocto/OpenBMC BSP layer for Hewlett Packard Enterprise servers 11 …re information, click [here](https://buy.hpe.com/us/en/servers/rack-servers/proliant-dl300-servers…
|
/openbmc/linux/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 83 To mount NFS servers using NFSv4, you also need to install user 148 This option makes the NFS client advertise to NFSv4.1 servers that
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | client-identifier.rst | 22 NFSv4 servers provide file lock guarantees and manage their 36 restarts, it indicates to servers that open and lock state 50 Each NFSv4 client presents an identifier to NFSv4 servers so that 63 NFSv4 servers tie this identifier to the principal and security 69 As part of the identity presented to servers, a good 75 - The "co_ownerid" string helps servers distinguish the client 90 NFSv4 servers utilize the "client_owner4" as described above to 185 identifying itself to servers. The "sec=" mount option does not 203 enables lease state to transition to other servers, following data 206 migration by presenting the same "client_owner4" to all servers it
|
/openbmc/linux/fs/smb/client/ |
H A D | Kconfig | 39 and similar very old servers. 42 mounting to SMB3 (and CIFS) compliant servers. It includes support 70 bool "Support legacy servers which use less secure dialects" 90 which are needed to mount to certain secure servers (for which more 101 servers without the user namespace prefix, but their names are 113 negotiate a feature of the older cifs dialect with servers, such as 116 for POSIX ACLs (getfacl and setfacl) to servers (such as Samba 3.10 160 servers if their addresses change or for implicit mounts of
|
/openbmc/phosphor-webui/app/configuration/styles/ |
H A D | date-time.scss | 18 .date-time__ntp-servers{ 22 .date-time__ntp-servers-wrap{
|
/openbmc/linux/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
|
/openbmc/linux/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 119 connections to different real servers in a round-robin manner. 128 connections to different real servers based on server weights 130 new connections first than those with less weights, and servers 132 weights and servers with equal weights get equal connections. 214 connections to the servers through looking up a statically assigned 224 connections to the servers through looking up a statically assigned 235 network connections to the servers through looking up a statically [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/ |
H A D | nbdkit_1.40.4.bb | 1 SUMMARY = "nbdkit is a toolkit for creating NBD servers." 6 nbdkit is a toolkit for creating NBD servers."
|