HomeSort by: relevance | last modified time | path
    Searched defs:tag (Results 1 - 25 of 327) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/arch/m68k/fpsp/
l_fpsp.h 158 STAG equ LV+192 ;source tag (1 byte) variable in typeref:typename:source
160 DTAG equ LV+193 ;dest tag (1 byte) variable in typeref:typename:dest
272 norm_tag equ $00 tag bits in {7:5} position
fpsp.h 184 STAG equ LV-40 ;source tag (1 byte) variable in typeref:typename:source
188 stag_mask equ $E0 ;upper 3 bits are source tag type
208 DTAG equ LV-32 ;dest tag (1 byte) variable in typeref:typename:dest
209 dtag_mask equ $E0 ;upper 3 bits are dest type tag
342 norm_tag equ $00 tag bits in {7:5} position
  /src/tests/usr.bin/xlint/lint1/
msg_013.c 8 enum tag;
12 void function(enum tag);
14 enum tag { enum
  /src/sys/arch/evbppc/explora/
consinit.c 70 bus_space_tag_t tag; local in function:consinit
79 tag = elb_get_bus_space_tag(BASE_COM);
80 comcnattach(tag, _BUS_SPACE_UNSTRIDE(tag, BASE_COM), COM_CONSOLE_SPEED,
84 tag = elb_get_bus_space_tag(BASE_FB);
85 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_PCKBC2-BASE_PCKBC), PCKBC_KBD_SLOT
    [all...]
  /src/sys/arch/netwinder/pci/
pci_machdep.c 19 pcitag_t tag; local in function:netwinder_pci_attach_hook
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_REG)
    [all...]
  /src/bin/setfacl/
