Home
last modified time | relevance | path

Searched full:servers (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch96 +; <<>> DiG 9.2.3 <<>> ns . @a.root-servers.net.
106 +. 518400 IN NS A.ROOT-SERVERS.NET.
107 +. 518400 IN NS B.ROOT-SERVERS.NET.
108 +. 518400 IN NS C.ROOT-SERVERS.NET.
109 +. 518400 IN NS D.ROOT-SERVERS.NET.
110 +. 518400 IN NS E.ROOT-SERVERS.NET.
111 +. 518400 IN NS F.ROOT-SERVERS.NET.
112 +. 518400 IN NS G.ROOT-SERVERS.NET.
113 +. 518400 IN NS H.ROOT-SERVERS.NET.
114 +. 518400 IN NS I.ROOT-SERVERS.NET.
[all …]
/openbmc/linux/fs/afs/
H A Dserver_list.c18 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 Dvl_list.c51 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 …]
/openbmc/openbmc/poky/meta/recipes-support/curl/curl/
H A Dno-test-timeout.patch10 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/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmigrate_reuseport.c51 __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 …]
/openbmc/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst22 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
64 flavor that the client used when presenting it. Servers use this
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
[all …]
/openbmc/linux/fs/nfs/
H A DKconfig14 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/net/netfilter/ipvs/
H A DKconfig11 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
129 in a round-robin manner. Servers with higher weights receive
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
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c16 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/linux/net/qrtr/
H A Dns.c69 struct xarray servers; member
86 xa_init(&node->servers); in node_get()
206 /* Announce the list of servers registered in this node */ in announce_servers()
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()
276 /* Broadcast the removal of local servers */ in server_del()
319 /* Announce the list of servers registered on the local node */
350 /* Advertise removal of this client to all servers of remote node */ in ctrl_cmd_bye()
[all …]
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp151 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/fs/smb/client/
H A DKconfig39 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/openbmc/meta-openembedded/meta-networking/recipes-support/htpdate/
H A Dhtpdate_1.3.7.bb3 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-connectivity/dhcp/files/
H A Ddefault-relay4 # What servers should the DHCP relay forward requests to?
5 # e.g: SERVERS="192.168.0.1"
6 SERVERS=""
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot417 ... Configure Static Name Servers AND Test Teardown Execution
419 Configure Static Name Servers ${static_name_servers}
427 ... Configure Static Name Servers AND Test Teardown Execution
429 Delete Static Name Servers
437 ... Configure Static Name Servers AND Test Teardown Execution
439 Configure Static Name Servers ${static_name_servers}
486 ... Configure Static Name Servers AND Test Teardown Execution
488 Configure Static Name Servers ${null_value} ${HTTP_BAD_REQUEST}
495 ... Configure Static Name Servers AND Test Teardown Execution
497 Configure Static Name Servers ${empty_dictionary} ${HTTP_BAD_REQUEST}
[all …]
H A Dtest_bmc_network_protocol.robot23 [Documentation] Patch NTP servers and verify NTP servers is set.
32 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated
36 [Documentation] Verify NTP servers value not same for both primary and secondary server.
59 Wait Until Keyword Succeeds 30 sec 10 sec Verify NTP Servers Are Populated
103 [Documentation] Patch NTP server and verify NTP servers is not populated
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-lmbench-Point-webpage-lm-to-target-directory.patch40 SERVERS="lat_udp lat_tcp lat_rpc lat_connect bw_tcp"
41 for server in $SERVERS; do $server -s; done
61 - $RCP $SERVERS lmhttp ../../src/webpage-lm.tar ${remote}:/tmp
62 + $RCP $SERVERS lmhttp /usr/share/lmbench/webpage-lm.tar ${remote}:/tmp
63 for server in $SERVERS
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsafe_finger.84 from finger servers
10 command protects against nasty stuff from finger servers. Use this
21 finger servers. The problem: some programs may react to stuff in
/openbmc/openbmc/meta-hpe/
H A DREADME.md1 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/openbmc/meta-phosphor/recipes-phosphor/console/
H A Dobmc-console_git.bb14 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/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.html16 <div class="row column date-time__ntp-servers-wrap">
17 … <fieldset class="date-time__ntp-servers" ng-repeat="server in ntp.servers track by $index">
20 …e="text" ng-readonly="time.mode != 'NTP'" ng-model="server" ng-blur="ntp.servers[$index] = server"…
25 <div class="row column date-time__ntp-servers-wrap">
H A Ddate-time-controller.js18 $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/linux/Documentation/admin-guide/cifs/
H A Dusage.rst13 servers. This code was developed in participation with the Protocol Freedom
139 Most current servers support SMB2.1 and SMB3 which are more secure,
144 2.2.5 or later) but the CIFS vfs works fine with a wide variety of CIFS servers.
168 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
186 open files (required for strict POSIX compliance). Windows Servers already
208 Mac or Windows servers::
255 Servers must support either "pure-TCP" (port 445 TCP/IP CIFS connections) or RFC
257 problem as most servers support this.
263 servers can remap such characters when an explicit mapping is specified in
295 passed in on mount. For mounts to servers
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/console/
H A Dobmc-console_%.bbappend7 # 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-openembedded/meta-oe/recipes-connectivity/zabbix/
H A Dzabbix_6.2.7.bb4 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."

12345678910>>...22