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

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c104 if (mode == SET_HOST && id->hosts) {
105 string_stack_free(id->hosts);
106 id->hosts = NULL;
115 if (id->hosts == NULL &&
116 (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
121 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) {
123 if (sk_OPENSSL_STRING_num(id->hosts) == 0) {
124 sk_OPENSSL_STRING_free(id->hosts);
125 id->hosts = NULL;
152 if (paramid->hosts) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c104 if (mode == SET_HOST && id->hosts) {
105 string_stack_free(id->hosts);
106 id->hosts = NULL;
115 if (id->hosts == NULL &&
116 (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
121 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) {
123 if (sk_OPENSSL_STRING_num(id->hosts) == 0) {
124 sk_OPENSSL_STRING_free(id->hosts);
125 id->hosts = NULL;
152 if (paramid->hosts) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/x509/
H A Dvpm_int.h63 STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */ member in struct:X509_VERIFY_PARAM_ID_st
H A Dx509_vpm.c104 if (mode == SET_HOST && id->hosts) {
105 string_stack_free(id->hosts);
106 id->hosts = NULL;
115 if (id->hosts == NULL &&
116 (id->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
121 if (!sk_OPENSSL_STRING_push(id->hosts, copy)) {
123 if (sk_OPENSSL_STRING_num(id->hosts) == 0) {
124 sk_OPENSSL_STRING_free(id->hosts);
125 id->hosts = NULL;
152 if (paramid->hosts) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c35 #include "static-hosts.h"
47 AVAHI_LLIST_FIELDS(StaticHost, hosts);
50 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;
93 AVAHI_LLIST_PREPEND(StaticHost, hosts, hosts, s);
101 AVAHI_LLIST_REMOVE(StaticHost, hosts, hosts, s);
117 for (h = hosts; h; h = h->hosts_next)
179 for (h = hosts; h; h = h->hosts_next)
186 for (h = hosts;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c35 #include "static-hosts.h"
47 AVAHI_LLIST_FIELDS(StaticHost, hosts);
50 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;
93 AVAHI_LLIST_PREPEND(StaticHost, hosts, hosts, s);
101 AVAHI_LLIST_REMOVE(StaticHost, hosts, hosts, s);
117 for (h = hosts; h; h = h->hosts_next)
179 for (h = hosts; h; h = h->hosts_next)
186 for (h = hosts;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-daemon/
H A Dstatic-hosts.c35 #include "static-hosts.h"
47 AVAHI_LLIST_FIELDS(StaticHost, hosts);
50 static AVAHI_LLIST_HEAD(StaticHost, hosts) = NULL;
93 AVAHI_LLIST_PREPEND(StaticHost, hosts, hosts, s);
101 AVAHI_LLIST_REMOVE(StaticHost, hosts, hosts, s);
117 for (h = hosts; h; h = h->hosts_next)
179 for (h = hosts; h; h = h->hosts_next)
186 for (h = hosts;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/snooper/
H A Dcache.c61 } hosts; variable in typeref:struct:__anon10230
103 LIST_FOREACH(host, &hosts.hash[index], hash) {
108 if (hosts.count < HOST_POOL_SIZE) {
110 host = &hosts.entries[hosts.count++];
114 hosts.count++;
119 STAILQ_FOREACH(host, &hosts.pool, link) {
128 STAILQ_REMOVE_AFTER(&hosts.pool, prev, link);
129 else STAILQ_REMOVE_HEAD(&hosts.pool, link);
134 LIST_INSERT_HEAD(&hosts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/snooper/
H A Dcache.c61 } hosts; variable in typeref:struct:__anon138
103 LIST_FOREACH(host, &hosts.hash[index], hash) {
108 if (hosts.count < HOST_POOL_SIZE) {
110 host = &hosts.entries[hosts.count++];
114 hosts.count++;
119 STAILQ_FOREACH(host, &hosts.pool, link) {
128 STAILQ_REMOVE_AFTER(&hosts.pool, prev, link);
129 else STAILQ_REMOVE_HEAD(&hosts.pool, link);
134 LIST_INSERT_HEAD(&hosts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/snooper/
H A Dcache.c61 } hosts; variable in typeref:struct:__anon44255
103 LIST_FOREACH(host, &hosts.hash[index], hash) {
108 if (hosts.count < HOST_POOL_SIZE) {
110 host = &hosts.entries[hosts.count++];
114 hosts.count++;
119 STAILQ_FOREACH(host, &hosts.pool, link) {
128 STAILQ_REMOVE_AFTER(&hosts.pool, prev, link);
129 else STAILQ_REMOVE_HEAD(&hosts.pool, link);
134 LIST_INSERT_HEAD(&hosts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A DNCR_Q720.c40 /* We needs this helper because we have up to four hosts per struct device */
49 struct Scsi_Host *hosts[4]; member in struct:NCR_Q720_private
72 ncr53c8xx_intr(irq, p->hosts[siop]);
111 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device);
113 if (!p->hosts[siop])
122 error = scsi_add_host(p->hosts[siop], p->dev);
124 ncr53c8xx_release(p->hosts[siop]);
126 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
551 printk(KERN_WARNING "sym53c416: Too many hosts defined\n");
561 if(hosts[i].base == ints[1])
565 hosts[host_index].base = ints[1];
566 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0;
683 if (!request_region(hosts[i].base, IO_RANGE, ID))
685 if (!sym53c416_test(hosts[i].base)) {
686 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[i].base);
691 if (!hosts[i].irq)
692 hosts[
[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
211 p->hosts[siop] = host;
234 if (p->hosts[i] &&
235 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED)
368 NCR_D700_remove_one(p->hosts[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A DNCR_Q720.c40 /* We needs this helper because we have up to four hosts per struct device */
49 struct Scsi_Host *hosts[4]; member in struct:NCR_Q720_private
72 ncr53c8xx_intr(irq, p->hosts[siop]);
111 p->hosts[siop] = ncr_attach(&NCR_Q720_tpnt, unit++, &device);
113 if (!p->hosts[siop])
122 error = scsi_add_host(p->hosts[siop], p->dev);
124 ncr53c8xx_release(p->hosts[siop]);
126 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
551 printk(KERN_WARNING "sym53c416: Too many hosts defined\n");
561 if(hosts[i].base == ints[1])
565 hosts[host_index].base = ints[1];
566 hosts[host_index].irq = (ints[0] == 2)? ints[2] : 0;
683 if (!request_region(hosts[i].base, IO_RANGE, ID))
685 if (!sym53c416_test(hosts[i].base)) {
686 printk(KERN_WARNING "No sym53c416 found at address 0x%03x\n", hosts[i].base);
691 if (!hosts[i].irq)
692 hosts[
[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
211 p->hosts[siop] = host;
234 if (p->hosts[i] &&
235 NCR_700_intr(irq, p->hosts[i]) == IRQ_HANDLED)
368 NCR_D700_remove_one(p->hosts[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A DMakefile5 ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A DMakefile5 ieee1394-objs := ieee1394_core.o ieee1394_transactions.o hosts.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/man/
H A DMakefile.am29 avahi.hosts.5
43 avahi.hosts.5.xml \
125 avahi.hosts.5.xml.in \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/man/
H A DMakefile.am29 avahi.hosts.5
43 avahi.hosts.5.xml \
125 avahi.hosts.5.xml.in \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/man/
H A DMakefile.am29 avahi.hosts.5
43 avahi.hosts.5.xml \
125 avahi.hosts.5.xml.in \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dmakefile.vms35 sysdep.h: [-.bfd.hosts]$(ARCH)vms.h
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dmakefile.vms35 sysdep.h: [-.bfd.hosts]$(ARCH)vms.h

Completed in 310 milliseconds

123456