Home
last modified time | relevance | path

Searched full:hosts (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/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)
8 assert(a.get("/files/etc/hosts/1/ipaddr") == "127.0.0.1")
9 assert(a.get("/files/etc/hosts/1/canonical") == "localhost")
/OK3568_Linux_fs/buildroot/package/unscd/
H A Dnscd.conf20 # hosts caching is broken with gethostby* calls, hence is now disabled
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 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()
317 pr_debug("hosts %u, elements %llu\n", in bitmap_ip_create()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq.conf63 # from /etc/hosts or DHCP only.
96 # If you don't want dnsmasq to read /etc/hosts, uncomment the
98 #no-hosts
99 # or if you want it to read another file, as well as /etc/hosts, use
101 #addn-hosts=/etc/banner_add_hosts
104 # automatically added to simple names in a hosts-file.
105 #expand-hosts
109 # 1) Allows DHCP hosts to have fully qualified domain names, as long
113 # 3) Provides the domain part for "expand-hosts"
134 # Supply parameters for specified hosts using DHCP. There are lots
[all …]
/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/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/getent/
H A Dgetent6 #passwd|shadow|group|aliases|hosts|networks|ethers|netgroup|protocols|services|rpc
8 # dns based search is not supported (hosts,networks)
10 # may return false-positives (hosts,protocols,rpc,services,ethers)
24 hosts|protocols|rpc|services|ethers)
/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/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/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.
15 # Hosts are represented by a single IP Adress
/OK3568_Linux_fs/device/rockchip/common/post-hooks/
H A D01-hostname.sh19 touch "$TARGET_DIR/etc/hosts"
20 sed -i '/^127.0.1.1/d' "$TARGET_DIR/etc/hosts"
21 echo "127.0.1.1 $HOSTNAME" >> "$TARGET_DIR/etc/hosts"
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dpost-hostname.sh19 touch "$TARGET_DIR/etc/hosts"
20 sed -i '/^127.0.1.1/d' "$TARGET_DIR/etc/hosts"
21 echo "127.0.1.1 $HOSTNAME" >> "$TARGET_DIR/etc/hosts"
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmsm.c29 * in updates of the entry for each of the N hosts. Upon updating a state bit
73 * @hosts: context for each of the hosts
90 struct smsm_host *hosts; member
170 /* Iterate over all hosts to check whom wants a kick */ in smsm_update_bits()
172 hostp = &smsm->hosts[host]; in smsm_update_bits()
352 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc()
422 * Attempt to acquire the number of hosts and entries from the optional shared
455 "found custom size of smsm: %d entries %d hosts\n", in smsm_get_size_info()
490 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe()
494 if (!smsm->hosts) in qcom_smsm_probe()
/OK3568_Linux_fs/buildroot/package/dhcp/
H A Ddhcpd.conf61 # Hosts which require special configuration options can be listed in
72 # Fixed IP addresses can also be specified for hosts. These addresses
74 # Hosts for which fixed IP addresses have been specified can boot using
75 # BOOTP or DHCP. Hosts for which no fixed address is specified can only
/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/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/
H A Ddhcpd.conf63 # Hosts which require special configuration options can be listed in
74 # Fixed IP addresses can also be specified for hosts. These addresses
76 # Hosts for which fixed IP addresses have been specified can boot using
77 # BOOTP or DHCP. Hosts for which no fixed address is specified can only
/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/kernel/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt82 mapping to hosts within the authority's domain. These mappings may be
123 a mapping table within CIPSO hosts to map these numbers to their
430 The configuration parameters defined below are required for all CIPSO hosts,
479 parameter does not apply to CIPSO hosts that support only one network port.
486 This parameter does not apply to CIPSO hosts that support only one network
492 hosts and gateways MUST support either this parameter, the NET_DOI
498 CIPSO hosts and gateways MUST support either this parameter, the PORT_DOI
504 hosts and gateways MUST support either this parameter, the PORT_DOI
541 4.2 Single Label CIPSO Hosts
626 networks that have CIPSO and non-CIPSO hosts and the non-CIPSO hosts
/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/kernel/fs/lockd/
H A Dhost.c5 * Management for NLM peer hosts. The nlm_host struct is shared
566 /* Mark all hosts tied to this NSM state as having rebooted. in nlm_host_rebooted()
595 dprintk("lockd: %lu hosts left in net %x:\n", ln->nrhosts, in nlm_complain_hosts()
601 dprintk("lockd: %lu hosts left:\n", nrhosts); in nlm_complain_hosts()
621 /* First, make all hosts eligible for gc */ in nlm_shutdown_hosts_net()
622 dprintk("lockd: nuking all hosts in net %x...\n", in nlm_shutdown_hosts_net()
641 * Shut down the hosts module.
652 * Garbage collect any unused NLM hosts.
671 /* Mark all hosts that hold locks, blocks or shares */ in nlm_gc_hosts()
/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/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/buildroot/dl/sox/git/src/
H A Dladspa.h41 them dynamically (`plug') into a range of these packages (`hosts').
105 hosts to use the plugin to process audio `in-place.' */
230 with LowerBound = 0 and UpperBound = 0.5. Hosts that support bounds
377 central body to avoid clashes. Hosts may assume that IDs are
472 instantiate() to aid real-time support and so that hosts can
481 When present, hosts must call this function once before run() (or
540 Hosts must deactivate all activated units after they have been
567 however all most hosts will need to know is the name of shared
568 object file containing the plugin types. To allow multiple hosts to
569 share plugin types, hosts may wish to check for environment
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A DKconfig80 "Targeted Peripherals List". "Embedded Hosts" are likewise
88 external hubs. OTG hosts are allowed to reduce hardware
90 are "Embedded Hosts" that don't offer OTG support.
/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

12345678910>>...30