| /OK3568_Linux_fs/buildroot/package/unscd/ |
| H A D | nscd.conf | 27 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 D | ip_set_bitmap_ip.c | 44 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 D | ip_set_hash_ip.c | 104 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 D | fix-var-lock.patch | 13 -/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 D | sample_python_augeas.py | 4 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 D | nss-myhostname_0.3.bb | 23 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 D | jmb38x_ms.c | 69 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 D | tcp-wrappers_7.6.bb | 87 …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 D | Config.in | 4 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 D | ste,mcde.txt | 24 - #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 D | default | 12 # 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 D | base-files_3.0.14.bb | 16 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 D | mdns_1310.140.1.bb | 99 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 D | Kconfig | 28 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 D | smsm.c | 90 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 D | libnss-mdns_0.15.1.bb | 28 /^hosts:/ !b 36 /^hosts:/ !b
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | dctcp.rst | 9 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 D | sci-pm-domain.txt | 28 the requesting hosts. 30 by multiple hosts.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/base-files/base-files/ |
| H A D | host.conf | 1 order hosts,bind
|
| H A D | nsswitch.conf | 11 hosts: files dns
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-oldpath.patch | 49 -/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 D | README | 122 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 D | nsswitch.conf | 7 hosts: files dns
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cake.c | 154 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 D | Config.in | 4 lsscsi - list SCSI devices (or hosts) and their attributes
|