Searched refs:tag (Results 101 - 125 of 2928) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Dwins_srv.c31 'tag'. A wins tag is a label for a group of wins servers. For
168 /* an internal convenience structure for an IP with a short string tag
171 fstring tag; member in struct:tagged_ip
177 the result is a tagged_ip structure containing the tag
178 and the ip in in_addr format. If there is no tag then
179 use the tag '*'
185 fstrcpy(ip->tag, "*");
191 fstrcpy(ip->tag, str);
192 s = strchr(ip->tag, '
279 wins_srv_ip_tag(const char *tag, struct in_addr src_ip) argument
336 wins_srv_count_tag(const char *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dwins_srv.c34 'tag'. A wins tag is a label for a group of wins servers. For
171 /* an internal convenience structure for an IP with a short string tag
174 fstring tag; member in struct:tagged_ip
180 the result is a tagged_ip structure containing the tag
181 and the ip in in_addr format. If there is no tag then
182 use the tag '*'
188 fstrcpy(ip->tag, "*");
194 fstrcpy(ip->tag, str);
195 s = strchr(ip->tag, '
280 wins_srv_ip_tag(const char *tag, struct in_addr src_ip) argument
335 wins_srv_count_tag(const char *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Dwins_srv.c31 'tag'. A wins tag is a label for a group of wins servers. For
168 /* an internal convenience structure for an IP with a short string tag
171 fstring tag; member in struct:tagged_ip
177 the result is a tagged_ip structure containing the tag
178 and the ip in in_addr format. If there is no tag then
179 use the tag '*'
185 fstrcpy(ip->tag, "*");
191 fstrcpy(ip->tag, str);
192 s = strchr(ip->tag, '
279 wins_srv_ip_tag(const char *tag, struct in_addr src_ip) argument
336 wins_srv_count_tag(const char *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Dwins_srv.c31 'tag'. A wins tag is a label for a group of wins servers. For
168 /* an internal convenience structure for an IP with a short string tag
171 fstring tag; member in struct:tagged_ip
177 the result is a tagged_ip structure containing the tag
178 and the ip in in_addr format. If there is no tag then
179 use the tag '*'
185 fstrcpy(ip->tag, "*");
191 fstrcpy(ip->tag, str);
192 s = strchr(ip->tag, '
279 wins_srv_ip_tag(const char *tag, struct in_addr src_ip) argument
336 wins_srv_count_tag(const char *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dwins_srv.c34 'tag'. A wins tag is a label for a group of wins servers. For
171 /* an internal convenience structure for an IP with a short string tag
174 fstring tag; member in struct:tagged_ip
180 the result is a tagged_ip structure containing the tag
181 and the ip in in_addr format. If there is no tag then
182 use the tag '*'
188 fstrcpy(ip->tag, "*");
194 fstrcpy(ip->tag, str);
195 s = strchr(ip->tag, '
280 wins_srv_ip_tag(const char *tag, struct in_addr src_ip) argument
335 wins_srv_count_tag(const char *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/pci/
H A Dpciconf.c185 pci_tagprintf (pcitag_t tag, const char *fmt, ...) argument
190 pci_break_tag (tag, &port, &bus, &device, &function);
209 pci_businit_dev_func (pcitag_t tag, pci_flags_t flags) argument
213 class = pci_conf_read(tag, PCI_CLASS_REG);
214 id = pci_conf_read(tag, PCI_ID_REG);
215 bhlc = pci_conf_read(tag, PCI_BHLC_REG);
232 offset = pci_find_ldt_cap(tag, LDT_SECONDARY);
240 offset = pci_find_ldt_cap(tag, LDT_SECONDARY);
249 pcireg_t cr = pci_conf_read(tag, offset+LDT_COMMAND_CAP_OFF);
259 pci_break_tag(tag,
325 pcitag_t tag; local
371 pci_query_dev_func(pcitag_t tag) argument
628 pcitag_t tag; local
724 pci_allocate_io(pcitag_t tag, size_t size) argument
764 pcitag_t tag = pd->pa->pa_tag; local
825 pci_allocate_mem(pcitag_t tag, size_t size) argument
865 pcitag_t tag = pd->pa->pa_tag; local
935 pcitag_t tag = pd->pa->pa_tag; local
1105 pcitag_t tag = pd->pa->pa_tag; local
1243 pci_foreachdev(int (*fn)(pcitag_t tag)) argument
1259 dump_configuration(pcitag_t tag) argument
1273 pci_find_class(uint32_t class, int enumidx, pcitag_t *tag) argument
1297 pci_find_device(uint32_t vid, uint32_t did, int enumidx, pcitag_t *tag) argument
[all...]
H A Dpcivar.h80 int pci_foreachdev(int (*fn)(pcitag_t tag));
84 int pci_find_device(uint32_t vid, uint32_t did, int enumidx, pcitag_t *tag);
85 int pci_find_class(uint32_t class, int enumidx, pcitag_t *tag);
90 void pci_conf_print(pcitag_t tag);
92 void pci_tagprintf (pcitag_t tag, const char *fmt, ...)
129 int pci_device_preset (pcitag_t tag);
130 void pci_device_setup(pcitag_t tag);
131 void pci_bridge_setup(pcitag_t tag, pci_flags_t flags);
137 int pci_probe_tag(pcitag_t tag);
162 unsigned pci_find_ldt_cap (pcitag_t tag, in
183 pcitag_t tag; /* tag for the bridge to this bus */ member in struct:pci_bus
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/kernel/
H A Dsetup.c544 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
545 * tag for the list to be recognised (to distinguish the tagged list from
546 * a param_struct). The list is terminated with a zero-length tag (this tag
549 static int __init parse_tag_core(const struct tag *tag) argument
551 if (tag->hdr.size > 2) {
552 if ((tag->u.core.flags & 1) == 0)
554 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
561 static int __init parse_tag_mem32(const struct tag *ta argument
578 parse_tag_videotext(const struct tag *tag) argument
595 parse_tag_ramdisk(const struct tag *tag) argument
605 parse_tag_serialnr(const struct tag *tag) argument
614 parse_tag_revision(const struct tag *tag) argument
623 parse_tag_cmdline(const struct tag *tag) argument
637 parse_tag(const struct tag *tag) argument
765 squash_mem_tags(struct tag *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c544 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE
545 * tag for the list to be recognised (to distinguish the tagged list from
546 * a param_struct). The list is terminated with a zero-length tag (this tag
549 static int __init parse_tag_core(const struct tag *tag) argument
551 if (tag->hdr.size > 2) {
552 if ((tag->u.core.flags & 1) == 0)
554 ROOT_DEV = old_decode_dev(tag->u.core.rootdev);
561 static int __init parse_tag_mem32(const struct tag *ta argument
578 parse_tag_videotext(const struct tag *tag) argument
595 parse_tag_ramdisk(const struct tag *tag) argument
605 parse_tag_serialnr(const struct tag *tag) argument
614 parse_tag_revision(const struct tag *tag) argument
623 parse_tag_cmdline(const struct tag *tag) argument
637 parse_tag(const struct tag *tag) argument
765 squash_mem_tags(struct tag *tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsetup.c99 * the kernel. The first tag must be a BP_TAG_FIRST tag for the list
101 * BP_TAG_LAST tag.
105 u32 tag; member in struct:tagtable
109 #define __tagtable(tag, fn) static tagtable_t __tagtable_##fn \
110 __attribute__((unused, __section__(".taglist"))) = { tag, fn }
112 /* parse current tag */
114 static int __init parse_tag_mem(const bp_tag_t *tag) argument
116 meminfo_t *mi = (meminfo_t*)(tag->data);
140 static int __init parse_tag_initrd(const bp_tag_t* tag) argument
154 parse_tag_cmdline(const bp_tag_t* tag) argument
163 parse_bootparam(const bp_tag_t* tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A Dsetup.c99 * the kernel. The first tag must be a BP_TAG_FIRST tag for the list
101 * BP_TAG_LAST tag.
105 u32 tag; member in struct:tagtable
109 #define __tagtable(tag, fn) static tagtable_t __tagtable_##fn \
110 __attribute__((unused, __section__(".taglist"))) = { tag, fn }
112 /* parse current tag */
114 static int __init parse_tag_mem(const bp_tag_t *tag) argument
116 meminfo_t *mi = (meminfo_t*)(tag->data);
140 static int __init parse_tag_initrd(const bp_tag_t* tag) argument
154 parse_tag_cmdline(const bp_tag_t* tag) argument
163 parse_bootparam(const bp_tag_t* tag) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wps/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wps_arm/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wps/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wps_arm/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wps/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wps_arm/
H A Dmkversion.sh3 # Create the $2 file from $1 using the tag in $3
24 # Split the tag into an array on underbar or whitespace boundaries.
25 IFS="_ " tag=(${TAG})
29 if [ ${#tag[*]} -eq 0 ]; then
30 tag=(`date '+TOT REL %Y %m %d 0 %y'`);
37 maj=${MOD_MAJOR_VERSION:-${tag[2]:-0}}
38 min=${MOD_MINOR_VERSION:-${tag[3]:-0}}
39 rcnum=${MOD_RC_NUMBER:-${tag[4]:-0}}
40 incremental=${MOD_INCREMENTAL_NUMBER:-${tag[5]:-0}}
64 vernum=`printf "0x00%02x%02x%02x" ${tag[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnv50_gpio.c43 nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag) argument
48 gpio = nouveau_bios_gpio_entry(dev, tag);
60 nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state) argument
65 gpio = nouveau_bios_gpio_entry(dev, tag);
79 nv50_gpio_irq_enable(struct drm_device *dev, enum dcb_gpio_tag tag, bool on) argument
84 gpio = nouveau_bios_gpio_entry(dev, tag);
86 NV_ERROR(dev, "gpio tag 0x%02x not found\n", tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_gpio.c43 nv50_gpio_get(struct drm_device *dev, enum dcb_gpio_tag tag) argument
48 gpio = nouveau_bios_gpio_entry(dev, tag);
60 nv50_gpio_set(struct drm_device *dev, enum dcb_gpio_tag tag, int state) argument
65 gpio = nouveau_bios_gpio_entry(dev, tag);
79 nv50_gpio_irq_enable(struct drm_device *dev, enum dcb_gpio_tag tag, bool on) argument
84 gpio = nouveau_bios_gpio_entry(dev, tag);
86 NV_ERROR(dev, "gpio tag 0x%02x not found\n", tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/block/
H A Dblk-tag.c13 * blk_queue_find_tag - find a request by its tag and queue
15 * @tag: The tag of the request
18 * Should be used when a device returns a tag and you want to match
23 struct request *blk_queue_find_tag(struct request_queue *q, int tag) argument
25 return blk_map_queue_find_tag(q->queue_tags, tag);
30 * __blk_free_tags - release a given set of tag maintenance info
31 * @bqt: the tag map to free
58 * __blk_queue_free_tags - release tag maintenance info
79 * blk_free_tags - release a given set of tag maintenanc
285 int tag = rq->tag; local
337 int tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/block/
H A Dblk-tag.c13 * blk_queue_find_tag - find a request by its tag and queue
15 * @tag: The tag of the request
18 * Should be used when a device returns a tag and you want to match
23 struct request *blk_queue_find_tag(struct request_queue *q, int tag) argument
25 return blk_map_queue_find_tag(q->queue_tags, tag);
30 * __blk_free_tags - release a given set of tag maintenance info
31 * @bqt: the tag map to free
58 * __blk_queue_free_tags - release tag maintenance info
79 * blk_free_tags - release a given set of tag maintenanc
285 int tag = rq->tag; local
337 int tag; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dspu-dis.c99 enum spu_insns tag; local
111 tag = (enum spu_insns)(index - spu_opcodes);
113 if (tag == M_BI || tag == M_BISL || tag == M_IRET || tag == M_BISLED
114 || tag == M_BIHNZ || tag == M_BIHZ || tag == M_BINZ || tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/xmon/
H A Dspu-dis.c99 enum spu_insns tag; local
111 tag = (enum spu_insns)(index - spu_opcodes);
113 if (tag == M_BI || tag == M_BISL || tag == M_IRET || tag == M_BISLED
114 || tag == M_BIHNZ || tag == M_BIHZ || tag == M_BINZ || tag
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kernel/
H A Dparavirt_patch.c55 paravirt_get_bundle(unsigned long tag) argument
57 return (bundle_t *)(tag & ~3UL);
61 paravirt_get_slot(unsigned long tag) argument
63 return tag & 3UL;
78 paravirt_get_next_tag(unsigned long tag) argument
80 unsigned long slot = paravirt_get_slot(tag);
85 return tag + 1;
87 bundle_t *bundle = paravirt_get_bundle(tag);
122 paravirt_read_inst(unsigned long tag) argument
124 bundle_t *bundle = paravirt_get_bundle(tag);
160 paravirt_write_inst(unsigned long tag, ia64_inst_t inst) argument
312 unsigned long tag; local
332 unsigned long tag; local
378 paravirt_patch_reloc_brl(unsigned long tag, const void *target) argument
428 paravirt_patch_reloc_br(unsigned long tag, const void *target) argument
450 __paravirt_patch_apply_branch( unsigned long tag, unsigned long type, const struct paravirt_patch_branch_target *entries, unsigned int nr_entries) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/dev/
H A Ddev_ht7520.c51 void ht7520apic_preset (pcitag_t tag);
52 void ht7520apic_setup (pcitag_t tag);
98 ht7520apic_preset (pcitag_t tag) argument
105 ctrl = pci_conf_read(tag, APIC_CONTROL_REG);
107 pci_conf_write(tag, APIC_CONTROL_REG, ctrl);
108 ctrl = pci_conf_read(tag, APIC_CONTROL_REG); /* push */
112 ht7520apic_setup (pcitag_t tag) argument
129 pci_break_tag(tag, &port, &bus, &device, &function);
140 pci_map_mem(tag, PCI_MAPREG(0), PCI_MATCH_BITS, &apic_addr);

Completed in 202 milliseconds

1234567891011>>