Searched refs:tag (Results 176 - 200 of 1277) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dcofftag.s40 .tag _token
57 .tag _token
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/
H A Dtexinfo2netbsd47 echo removed RCS tag from $f
56 mv /tmp/texinfo3$$ $c && echo added NetBSD RCS tag to $c
65 mv /tmp/texinfo4$$ $m && echo added NetBSD RCS tag to $m
72 mv /tmp/texinfo5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_machdep.c182 uint32_t tag; member in struct:__anon6729
318 pci_conf_selector(pcitag_t tag, int reg) argument
329 return tag.mode1 | reg;
331 return tag.mode1 & mode2_mask.mode1;
338 pci_conf_port(pcitag_t tag, int reg) argument
344 return tag.mode2.port | reg;
353 pcitag_t tag; local
360 tag.mode1 = sel;
361 outb(PCI_MODE2_ENABLE_REG, tag.mode2.enable);
362 if (tag
403 pcitag_t tag; local
434 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) argument
470 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) argument
491 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) argument
616 pcitag_t tag; local
666 pcitag_t tag; local
725 pci_bridge_hook(pci_chipset_tag_t pc, pcitag_t tag, void *ctx) argument
[all...]
H A Daapic.c46 pcitag_t tag; local
67 tag = pci_make_tag(pa->pa_pc, bus, dev, func);
68 reg = pci_conf_read(pa->pa_pc, tag, AMD8131_PCIX_MISC);
70 pci_conf_write(pa->pa_pc, tag, AMD8131_PCIX_MISC, reg);
/netbsd-6-1-5-RELEASE/sys/dev/acpi/acpica/
H A DOsdHardware.c205 pcitag_t tag; local
213 tag = pci_make_tag(acpi_softc->sc_pc, PciId->Bus, PciId->Device,
215 tmp = pci_conf_read(acpi_softc->sc_pc, tag, Register & ~3);
246 pcitag_t tag; local
251 tag = pci_make_tag(acpi_softc->sc_pc, PciId->Bus, PciId->Device,
256 tmp = pci_conf_read(acpi_softc->sc_pc, tag, Register & ~3);
262 tmp = pci_conf_read(acpi_softc->sc_pc, tag, Register & ~3);
275 pci_conf_write(acpi_softc->sc_pc, tag, Register & ~3, tmp);
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Dibm405gp.c113 pcitag_t tag; local
133 tag = pci_make_tag(pc, 0, 0, 0);
134 // x = pci_conf_read(pc, tag, PCI0_CMD); /* Read PCI command register */
135 // pci_conf_write(pc, tag, PCI0_CMD, x | MA | ME); /* enable bus mastering and memory space */
139 pci_conf_write(pc, tag, PCIC_PTM1BAR, 0); /* Set up proper PCI->Local address base. Always enabled */
140 pci_conf_write(pc, tag, PCIC_PTM2BAR, 0);
148 pcitag_t tag; local
176 tag = pci_make_tag(pc, 0, 0, 0);
177 pl = pci_conf_read(pc, tag, PCIC_PTM1BAR);
182 pl = pci_conf_read(pc, tag, PCIC_PTM2BA
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/hpcmips/
H A Dkloader_machdep.c61 struct kloader_bootinfo *info, struct kloader_page_tag *tag)
66 (*func)(info, tag); /* 2nd-bootloader don't use stack */
60 kloader_hpcmips_jump(kloader_bootfunc_t func, vaddr_t sp, struct kloader_bootinfo *info, struct kloader_page_tag *tag) argument
/netbsd-6-1-5-RELEASE/sys/arch/mips/sibyte/pci/
H A Dsbbrz_pci.c162 sbbrz_pci_decompose_tag(void *cpv, pcitag_t tag, argument
167 *bp = (tag >> 16) & 0xff;
169 *dp = (tag >> 11) & 0x1f;
171 *fp = (tag >> 8) & 0x7;
175 sbbrz_pci_conf_read(void *cpv, pcitag_t tag, int offset) argument
184 addr = A_PHYS_LDTPCI_CFG_MATCH_BITS + tag + offset;
196 sbbrz_pci_conf_write(void *cpv, pcitag_t tag, int offset, pcireg_t data) argument
205 addr = A_PHYS_LDTPCI_CFG_MATCH_BITS + tag + offset;
/netbsd-6-1-5-RELEASE/sys/arch/atari/pci/
H A Dpci_machdep.c93 pcitag_t tag; member in struct:pci_memreg
227 pcitag_t tag; local
231 tag = 0;
238 tag = pci_make_tag(pc, 0, device, 0);
239 id = pci_conf_read(pc, tag, PCI_ID_REG);
243 csr = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
246 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
322 pcitag_t tag; local
329 tag = 0;
340 tag
607 pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/
H A Dgrep2netbsd48 echo removed RCS tag from $f
57 mv /tmp/grep3$$ $c && echo added NetBSD RCS tag to $c
66 mv /tmp/grep4$$ $m && echo added NetBSD RCS tag to $m
73 mv /tmp/grep5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A DMakefile.maint11 tag-package = $(shell echo "$(PACKAGE)" | tr '[:lower:]' '[:upper:]')
12 tag-this-version = $(subst .,_,$(VERSION))
13 tag-prev-version = $(subst .,_,$(PREV_VERSION))
14 this-cvs-tag = $(tag-package)-$(tag-this-version)
15 prev-cvs-tag = $(tag-package)-$(tag-prev-version)
72 cvs-tag
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/
H A Ddiffutils2netbsd47 echo removed RCS tag from $f
56 mv /tmp/diffutils3$$ $c && echo added NetBSD RCS tag to $c
65 mv /tmp/diffutils4$$ $m && echo added NetBSD RCS tag to $m
72 mv /tmp/diffutils5$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/sys/dev/vme/
H A Dvmevar.h106 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \
108 (swap), (tag), (handle), (resc))
205 #define vme_space_alloc(tag, addr, size, ams) \
206 _vme_space_alloc(tag->bus, addr, size, ams)
208 #define vme_space_free(tag, addr, size, ams) \
209 _vme_space_free(tag->bus, addr, size, ams)
211 #define vme_space_get(tag, size, ams, align, addr) \
212 _vme_space_get(tag->bus, size, ams, align, addr)
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dwsdisplay_pci.c42 pcitag_t tag, void *data)
49 pci_decompose_tag(pc, tag,
41 wsdisplayio_busid_pci(device_t self, pci_chipset_tag_t pc, pcitag_t tag, void *data) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvarray.h67 tag ("VARRAY_DATA_C"))) vdt_c[1];
69 tag ("VARRAY_DATA_UC"))) vdt_uc[1];
71 tag ("VARRAY_DATA_S"))) vdt_s[1];
73 tag ("VARRAY_DATA_US"))) vdt_us[1];
75 tag ("VARRAY_DATA_I"))) vdt_i[1];
77 tag ("VARRAY_DATA_U"))) vdt_u[1];
79 tag ("VARRAY_DATA_L"))) vdt_l[1];
81 tag ("VARRAY_DATA_UL"))) vdt_ul[1];
83 tag ("VARRAY_DATA_HINT"))) vdt_hint[1];
85 tag ("VARRAY_DATA_UHIN
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvarray.h68 tag ("VARRAY_DATA_C"))) c[1];
70 tag ("VARRAY_DATA_UC"))) uc[1];
72 tag ("VARRAY_DATA_S"))) s[1];
74 tag ("VARRAY_DATA_US"))) us[1];
76 tag ("VARRAY_DATA_I"))) i[1];
78 tag ("VARRAY_DATA_U"))) u[1];
80 tag ("VARRAY_DATA_L"))) l[1];
82 tag ("VARRAY_DATA_UL"))) ul[1];
84 tag ("VARRAY_DATA_HINT"))) hint[1];
86 tag ("VARRAY_DATA_UHIN
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/pci/
H A Dpci_machdep.c147 pcitag_t tag; local
165 tag = pci_make_tag(pc, 0, 17, 0);
166 id = pci_conf_read(pc, tag, PCI_ID_REG);
185 pci_conf_write(pc, tag, 0x14, 0x80000000);
188 reg = pci_conf_read(pc, tag,
192 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_REG,
196 reg = pci_conf_read(pc, tag, PCI_INTERRUPT_REG);
199 pci_conf_write(pc, tag, PCI_INTERRUPT_REG, reg);
213 tag = pci_make_tag(pc, pcibus(addr[0].phys_hi),
220 csr = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_RE
320 fix_cardbus_bridge(int node, pci_chipset_tag_t pc, pcitag_t tag) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dgeneric2e_machdep.c174 pcitag_t tag; local
186 tag = pci_make_tag(pc, 0, dev, 0);
187 id = pci_conf_read(pc, tag, PCI_ID_REG);
503 pcitag_t tag; local
507 tag = pci_make_tag(pc, 0, dev, 0);
513 reg = pci_conf_read(pc, tag, VIA686_ISA_ROM_CONTROL);
515 pci_conf_write(pc, tag, VIA686_ISA_ROM_CONTROL, reg);
517 reg = pci_conf_read(pc, tag, VIA686_KBC_DMA_MISC12);
526 pci_conf_write(pc, tag, VIA686_KBC_DMA_MISC12, reg);
532 reg = pci_conf_read(pc, tag, VIA686_MISC3_IDE_INT
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dnetpgpdefs.h62 (pkt)->tag = (t); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dasn1_lib.c100 int tag,xclass,inf; local
108 { /* high-tag */
121 tag=(int)l;
126 tag=i;
130 *ptag=tag;
198 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
206 if (tag < 31)
207 *(p++)=i|(tag&V_ASN1_PRIMITIVE_TAG);
211 for(i = 0, ttag = tag; ttag > 0; i++) ttag >>=7;
215 p[i] = tag
260 ASN1_object_size(int constructed, int length, int tag) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dextended.c171 ber_tag_t tag; local
225 tag = ber_peek_tag( ber, &len );
227 if( tag == LDAP_TAG_REFERRAL ) {
235 tag = ber_peek_tag( ber, &len );
238 if( tag == LDAP_TAG_EXOP_RES_OID ) {
248 tag = ber_peek_tag( ber, &len );
251 if( tag == LDAP_TAG_EXOP_RES_VALUE ) {
296 ber_tag_t tag; local
328 tag = ber_scanf( ber, "{" /*}*/ );
330 if( tag
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dvers_ts.c28 * tag Tag specified by user on the command line (via -r).
41 Version_TS (struct file_info *finfo, char *options, char *tag, char *date, argument
104 if (!(tag || date) && !(sdtp && sdtp->aflag))
106 vers_ts->tag = xstrdup (entdata->tag);
162 if (tag || date)
164 vers_ts->tag = xstrdup (tag);
169 if (!vers_ts->tag)
171 vers_ts->tag
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr41248.c20 void __gcov_write_summary (unsigned int tag, argument
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dpci_machdep.h102 #define pci_conf_read(pc, tag, reg) \
103 ((pc)->spc_conf_read(pc, tag, reg))
104 #define pci_conf_write(pc, tag, reg, val) \
105 ((pc)->spc_conf_write(pc, tag, reg, val))
/netbsd-6-1-5-RELEASE/sys/arch/news68k/dev/
H A Ddmac_0266.h42 volatile uint32_t tag; /* Tag Register */ member in struct:dma_regs

Completed in 502 milliseconds

1234567891011>>