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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s3 tag: label
4 bra tag
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20061127-1.c11 bug1 (unsigned long tag) argument
14 info[tag - 0x100000000 + 1] = 1;
18 bug2 (unsigned long tag) argument
21 info[tag - 0x700000000 + 2] = 2;
25 bug3 (unsigned long tag) argument
28 info[tag - 0x100000000 + 1] = 3;
H A Dloop-2.c9 __inline__ int tag() { return 0; } function
15 for (i = 0; i < (tag() ? 2 : 1); i++)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20061127-1.c10 bug1 (unsigned long tag) argument
13 info[tag - 0x100000000 + 1] = 1;
17 bug2 (unsigned long tag) argument
20 info[tag - 0x700000000 + 2] = 2;
24 bug3 (unsigned long tag) argument
27 info[tag - 0x100000000 + 1] = 3;
H A Dloop-2.c9 __inline__ int tag() { return 0; } function
15 for (i = 0; i < (tag() ? 2 : 1); i++)
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmcchip.h63 #define sdmmc_chip_host_reset(tag, handle) \
64 ((tag)->host_reset((handle)))
66 #define sdmmc_chip_host_ocr(tag, handle) \
67 ((tag)->host_ocr((handle)))
68 #define sdmmc_chip_host_maxblklen(tag, handle) \
69 ((tag)->host_maxblklen((handle)))
71 #define sdmmc_chip_card_detect(tag, handle) \
72 ((tag)->card_detect((handle)))
74 #define sdmmc_chip_write_protect(tag, handle) \
75 ((tag)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pcmcia/
H A Dpcmciachip.h98 #define pcmcia_chip_mem_alloc(tag, handle, size, pcmhp) \
99 ((*(tag)->mem_alloc)((handle), (size), (pcmhp)))
101 #define pcmcia_chip_mem_free(tag, handle, pcmhp) \
102 ((*(tag)->mem_free)((handle), (pcmhp)))
104 #define pcmcia_chip_mem_map(tag, handle, kind, card_addr, size, pcmhp, \
106 ((*(tag)->mem_map)((handle), (kind), (card_addr), (size), (pcmhp), \
109 #define pcmcia_chip_mem_unmap(tag, handle, window) \
110 ((*(tag)->mem_unmap)((handle), (window)))
113 #define pcmcia_chip_io_alloc(tag, handle, start, size, align, pcihp) \
114 ((*(tag)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/netwinder/pci/
H A Dpci_machdep.c19 pcitag_t tag; local
24 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 9, 0);
25 pci_conf_write(pba->pba_pc, tag,
30 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_REG);
36 pci_conf_write(pba->pba_pc, tag, PCI_INTERRUPT_REG, intreg);
37 pci_conf_write(pba->pba_pc, tag, 0x10, 0x400 | PCI_MAPREG_TYPE_IO);
38 pci_conf_write(pba->pba_pc, tag, 0x14, 0x00800000);
43 tag = pci_make_tag(pba->pba_pc, pba->pba_bus, 12, 0);
44 pci_conf_write(pba->pba_pc, tag,
48 intreg = pci_conf_read(pba->pba_pc, tag, PCI_INTERRUPT_RE
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di128.c45 i128_init(bus_space_tag_t tag, bus_space_handle_t regh, int stride, int depth) argument
50 bus_space_write_4(tag, regh, BUF_CTRL, BC_PSIZ_8B);
53 bus_space_write_4(tag, regh, BUF_CTRL, BC_PSIZ_16B);
56 bus_space_write_4(tag, regh, BUF_CTRL, BC_PSIZ_32B);
64 bus_space_write_4(tag, regh, DE_PGE, 0);
65 bus_space_write_4(tag, regh, DE_SORG, 0);
66 bus_space_write_4(tag, regh, DE_DORG, 0);
67 bus_space_write_4(tag, regh, DE_MSRC, 0);
68 bus_space_write_4(tag, regh, DE_WKEY, 0);
69 bus_space_write_4(tag, reg
82 i128_bitblt(bus_space_tag_t tag, bus_space_handle_t regh, int xs, int ys, int xd, int yd, int wi, int he, int rop) argument
109 i128_rectfill(bus_space_tag_t tag, bus_space_handle_t regh, int x, int y, int wi, int he, uint32_t color) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_lpcvar.h51 lpc_pnp_read(lpctag_t tag, int ldn, uint off) argument
53 gemini_lpc_softc_t *sc = tag;
54 return (*sc->sc_bus_ops->lpc_pnp_read)(tag, ldn, off);
58 lpc_pnp_write(lpctag_t tag, int ldn, uint off, uint8_t val) argument
60 gemini_lpc_softc_t *sc = tag;
61 return (*sc->sc_bus_ops->lpc_pnp_write)(tag, ldn, off, val);
65 lpc_pnp_enter(lpctag_t tag) argument
67 gemini_lpc_softc_t *sc = tag;
68 return (*sc->sc_bus_ops->lpc_pnp_enter)(tag);
72 lpc_pnp_exit(lpctag_t tag) argument
79 lpc_intr_establish(lpctag_t tag, uint intr, int ipl, int ist, int (*func)(void *), void *arg) argument
92 lpc_intr_disestablish(lpctag_t tag, void *ih) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c6 int tag, y; member in struct:__anon6160
14 if (((argv[1]).tag >> 1) != 11)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c6 int tag, y; member in struct:__anon4200
14 if (((argv[1]).tag >> 1) != 11)
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/stand/boot2440/
H A Ddm9k.h32 int dm9k_match(unsigned int tag, void *macaddr);
33 void *dm9k_init(unsigned int tag, void *macaddr);
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dhtml.h29 char *tag; member in struct:hstack
46 extern void insert_html_tag (int start_or_end, char *tag);
59 extern int rollback_empty_tag (char *tag);
62 extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dmail_task.c55 const char *tag; local
62 if ((tag = safe_getenv(CONF_ENV_LOGTAG)) == 0)
64 tag = var_syslog_name ? var_syslog_name :
66 vstring_sprintf(canon_name, "%s/%s", tag, argv0);
/netbsd-6-1-5-RELEASE/sys/net/
H A Dif_vlanvar.h74 #define EVL_VLANOFTAG(tag) ((tag) & 4095)
75 #define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
/netbsd-6-1-5-RELEASE/sys/arch/sparc/dev/
H A Dsbusvar.h92 #define sbus_promaddr_to_handle(tag, promaddr, hp) sparc_promaddr_to_handle(tag, promaddr, hp)
95 sparc_promaddr_to_handle(bus_space_tag_t tag, u_int promaddr, bus_space_handle_t *hp) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dname_mask.h48 #define name_mask_opt(tag, table, str, flags) \
49 name_mask_delim_opt((tag), (table), (str), \
51 #define name_mask(tag, table, str) \
52 name_mask_opt((tag), (table), (str), NAME_MASK_DEFAULT)
53 #define str_name_mask(tag, table, mask) \
54 str_name_mask_opt(((VSTRING *) 0), (tag), (table), (mask), NAME_MASK_DEFAULT)
67 #define long_name_mask_opt(tag, table, str, flags) \
68 long_name_mask_delim_opt((tag), (table), (str), NAME_MASK_DEFAULT_DELIM, (flags))
69 #define long_name_mask(tag, table, str) \
70 long_name_mask_opt((tag), (tabl
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dstctrl.c48 ber_tag_t tag; local
112 tag = ber_printf( ber, "{OOOO}", &ip, &name, &oid, &id );
113 if ( tag == LBER_ERROR ) {
173 ber_tag_t tag; local
205 tag = ber_skip_tag( ber, &len );
206 if ( tag != LBER_SEQUENCE ) {
207 tag = LBER_ERROR;
212 tag = ber_peek_tag( ber, &len );
213 if ( tag == LBER_DEFAULT ) {
214 tag
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/include/
H A Dbus_funcs.h37 * uintN_t bus_space_read_N(bus_space_tag_t tag,
41 * described by tag/handle/offset.
58 * void bus_space_write_N(bus_space_tag_t tag,
63 * described by tag/handle/offset.
102 #define bus_space_read_stream_2(tag, bsh, offset) \
103 bus_space_read_2(tag, bsh, offset)
104 #define bus_space_read_stream_4(tag, bsh, offset) \
105 bus_space_read_4(tag, bsh, offset)
106 #define bus_space_read_stream_8(tag, bsh, offset) \
107 bus_space_read_8(tag, bs
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/btconfig/
H A Dbtconfig.c64 static void tag(const char *);
253 tag(NULL);
362 tag(const char *f) function
628 tag(btr.btr_name);
687 if (val & HCI_INQUIRY_SCAN_ENABLE) tag("iscan");
688 else if (level > 0) tag("-iscan");
690 if (val & HCI_PAGE_SCAN_ENABLE) tag("pscan");
691 else if (level > 0) tag("-pscan");
694 if (val) tag("auth");
695 else if (level > 0) tag("
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/
H A Dconsinit.c67 bus_space_tag_t tag; local
79 tag = elb_get_bus_space_tag(BASE_COM);
80 comcnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_COM), COM_CONSOLE_SPEED,
87 tag = elb_get_bus_space_tag(BASE_FB);
88 fb_cnattach(tag, BASE_FB2, (void *)BASE_FB);
89 tag = elb_get_bus_space_tag(BASE_PCKBC);
90 pckbc_cnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC),
91 _BUS_SPACE_UNSTRIDE(tag, BASE_PCKBC
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprint_toif.c14 void print_toif(tag, fdp)
15 char *tag;
18 printf("%s %s%s", tag, fdp->fd_ifname,
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pci/
H A Dpciconf_ofmethod.c87 genppc_pci_ofmethod_decompose_tag(void *v, pcitag_t tag, int *bp, int *dp, argument
92 *bp = OFW_PCI_PHYS_HI_BUS(tag);
94 *dp = OFW_PCI_PHYS_HI_DEVICE(tag);
96 *fp = OFW_PCI_PHYS_HI_FUNCTION(tag);
101 genppc_pci_ofmethod_conf_read(void *v, pcitag_t tag, int reg) argument
106 tag &= OFW_PCI_PHYS_HI_BUSMASK | OFW_PCI_PHYS_HI_DEVICEMASK |
108 tag |= reg & OFW_PCI_PHYS_HI_REGISTERMASK;
109 if (OF_call_method("config-l@", pc->pc_ihandle, 1, 1, tag, &data) < 0)
116 genppc_pci_ofmethod_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) argument
120 tag
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_compat_solaris_tar_acl.c41 int type, permset, tag, qual; local
60 &type, &permset, &tag, &qual, &name));
63 assertEqualInt(ARCHIVE_ENTRY_ACL_USER_OBJ, tag);
69 &type, &permset, &tag, &qual, &name));
72 assertEqualInt(ARCHIVE_ENTRY_ACL_GROUP_OBJ, tag);
78 &type, &permset, &tag, &qual, &name));
81 assertEqualInt(ARCHIVE_ENTRY_ACL_OTHER, tag);
87 &type, &permset, &tag, &qual, &name));
90 assertEqualInt(ARCHIVE_ENTRY_ACL_USER, tag);
96 &type, &permset, &tag,
[all...]

Completed in 201 milliseconds

1234567891011>>