Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/package/unscd/
H A Dnscd.conf27 enable-cache hosts no
28 positive-time-to-live hosts 3600
29 negative-time-to-live hosts 20
30 suggested-size hosts 1001
31 check-files hosts yes
/OK3568_Linux_fs/kernel/net/netfilter/ipset/
H A Dip_set_bitmap_ip.c44 u32 hosts; /* number of hosts in a subnet */ member
61 return ((ip & ip_set_hostmask(m->netmask)) - m->first_ip) / m->hosts; in ip_to_id()
97 htonl(map->first_ip + id * map->hosts)); in bitmap_ip_do_list()
184 for (; !before(ip_to, ip); ip += map->hosts) { in bitmap_ip_uadt()
221 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument
229 map->hosts = hosts; in init_map_ip()
257 u32 first_ip = 0, last_ip = 0, hosts; in bitmap_ip_create() local
298 hosts = 1; in bitmap_ip_create()
311 hosts = 2 << (32 - netmask - 1); in bitmap_ip_create()
318 hosts, (unsigned long long)elements); in bitmap_ip_create()
[all …]
H A Dip_set_hash_ip.c104 u32 ip = 0, ip_to = 0, hosts; in hash_ip4_uadt() local
147 hosts = h->netmask == 32 ? 1 : 2 << (32 - h->netmask - 1); in hash_ip4_uadt()
161 ip += hosts; in hash_ip4_uadt()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/
H A Dfix-var-lock.patch13 -/var/run/p9100d.pid, /var/lock/subsys/p9100d, /etc/hosts.allow, /etc/hosts.deny
14 +/var/run/p9100d.pid, /var/lock/p9100d, /etc/hosts.allow, /etc/hosts.deny
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_augeas.py4 hosts = a.match("/files/etc/hosts/*") variable
5 assert(hosts is not None)
6 assert(len(hosts) == 2)
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/nss-myhostname/
H A Dnss-myhostname_0.3.bb23 sed -e '/^hosts:/s/\s*\<myhostname\>//' \
24 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 myhostname \3\4\5/' \
29 sed -e '/^hosts:/s/\s*\<myhostname\>//' \
30 -e '/^hosts:/s/\s*myhostname//' \
/OK3568_Linux_fs/kernel/drivers/memstick/host/
H A Djmb38x_ms.c69 struct memstick_host *hosts[]; member
803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend()
805 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend()
821 if (!jm->hosts[rc]) in jmb38x_ms_resume()
823 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume()
824 memstick_detect_change(jm->hosts[rc]); in jmb38x_ms_resume()
942 jm->hosts[cnt] = jmb38x_ms_alloc_host(jm, cnt); in jmb38x_ms_probe()
943 if (!jm->hosts[cnt]) in jmb38x_ms_probe()
946 rc = memstick_add_host(jm->hosts[cnt]); in jmb38x_ms_probe()
949 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/
H A Dtcp-wrappers_7.6.bb87 …oe_runmake 'TABLES=-DHOSTS_DENY=\"${sysconfdir}/hosts.deny\" -DHOSTS_ALLOW=\"${sysconfdir}/hosts.a…
133 touch ${D}${sysconfdir}/hosts.allow
134 touch ${D}${sysconfdir}/hosts.deny
137 FILES:${PN} += "${sysconfdir}/hosts.allow ${sysconfdir}/hosts.deny"
/OK3568_Linux_fs/buildroot/package/fping/
H A DConfig.in4 fping is a program to send ICMP echo probes to network hosts,
6 multiple hosts.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dste,mcde.txt24 - #address-cells: should be <1> (for the DSI hosts that will be children)
25 - #size-cells: should be <1> (for the DSI hosts that will be children)
45 Display panels and bridges will appear as children on the DSI hosts, and
46 the displays are connected to the DSI hosts using the common binding
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/distcc/files/
H A Ddefault12 # Which networks/hosts should be allowed to connect to the daemon?
13 # You can list multiple hosts/networks separated by spaces.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/
H A Dbase-files_3.0.14.bb16 file://hosts \
115 install -m 0644 ${WORKDIR}/hosts ${D}${sysconfdir}/hosts
138 echo "127.0.1.1 ${hostname}" >> ${D}${sysconfdir}/hosts
183 CONFFILES:${PN} = "${sysconfdir}/fstab ${@['', '${sysconfdir}/hostname ${sysconfdir}/hosts'][(d.get…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/
H A Dmdns_1310.140.1.bb99 sed -e '/^hosts:/s/\s*\<mdns\>//' \
100 -e 's/\(^hosts:.*\)\(\<files\>\)\(.*\)\(\<dns\>\)\(.*\)/\1\2 mdns\3\4\5/' \
105 sed -e '/^hosts:/s/\s*\<mdns\>//' \
106 -e '/^hosts:/s/\s*mdns//' \
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A DKconfig28 bool "Support for SMP interpretation for SAS hosts"
32 Allows sas hosts to receive SMP frames. Selecting this
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmsm.c90 struct smsm_host *hosts; member
172 hostp = &smsm->hosts[host]; in smsm_update_bits()
352 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
490 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
494 if (!smsm->hosts) in qcom_smsm_probe()
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/libnss-mdns/
H A Dlibnss-mdns_0.15.1.bb28 /^hosts:/ !b
36 /^hosts:/ !b
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Ddctcp.rst9 the data center network to provide multi-bit feedback to the end hosts.
11 To enable it on end hosts::
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/ti/
H A Dsci-pm-domain.txt28 the requesting hosts.
30 by multiple hosts.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/
H A Dhost.conf1 order hosts,bind
H A Dnsswitch.conf11 hosts: files dns
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-oldpath.patch49 -/usr/ucb/oldrdist). In this way, you get compatibility with hosts
51 +Hat linux). In this way, you get compatibility with hosts
/OK3568_Linux_fs/external/chromium/licenses/
H A DREADME122 When you have multiple hosts or targets configured in separate
124 they are NFS-mounted on each of the hosts); they will not interfere
128 Specifying names for hosts and targets
131 The specifications used for hosts and targets in the `configure'
234 hosts.
246 Disabled by default, but some hosts enable it in configure.host.
250 Disabled by default, but some hosts enable it in configure.host.
258 Disabled by default, but many hosts enable it in configure.host.
262 Disabled by default, but some hosts enable it in configure.host.
289 Most hosts and targets have it enabled in configure.host.
/OK3568_Linux_fs/buildroot/package/glibc/
H A Dnsswitch.conf7 hosts: files dns
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cake.c154 struct cake_host hosts[CAKE_QUEUES]; /* for triple isolation */ member
789 q->hosts[q->flows[reduced_hash].srchost].srchost_bulk_flow_count--; in cake_hash()
790 q->hosts[q->flows[reduced_hash].dsthost].dsthost_bulk_flow_count--; in cake_hash()
805 if (q->hosts[outer_hash + k].srchost_tag == in cake_hash()
811 if (!q->hosts[outer_hash + k].srchost_bulk_flow_count) in cake_hash()
814 q->hosts[outer_hash + k].srchost_tag = srchost_hash; in cake_hash()
818 q->hosts[srchost_idx].srchost_bulk_flow_count++; in cake_hash()
828 if (q->hosts[outer_hash + k].dsthost_tag == in cake_hash()
834 if (!q->hosts[outer_hash + k].dsthost_bulk_flow_count) in cake_hash()
837 q->hosts[outer_hash + k].dsthost_tag = dsthost_hash; in cake_hash()
[all …]
/OK3568_Linux_fs/buildroot/package/lsscsi/
H A DConfig.in4 lsscsi - list SCSI devices (or hosts) and their attributes

12345678910>>...12