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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-hosts.c37 #include "static-hosts.h"
48 AVAHI_LLIST_FIELDS(StaticHost, hosts);
51 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;
94 AVAHI_LLIST_PREPEND(StaticHost, hosts, hosts, s);
102 AVAHI_LLIST_REMOVE(StaticHost, hosts, hosts, s);
118 for (h = hosts; h; h = h->hosts_next)
161 for (h = hosts; h; h = h->hosts_next)
168 for (h = hosts;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A DMakefile5 ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A DNCR_Q720.c39 /* We needs this helper because we have up to four hosts per struct device */
48 struct Scsi_Host *hosts[4]; member in struct:NCR_Q720_private
71 ncr53c8xx_intr(irq, p->hosts[siop]);
110 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device);
112 if (!p->hosts[siop])
121 error = scsi_add_host(p->hosts[siop], p->dev);
123 ncr53c8xx_release(p->hosts[siop]);
125 scsi_scan_host(p->hosts[siop]);
335 if(p->hosts[i])
336 NCR_Q720_remove_one(p->hosts[
[all...]
H A Dsym53c416.c219 static host hosts[MAXHOSTS] = { variable
341 if(irq == hosts[i].irq)
342 base = hosts[i].base;
572 printk(KERN_WARNING "sym53c416: Too many hosts defined\n");
582 if(hosts[i].base == ints[1])
586 hosts[host_index].base = ints[1];
587 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0;
704 if (!request_region(hosts[i].base, IO_RANGE, ID))
706 if (!sym53c416_test(hosts[i].base)) {
707 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[
[all...]
H A Dibmmca.c68 #define IM_CMD_REG(hi) (hosts[(hi)]->io_port) /*Command Interface, (4 bytes long) */
69 #define IM_ATTN_REG(hi) (hosts[(hi)]->io_port+4) /*Attention (1 byte) */
70 #define IM_CTR_REG(hi) (hosts[(hi)]->io_port+5) /*Basic Control (1 byte) */
71 #define IM_INTR_REG(hi) (hosts[(hi)]->io_port+6) /*Interrupt Status (1 byte, r/o) */
72 #define IM_STAT_REG(hi) (hosts[(hi)]->io_port+7) /*Basic Status (1 byte, read only) */
76 /* maximum number of hosts that can be found */
378 #define subsystem_pun(hi) (hosts[(hi)]->this_id)
379 #define subsystem_maxid(hi) (hosts[(hi)]->max_id)
380 #define ld(hi) (((struct ibmmca_hostdata *) hosts[(hi)]->hostdata)->_ld)
381 #define get_ldn(hi) (((struct ibmmca_hostdata *) hosts[(h
458 static struct Scsi_Host *hosts[IM_MAX_HOSTS + 1] = { variable in typeref:struct:Scsi_Host
[all...]
H A DNCR_D700.c168 /* We needs this helper because we have two hosts per struct device */
171 struct Scsi_Host *hosts[2]; member in struct:NCR_D700_private
212 p->hosts[siop] = host;
235 if (p->hosts[i] &&
236 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED)
369 NCR_D700_remove_one(p->hosts[i]);
H A Dfd_mcs.c292 static struct Scsi_Host *hosts[FD_MAX_HOSTS + 1] = { NULL }; variable in typeref:struct:Scsi_Host
405 if (request_irq(irq, fd_mcs_intr, IRQF_SHARED, "fd_mcs", hosts)) {
419 free_irq(irq, hosts);
469 hosts[found++] = shpnt;
634 while ((shpnt = hosts[i++])) {
1071 if (shpnt == hosts[i])
1073 if (shpnt->irq == hosts[i]->irq)
1079 free_irq(shpnt->irq, hosts);
1084 hosts[i] = hosts[
[all...]
H A DMakefile150 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/man/
H A DMakefile.am31 avahi.hosts.5
45 avahi.hosts.5.xml \
137 avahi.hosts.5.xml: avahi.hosts.5.xml.in Makefile
194 avahi.hosts.5: avahi.hosts.5.xml Makefile
228 avahi.hosts.5.xml.in \
H A DMakefile.in339 @BUILD_MANPAGES_TRUE@ avahi.hosts.5 $(am__append_1) \
354 @BUILD_MANPAGES_TRUE@ avahi.hosts.5.xml \
373 avahi.hosts.5.xml.in \
754 @BUILD_MANPAGES_TRUE@avahi.hosts.5.xml: avahi.hosts.5.xml.in Makefile
807 @BUILD_MANPAGES_TRUE@@USE_XMLTOMAN_TRUE@avahi.hosts.5: avahi.hosts.5.xml Makefile
H A DMakefile339 avahi.hosts.5 $(am__append_1) \
354 avahi.hosts.5.xml \
373 avahi.hosts.5.xml.in \
754 avahi.hosts.5.xml: avahi.hosts.5.xml.in Makefile
807 #avahi.hosts.5: avahi.hosts.5.xml Makefile
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dsdhci.c1064 if (!chip->hosts[i])
1066 ret = mmc_suspend_host(chip->hosts[i]->mmc, state);
1069 mmc_resume_host(chip->hosts[i]->mmc);
1078 if (!chip->hosts[i])
1080 free_irq(chip->hosts[i]->irq, chip->hosts[i]);
1107 if (!chip->hosts[i])
1109 if (chip->hosts[i]->flags & SDHCI_USE_DMA)
1111 ret = request_irq(chip->hosts[i]->irq, sdhci_irq,
1112 IRQF_SHARED, chip->hosts[
[all...]
H A Dsdhci.h209 struct sdhci_host *hosts[0]; /* Pointers to hosts */ member in struct:sdhci_chip
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dexport.h55 char *hosts; /* colon separated list of hosts */ member in struct:nfsd4_fs_location
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/tridge/
H A Dsmb.conf11 hosts allow = 192.0.2. localhost
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/build_farm/
H A Dbasicsmb.fns90 echo "127.0.0.1" > $prefix/lib/hosts.equiv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf28 ; hosts allow = 192.168.1. 192.168.2. 127.
141 # system gethostbyname() function call that will use either /etc/hosts OR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf28 ; hosts allow = 192.168.1. 192.168.2. 127.
143 # system gethostbyname() function call that will use either /etc/hosts OR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf28 ; hosts allow = 192.168.1. 192.168.2. 127.
141 # system gethostbyname() function call that will use either /etc/hosts OR
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dexport.c324 kfree(fsloc->locations[i].hosts);
427 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL);
428 if (!fsloc->locations[i].hosts)
1323 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\");
1328 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\");
H A Dnfs4xdr.c1255 status = nfsd4_encode_components(':', location->hosts, &p, buflen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/redhat/
H A Dradvd.spec28 hosts can automatically configure their addresses and some other
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl34 # Added master host list so offline hosts can still be displayed.
74 my @hosts = ();
106 # Mark all hosts as offline, saving old state.
111 # Read hosts.
143 # Sort hosts by IP ;-)
144 @hosts = sort byip values %{$list};
146 $data->{'hosts'} = [ @hosts ];
262 # hosts all come back online, they show up quicker.)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex395 hosts. All packets sent through it will be returned
399 to all hosts sharing the same link. A typical example is an Ethernet link.
836 addresses and link layer addresses for hosts sharing the same link.
1118 hosts. It is ``officially'' allowed to have several fallback routes
1150 is \verb|unicast|. It describes real paths to other hosts.
2631 ``Requirements for Internet hosts --- communication layers'', RFC-1122.
2685 of automatically reselecting the address on hosts with dynamic dial-out interfaces.
2686 However, this hack {\em must not\/} be used on multihomed hosts
2729 Routers may answer ARP/NDISC solicitations on behalf of other hosts.
2823 inside your network. No other hosts ma
[all...]
H A Dip-tunnels.tex415 level \verb|arpd| daemon, which will maintain database of hosts attached

Completed in 177 milliseconds