Searched refs:tag (Results 126 - 150 of 1277) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dbb_exit_func.c80 u_char tag;
83 tag = GMON_TAG_BB_COUNT;
84 fwrite (&tag, sizeof (tag), 1, fp);
79 u_char tag; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-tree.h54 union tree_node GTY ((tag ("TS_LTO_GENERIC"),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D950426-1.c2 struct tag { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dvla-6.c21 struct tag { struct
H A Dpr18241-1.c26 static inline void tag_clear(struct radix_tree_node *node, int tag, int offset) argument
37 addr = &node->tags[tag][0];
44 void *radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) argument
81 tag_clear(pathp[0].node, tag, pathp[0].offset);
83 if (pathp[0].node->tags[tag][idx])
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/
H A Dlua2netbsd42 mv /tmp/lua2n$$ $c && echo added RCS tag to $c
51 mv /tmp/lua2m$$ $m && echo added RCS tag to $m
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D950426-1.c2 struct tag { struct
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dhppabsd-tdep.c73 LONGEST tag; local
78 tag = extract_signed_integer (buf, sizeof buf, byte_order);
79 if (tag == DT_PLTGOT)
96 if (tag == DT_NULL)
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Ddiag.c44 static void tcpd_diag(severity, tag, format, ap)
46 char *tag;
57 /* contruct the tag for the log entry */
60 tag, tcpd_context.file, tcpd_context.line);
62 (void)snprintf(buf, sizeof buf, "%s: ", tag);
64 /* change % to %% in tag before appending the format */
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_ipm.h15 uint8_t tag; member in struct:ipm_desc
21 * void *gemini_ipm_register(uint8_t tag, unsigned int ipl, size_t quota,
26 * - register an IPM service, identified by 'tag'
37 * - if the 'tag' is already in use, or if 'quota' descriptors are not available,
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpdev/
H A Drumpdma.c43 bus_dmamap_create(bus_dma_tag_t tag, bus_size_t sz, int flag, bus_size_t bsz, argument
51 bus_dmamap_destroy(bus_dma_tag_t tag, bus_dmamap_t map) argument
81 bus_dmamem_alloc(bus_dma_tag_t tag, bus_size_t size, bus_size_t align, argument
98 bus_dmamem_map(bus_dma_tag_t tag, bus_dma_segment_t *segs, int nsegs, argument
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/sandpoint/
H A Dautoconf.c95 pcitag_t tag; local
112 tag = pa->pa_tag;
114 tag = boot_tag;
116 tag = net_tag;
118 tag = 0;
121 && bi_rdev->cookie == tag)
125 && bi_net->cookie == tag) {
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciconf.c104 pcitag_t tag; member in struct:_s_pciconf_dev_t
172 print_tag(pci_chipset_tag_t pc, pcitag_t tag) argument
176 pci_decompose_tag(pc, tag, &bus, &dev, &func);
234 pcitag_t tag; local
241 tag = pci_make_tag(pb->pc, pb->busno, device, 0);
243 print_tag(pb->pc, tag);
245 id = pci_conf_read(pb->pc, tag, PCI_ID_REG);
255 bhlcr = pci_conf_read(pb->pc, tag, PCI_BHLC_REG);
258 tag = pci_make_tag(pb->pc, pb->busno, device, function);
259 id = pci_conf_read(pb->pc, tag, PCI_ID_RE
302 set_busreg(pci_chipset_tag_t pc, pcitag_t tag, int prim, int sec, int sub) argument
423 pci_do_device_query(pciconf_bus_t *pb, pcitag_t tag, int dev, int func, int mode) argument
[all...]
H A Dpci.c243 printf("tag %#lx, intrtag %#lx, intrswiz %#lx, intrpin %#lx",
271 pci_probe_device(struct pci_softc *sc, pcitag_t tag, argument
281 pci_decompose_tag(pc, tag, &bus, &device, &function);
287 bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
291 id = pci_conf_read(pc, tag, PCI_ID_REG);
292 csr = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
293 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
322 if (pci_mapreg_probe(pc, tag, bar, &type) == 0)
331 if (pci_mapreg_info(pc, tag, bar, type,
365 pa.pa_tag = tag;
439 pcitag_t tag; local
461 pci_get_capability(pci_chipset_tag_t pc, pcitag_t tag, int capid, int *offset, pcireg_t *value) argument
545 pcitag_t tag; local
607 pci_vpd_read(pci_chipset_tag_t pc, pcitag_t tag, int offset, int count, pcireg_t *data) argument
643 pci_vpd_write(pci_chipset_tag_t pc, pcitag_t tag, int offset, int count, pcireg_t *data) argument
690 pci_conf_capture(pci_chipset_tag_t pc, pcitag_t tag, struct pci_conf_state *pcs) argument
702 pci_conf_restore(pci_chipset_tag_t pc, pcitag_t tag, struct pci_conf_state *pcs) argument
753 pci_set_powerstate_int(pci_chipset_tag_t pc, pcitag_t tag, pcireg_t state, int offset, pcireg_t cap_reg) argument
805 pci_set_powerstate(pci_chipset_tag_t pc, pcitag_t tag, pcireg_t state) argument
819 pci_activate(pci_chipset_tag_t pc, pcitag_t tag, device_t dev, int (*wakefun)(pci_chipset_tag_t, pcitag_t, device_t, pcireg_t)) argument
857 pci_activate_null(pci_chipset_tag_t pc, pcitag_t tag, device_t dev, pcireg_t state) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/dev/
H A Dgt.c148 gt_decompose_tag(void *v, pcitag_t tag, int *bp, int *dp, int *fp) argument
152 *bp = (tag >> 16) & 0xff;
154 *dp = (tag >> 11) & 0x1f;
156 *fp = (tag >> 8) & 0x7;
160 gt_conf_read(void *v, pcitag_t tag, int offset) argument
165 gt_decompose_tag(NULL /* XXX */, tag, &bus, &dev, &func);
180 GT_REGVAL(GT_PCI0_CFG_ADDR) = (1 << 31) | tag | offset;
193 gt_conf_write(void *v, pcitag_t tag, int offset, pcireg_t data) argument
197 gt_decompose_tag(NULL /* XXX */, tag, &bus, &dev, &func);
212 GT_REGVAL(GT_PCI0_CFG_ADDR) = (1 << 31) | tag | offse
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dtask.h62 * events based upon their sender, type, and tag.
218 isc_eventtype_t last, void *tag);
231 * type is >= first and <= last, and whose tag is 'tag' will be purged,
234 *\li A sender of NULL will match any sender. A NULL tag matches any
235 * tag.
244 void *tag);
253 * isc_task_purgerange(task, sender, type, type, tag);
263 * type is 'type', and whose tag is 'tag' wil
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr18241-1.c26 static inline void tag_clear(struct radix_tree_node *node, int tag, int offset) argument
33 addr = &node->tags[tag][0];
40 void *radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, int tag) argument
77 tag_clear(pathp[0].node, tag, pathp[0].offset);
79 if (pathp[0].node->tags[tag][idx])
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dpci_machdep.c65 pcitag_t tag; local
71 tag = pci_make_tag(pc, bus, device, function);
72 id = pci_conf_read(pc, tag, PCI_ID_REG);
76 class = pci_conf_read(pc, tag, PCI_CLASS_REG);
91 nmatch = tga_cnmatch(iot, memt, pc, tag);
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dkloader.c252 sz += PAGE_SIZE; /* compensate for partial last tag */
456 struct kloader_page_tag *tag; local
458 tag = kloader.cur_tag;
459 if (tag != NULL /* has tag */
460 && tag->sz < BUCKET_SIZE /* that has free space */
461 && tag->dst + tag->sz == dst) /* and new data are contiguous */
463 DPRINTFN(1, "current tag %x/%x ok\n", tag
499 struct kloader_page_tag *tag; local
524 struct kloader_page_tag *tag; local
548 struct kloader_page_tag *tag; local
686 struct kloader_page_tag *tag = kloader.tagstart; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dattributes.h39 // Object attribute values. The attribute tag is not stored in this object.
152 // Return ULEB128 encoded size of tag and attribute.
154 size(int tag) const;
160 // Write to attribute with tag to BUFFER.
162 write(int tag, std::vector<unsigned char>* buffer) const;
164 // Determine what arguments an attribute tag takes.
166 arg_type(int vendor, int tag) argument
171 return parameters->target().attribute_arg_type(tag);
173 return Object_attribute::gnu_arg_type(tag);
180 // Determine whether a GNU object attribute tag take
183 gnu_arg_type(int tag) argument
349 get_attribute(int vendor, int tag) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dtcp_vtw.h175 fatp_word_t tag[FATP_NTAGS]; /* 15 tags per CL */ member in struct:fatp_mi
337 uint32_t tag = lport ^ (lport << 11); local
339 tag ^= tag << 3;
340 tag += tag >> 5;
341 tag ^= tag << 4;
342 tag += tag >> 1
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcardbus.c125 sc->sc_iot = cba->cba_iot; /* CardBus I/O space tag */
126 sc->sc_memt = cba->cba_memt; /* CardBus MEM space tag */
127 sc->sc_dmat = cba->cba_dmat; /* DMA tag */
157 pcitag_t tag = ca->ca_tag; local
177 u_int32_t e = (*cf->cardbus_conf_read)(cc, tag, i);
211 cardbus_conf_write(cc, cf, tag, reg, 0);
229 exrom = cardbus_conf_read(cc, cf, tag, reg);
230 cardbus_conf_write(cc, cf, tag, reg, exrom | 1);
232 command = cardbus_conf_read(cc, cf, tag,
234 cardbus_conf_write(cc, cf, tag,
423 pcitag_t tag; local
814 pcitag_t tag; local
866 cardbus_get_capability(cardbus_chipset_tag_t cc, cardbus_function_tag_t cf, pcitag_t tag, int capid, int *offset, pcireg_t *value) argument
956 cardbus_get_powerstate_int(cardbus_devfunc_t ct, pcitag_t tag, pcireg_t *state, int offset) argument
978 cardbus_get_powerstate(cardbus_devfunc_t ct, pcitag_t tag, pcireg_t *state) argument
992 cardbus_set_powerstate_int(cardbus_devfunc_t ct, pcitag_t tag, pcireg_t state, int offset, pcireg_t cap_reg) argument
1048 cardbus_set_powerstate(cardbus_devfunc_t ct, pcitag_t tag, pcireg_t state) argument
1122 cardbus_conf_capture(cardbus_chipset_tag_t cc, cardbus_function_tag_t cf, pcitag_t tag, struct cardbus_conf_state *pcs) argument
1132 cardbus_conf_restore(cardbus_chipset_tag_t cc, cardbus_function_tag_t cf, pcitag_t tag, struct cardbus_conf_state *pcs) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxpci_xenbus.c387 pcitag_t tag; local
391 tag.mode1 = (bus << 8) | (device << 3) | (function << 0);
392 return tag;
396 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, argument
400 *bp = (tag.mode1 >> 8) & 0xff;
402 *dp = (tag.mode1 >> 3) & 0x1f;
404 *fp = (tag.mode1 >> 0) & 0x7;
433 xpci_conf_read( pci_chipset_tag_t pc, pcitag_t tag, int reg, int size, argument
441 pci_decompose_tag(pc, tag, &bus, &dev, &func);
454 pci_conf_read( pci_chipset_tag_t pc, pcitag_t tag, in argument
489 xpci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, int size, pcireg_t data) argument
510 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) argument
601 pcitag_t tag; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpchb.c99 pchb_get_bus_number(pci_chipset_tag_t pc, pcitag_t tag) argument
105 pci_decompose_tag(pc, tag, &bus, &dev, &func);
107 dev_id = pci_conf_read(pc, tag, PCI_ID_REG);
110 return pci_conf_read(pc, tag, 0x44) & 0xff;
114 bcreg = pci_conf_read(pc, tag, 0x40);
121 bcreg = pci_conf_read(pc, tag, PCISET_BUSCONFIG_REG);
130 tag = pci_make_tag(pc, 0, 16, 0);
131 bcreg = pci_conf_read(pc, tag, 0xd0);
136 tag = pci_make_tag(pc, 0, 16, 0);
137 bcreg = pci_conf_read(pc, tag,
162 pcitag_t tag; local
484 pcitag_t tag; local
501 pcitag_t tag; local
[all...]

Completed in 483 milliseconds

1234567891011>>