mask.c 53 acl_tag_t tag; local in function:set_acl_mask
94 if (acl_get_tag_type(entry, &tag) == -1)
98 if (tag == ACL_MASK) {
remove.c 54 acl_tag_t tag; local in function:remove_acl
75 tag = ACL_UNDEFINED_TAG;
81 if (acl_get_tag_type(entry, &tag) == -1)
83 if (tag == ACL_MASK)
106 acl_tag_t tag; local in function:remove_by_number
116 tag = ACL_UNDEFINED_TAG;
130 if (acl_get_tag_type(entry, &tag) == -1)
132 if (tag == ACL_MASK)
  /src/sys/arch/prep/prep/
consinit.c 135 bus_space_tag_t tag = &genppc_isa_io_space_tag; local in function:consinit
137 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
  /src/sys/arch/rs6000/rs6000/
consinit.c 80 bus_space_tag_t tag = &rs6000_iocc0_io_space_tag; local in function:consinit
82 if(comcnattach(tag, consinfo->addr, consinfo->speed, COM_FREQ,
  /src/sys/dev/marvell/
gtidmacvar.h 37 * MARVELL_TAG_SDRAM_CS* to a tag. In this case, device_register() should
38 * replace mva_tags of marvell_attach_args to the tag list for you.
41 enum marvell_tags tag; member in struct:gtidmac_winacctbl
  /src/sys/arch/arm/gemini/
gemini_ipm.h 15 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,
  /src/sys/arch/x86/pci/
aapic.c 46 pcitag_t tag; local in function:aapic_attach
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);
pci_bus_fixup.c 64 pcitag_t tag; local in function:pci_bus_fixup
78 tag = pci_make_tag(pc, bus, device, 0);
79 reg = pci_conf_read(pc, tag, PCI_ID_REG);
90 reg = pci_conf_read(pc, tag, PCI_BHLC_REG);
99 tag = pci_make_tag(pc, bus, device, function);
100 reg = pci_conf_read(pc, tag, PCI_ID_REG);
112 reg = pci_conf_read(pc, tag, PCI_CLASS_REG);
122 reg = pci_conf_read(pc, tag,
126 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG,
135 pci_conf_write(pc, tag, PCI_BRIDGE_BUS_REG
    [all...]
  /src/sys/arch/x86/x86/
convert_xmm_s87.c 42 unsigned int tag, ab_tag, st; local in function:process_xmm_to_s87
54 * It really isn't worth setting the 'tag' bits to 01 (zero) or
64 * r7 downwards - so the high bits of the tag register indicate
78 /* tag word handled below */
89 /* Tag word and registers. */
99 tag = 0;
101 tag <<= 2;
109 tag |= 1; /* Zero */
111 tag |= 2; /* Denormal */
113 tag |= 2; /* Infinity or NaN *
124 unsigned int tag, ab_tag; local in function:process_s87_to_xmm
    [all...]
  /src/lib/libc/posix1e/
acl_strip.c 69 acl_tag_t tag; local in function:_posix1e_acl_strip_np
86 tag = ACL_UNDEFINED_TAG;
95 if (acl_get_tag_type(entry, &tag) == -1)
98 switch(tag) {
  /src/lib/libintl/
sysdep.c 45 const char *tag; member in struct:sysdep_pair
50 #define T_(tag) { #tag, tag, sizeof (tag)-1 }
212 cmp_sysdep_tag(const void *tag, const void *elem)
216 return strcmp(tag, pair->tag);
220 __intl_sysdep_get_string_by_tag(const char *tag, size_t *rlen)
224 found = bsearch(tag, sysdep_pair_table, numof(sysdep_pair_table)
    [all...]
  /src/sys/arch/alpha/alpha/
sys_machdep.c 195 pcitag_t tag; local in function:sys_sysarch
213 tag = pci_make_tag(alpha_pci_chipset, args.bus, args.device,
217 pci_conf_write(alpha_pci_chipset, tag, args.reg,
220 args.val = pci_conf_read(alpha_pci_chipset, tag,
  /src/sys/arch/alpha/pci/
mcpcia_pci.c 75 pcitag_t tag; local in function:mcpcia_make_tag
76 tag = (b << 21) | (d << 16) | (f << 13);
77 return (tag);
81 mcpcia_decompose_tag(void *cpv, pcitag_t tag, int *bp, int *dp, int *fp)
84 *bp = (tag >> 21) & 0xff;
86 *dp = (tag >> 16) & 0x1f;
88 *fp = (tag >> 13) & 0x7;
92 mcpcia_conf_read(void *cpv, pcitag_t tag, int offset)
104 if ((tag >> 21) == 0 && ((uint32_t) tag & 0x1f0000) == 0
    [all...]
  /src/sys/arch/evbarm/iq80310/
iq80310_pci.c 130 pcitag_t tag; local in function:iq80310_pci_intr_map
166 tag = pci_make_tag(pa->pa_pc, sbus, 7, 0);
169 reg = pci_conf_read(pa->pa_pc, tag, PCI_ID_REG);
182 reg = pci_conf_read(pa->pa_pc, tag, PCI_CLASS_REG);
195 reg = pci_conf_read(pa->pa_pc, tag, PCI_BRIDGE_BUS_REG);
  /src/sys/arch/evbppc/walnut/
consinit.c 102 bus_space_tag_t tag = opb_get_bus_space_tag(); local in function:kgdb_port_init
103 com_kgdb_attach(tag, comkgdbaddr, comkgdbrate, COM_FREQ * 6,
  /src/sys/arch/powerpc/ibm4xx/dev/
ibm405gp.c 120 pcitag_t tag; local in function:ibm4xx_setup_pci
140 tag = pci_make_tag(pc, 0, 0, 0);
141 // x = pci_conf_read(pc, tag, PCI0_CMD); /* Read PCI command register */
142 // pci_conf_write(pc, tag, PCI0_CMD, x | MA | ME); /* enable bus mastering and memory space */
146 pci_conf_write(pc, tag, PCIC_PTM1BAR, 0); /* Set up proper PCI->Local address base. Always enabled */
147 pci_conf_write(pc, tag, PCIC_PTM2BAR, 0);
155 pcitag_t tag; local in function:ibm4xx_show_pci_map
183 tag = pci_make_tag(pc, 0, 0, 0);
184 pl = pci_conf_read(pc, tag, PCIC_PTM1BAR);
189 pl = pci_conf_read(pc, tag, PCIC_PTM2BAR)
    [all...]
  /src/sys/arch/powerpc/pci/
pciconf_indirect.c 75 pcitag_t tag; local in function:genppc_pci_indirect_make_tag
80 tag = PCI_MODE1_ENABLE |
82 return tag;
86 genppc_pci_indirect_decompose_tag(void *v, pcitag_t tag, int *bp, int *dp,
91 *bp = (tag >> 16) & 0xff;
93 *dp = (tag >> 11) & 0x1f;
95 *fp = (tag >> 8) & 0x7;
100 genppc_pci_indirect_conf_read(void *v, pcitag_t tag, int reg)
110 out32rb(pc->pc_addr, tag | reg);
119 genppc_pci_indirect_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data
    [all...]
  /src/sys/dev/pci/
pci_calls.h 53 * Retrieve the devhandle for the PCI device represented by 'tag'
70 pcitag_t tag; /* IN */ member in struct:pci_bus_get_child_devhandle_args
  /src/sys/dist/pf/net/
pf_mtag.h 50 u_int16_t tag; /* tag id */ member in struct:pf_mtag
  /src/sys/external/bsd/drm2/include/linux/
platform_device.h 47 bus_space_tag_t tag; member in struct:platform_device::__anon473c0e750108

Completed in 33 milliseconds

1 2 3 4 5 6 7 8 91011>>