Searched refs:tag (Results 226 - 250 of 1277) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpci_usrreq.c79 pcitag_t tag; local
88 tag = pci_make_tag(sc->sc_pc, bdfr->bus, bdfr->device,
92 bdfr->cfgreg.val = pci_conf_read(sc->sc_pc, tag,
97 pci_conf_write(sc->sc_pc, tag, bdfr->cfgreg.reg,
183 pci_devioctl(pci_chipset_tag_t pc, pcitag_t tag, u_long cmd, void *data, argument
190 r->val = pci_conf_read(pc, tag, r->reg);
196 pci_conf_write(pc, tag, r->reg, r->val);
H A Dif_ex_pci.c74 pci_chipset_tag_t psc_pc; /* pci chipset tag */
76 pcitag_t psc_tag; /* pci device tag */
320 ex_d3tod0(pci_chipset_tag_t pc, pcitag_t tag, device_t self, pcireg_t state) argument
339 pci_command = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
340 base0 = pci_conf_read(pc, tag, PCI_BAR0);
341 base1 = pci_conf_read(pc, tag, PCI_BAR1);
342 romaddr = pci_conf_read(pc, tag, PCI_EXP_ROM_BAR);
343 pci_cache_lat= pci_conf_read(pc, tag, PCI_CACHE_LAT_BIST);
344 pci_int_lat = pci_conf_read(pc, tag, PCI_INT_GNT_LAT);
346 pci_conf_write(pc, tag, PCI_POWERCT
[all...]
H A Digsfb_pci.c106 pcitag_t tag; local
110 tag = pci_make_tag(pc, bus, device, function);
111 id = pci_conf_read(pc, tag, PCI_ID_REG);
117 if (igsfb_pci_map_regs(dc, iot, memt, pc, tag, PCI_PRODUCT(id)) != 0)
129 igsfb_pci_constag = tag;
136 igsfb_pci_is_console(pci_chipset_tag_t pc, pcitag_t tag) argument
140 !memcmp(&tag, &igsfb_pci_constag, sizeof tag);
210 pci_chipset_tag_t pc, pcitag_t tag,
224 if (pci_mapreg_info(pc, tag,
208 igsfb_pci_map_regs(struct igsfb_devconfig *dc, bus_space_tag_t iot, bus_space_tag_t memt, pci_chipset_tag_t pc, pcitag_t tag, pci_product_id_t id) argument
[all...]
H A Dbtvmeii.c60 /* exported via tag structs */
142 pcitag_t tag; local
156 tag = pci_make_tag(pc, secbus, 4, 0);
157 id = pci_conf_read(pc, tag, PCI_ID_REG);
167 tag = pci_make_tag(pc, secbus, 8, 0);
168 id = pci_conf_read(pc, tag, PCI_ID_REG);
190 pcitag_t tag; local
226 tag = pci_make_tag(pc, secbus, 8, 0);
228 if (pci_mapreg_info(pc, tag, 0x10,
245 if (pci_mapreg_info(pc, tag,
286 b3_2706_map_vme(void *vsc, vme_addr_t vmeaddr, vme_size_t len, vme_am_t am, vme_datasize_t datasizes, vme_swap_t swap, bus_space_tag_t *tag, bus_space_handle_t *handle, vme_mapresc_t *resc) argument
372 bus_space_tag_t tag; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/include/
H A Discsiprotocol.h153 uint32_t tag; member in struct:iscsi_task_cmd_t
186 uint32_t tag; member in struct:iscsi_task_rsp_t
205 uint32_t tag; member in struct:iscsi_nop_out_args_t
224 uint32_t tag; member in struct:iscsi_nop_in_args_t
246 uint32_t tag; member in struct:iscsi_text_cmd_args_t
267 uint32_t tag; member in struct:iscsi_text_rsp_args_t
294 uint32_t tag; member in struct:iscsi_login_cmd_args_t
321 uint32_t tag; member in struct:iscsi_login_rsp_args_t
341 uint32_t tag; member in struct:iscsi_logout_cmd_args_t
359 uint32_t tag; member in struct:iscsi_logout_rsp_args_t
384 uint32_t tag; member in struct:iscsi_scsi_cmd_args_t
423 uint32_t tag; member in struct:iscsi_scsi_rsp_args_t
444 uint32_t tag; member in struct:iscsi_r2t_args_t
467 uint32_t tag; member in struct:iscsi_write_data_args_t
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dcontrols.c152 ber_tag_t tag; local
170 if(( tag = ber_peek_tag( ber, &len )) != LDAP_TAG_CONTROLS ) {
171 if( tag == LBER_ERROR ) {
190 for( tag = ber_first_element( ber, &len, &opaque );
191 tag != LBER_ERROR;
192 tag = ber_next_element( ber, &len, opaque ) )
222 tag = ber_scanf( ber, "{a" /*}*/, &tctrl->ldctl_oid );
224 if( tag == LBER_ERROR ) {
230 tag = ber_peek_tag( ber, &len );
232 if( tag
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/vr/
H A Dvrc4172pci.c244 vrc4172pci_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, argument
249 *bp = (tag >> 16) & 0xff;
251 *dp = (tag >> 11) & 0x1f;
253 *fp = (tag >> 8) & 0x07;
257 vrc4172pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) argument
264 tag == vrc4172pci_make_tag(pc, 0, 0, 1) &&
271 tag |= VRC4172PCI_CONFADDR_CONFIGEN;
273 vrc4172pci_write(sc, VRC4172PCI_CONFAREG, tag | reg);
279 DPRINTF(("%s: conf_read: tag = 0x%08x, reg = 0x%x, val = 0x%08x\n",
280 sc->sc_dev.dv_xname, (u_int32_t)tag, re
286 vrc4172pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daupci.c89 /* XXX: dma tag */
275 /* XXX: review dma tag logic */
305 pcitag_t tag; local
310 tag = (bus << 16) | (device << 11) | (function << 8);
312 return tag;
316 aupci_decompose_tag(void *v, pcitag_t tag, int *b, int *d, int *f) argument
320 *b = (tag >> 16) & 0xff;
322 *d = (tag >> 11) & 0x1f;
324 *f = (tag >> 8) & 0x07;
328 aupci_conf_access(void *v, int dir, pcitag_t tag, in argument
381 aupci_conf_read(void *v, pcitag_t tag, int reg) argument
392 aupci_conf_write(void *v, pcitag_t tag, int reg, pcireg_t data) argument
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/gen/
H A Dradixtree.c63 * only leaf nodes with the given tag. to reduce amount of nodes to visit for
392 * if tagmask is not zero, search only for nodes with the tag set.
863 * return if the tag is set for the node at the given index. (true if set)
894 * set the tag for the node at the given index.
928 * clear the tag for the node at the given index.
953 * clear the tag only if no children have the tag.
1170 printops(const char *title, const char *name, int tag, unsigned int n, argument
1176 printf("RESULT %s %s %d %lf op/s\n", title, name, tag,
1202 radix_tree_tagid_t tag; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arc/pci/
H A Dnecpb.c161 pcitag_t tag; local
205 tag = necpb_make_tag(pc, 0, dev, 0);
206 id = necpb_conf_read(pc, tag, PCI_ID_REG);
211 class = necpb_conf_read(pc, tag, PCI_CLASS_REG);
212 csr = necpb_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
216 necpb_conf_write(pc, tag, PCI_MAPREG_ROM, 0);
219 necpb_conf_write(pc, tag, PCI_COMMAND_STATUS_REG, csr);
288 pcitag_t tag; local
293 tag = 0x80000000 | (bus << 16) | (device << 11) | (function << 8);
294 return tag;
298 necpb_decompose_tag(pci_chipset_tag_t pc, pcitag_t tag, int *bp, int *dp, int *fp) argument
311 necpb_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) argument
326 necpb_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) argument
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h171 int dsl_dataset_hold(const char *name, void *tag, dsl_dataset_t **dsp);
173 void *tag, dsl_dataset_t **);
175 void *tag, dsl_dataset_t **dsp);
177 boolean_t inconsistentok, void *tag, dsl_dataset_t **dsp);
179 void dsl_dataset_rele(dsl_dataset_t *ds, void *tag);
180 void dsl_dataset_disown(dsl_dataset_t *ds, void *tag);
181 void dsl_dataset_drop_ref(dsl_dataset_t *ds, void *tag);
183 void *tag);
184 void dsl_dataset_make_exclusive(dsl_dataset_t *ds, void *tag);
189 int dsl_dataset_destroy(dsl_dataset_t *ds, void *tag, boolean_
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dcardbusvar.h71 * pcitag_t tag, int offs);
73 * pcitag_t tag, int offs, pcireg_t val);
98 bus_space_tag_t cba_iot; /* cardbus i/o space tag */
99 bus_space_tag_t cba_memt; /* cardbus mem space tag */
100 bus_dma_tag_t cba_dmat; /* DMA tag */
107 rbus_tag_t cba_rbus_iot; /* CardBus i/o rbus tag */
108 rbus_tag_t cba_rbus_memt; /* CardBus mem rbus tag */
135 bus_space_tag_t sc_iot; /* CardBus I/O space tag */
136 bus_space_tag_t sc_memt; /* CardBus MEM space tag */
137 bus_dma_tag_t sc_dmat; /* DMA tag */
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/i2c/
H A Dcx24227.c44 i2c_tag_t tag; member in struct:cx24227
111 if (iic_acquire_bus(sc->tag, I2C_F_POLL) != 0)
117 error = iic_exec(sc->tag, I2C_OP_WRITE_WITH_STOP, sc->addr,
120 iic_release_bus(sc->tag, I2C_F_POLL);
131 if (iic_acquire_bus(sc->tag, I2C_F_POLL) != 0)
136 error = iic_exec(sc->tag, I2C_OP_READ_WITH_STOP, sc->addr,
139 iic_release_bus(sc->tag, I2C_F_POLL);
230 cx24227_open(device_t parent, i2c_tag_t tag, i2c_addr_t addr) argument
241 sc->tag = tag;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/pci/
H A Dpci_hades.c69 static int pci_config_offset(pcitag_t tag) argument
73 device = (tag >> 11) & 0x1f;
78 pci_conf_read(pci_chipset_tag_t pc, pcitag_t tag, int reg) argument
82 data = *(u_long *)(pci_conf_addr + pci_config_offset(tag) + reg);
87 pci_conf_write(pci_chipset_tag_t pc, pcitag_t tag, int reg, pcireg_t data) argument
89 *((u_long *)(pci_conf_addr + pci_config_offset(tag) + reg))
215 ati_vga_init(pci_chipset_tag_t pc, pcitag_t tag, int id, volatile u_char *ba, u_char *fb) argument
220 pci_conf_write(pc, tag, PCI_MAPREG_START, PCI_LINMEMBASE);
221 csr = pci_conf_read(pc, tag, PCI_COMMAND_STATUS_REG);
224 pci_conf_write(pc, tag, PCI_COMMAND_STATUS_RE
[all...]
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dsysdep.c45 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) argument
216 return strcmp(tag, pair->tag);
220 __intl_sysdep_get_string_by_tag(const char *tag, size_t *rlen) argument
224 found = bsearch(tag, sysdep_pair_tabl
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/
H A Dgroff2netbsd96 echo removed RCS tag from $f
105 mv /tmp/groff3n$$ $c && echo added NetBSD RCS tag to $c
114 mv /tmp/groff3n$$ $c && echo added NetBSD RCS tag to $c
123 mv /tmp/groff2m$$ $m && echo added NetBSD RCS tag to $m
130 mv /tmp/groff4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbind.c48 ber_tag_t tag; local
104 tag = ber_scanf( ber, "{imt" /*}*/, &version, &dn, &method );
106 if ( tag == LBER_ERROR ) {
118 tag = ber_scanf( ber, /*{*/ "m}", &op->orb_cred );
121 tag = ber_scanf( ber, "{m" /*}*/, &mech );
123 if ( tag != LBER_ERROR ) {
125 tag = ber_peek_tag( ber, &len );
127 if ( tag == LDAP_TAG_LDAPCRED ) {
128 tag = ber_scanf( ber, "m", &op->orb_cred );
130 tag
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Drollover.c268 lg_mesg (LG_INFO, "\"%s\": kskrollover phase1: New key %d generated", zp->zone, ksk->tag);
280 ksk->tag, str_delspace (age2str (age)));
282 zp->zone, ksk->tag, str_delspace (age2str (age - lifetime)));
311 lg_mesg (LG_INFO, "\"%s\": kskrollover phase2: send new key %d to the parent zone", zp->zone, ksk->tag);
330 // verbmesg (2, z, "kskrollover: remove parentfile and rename old key to k<zone>+<algo>+<tag>.key\n");
332 ksk->name, ksk->algo, ksk->tag);
333 lg_mesg (LG_INFO, "\"%s\": kskrollover phase3: Remove old key %d", zp->zone, ksk->tag);
396 domain, dkp->tag, time2str (exptime, 's'));
401 verbmesg (1, z, "\tRemove revoked key %d which is older than 30 days\n", dkp->tag);
402 lg_mesg (LG_NOTICE, "zone \"%s\": removing revoked key %d", domain, dkp->tag);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dentries.c39 const char *ts, const char *options, const char *tag,
51 ent->tag = xstrdup (tag);
70 if (ent->tag)
71 free (ent->tag);
201 const char *options, const char *tag, const char *date,
210 server_register (fname, vn, ts, options, tag, date, ts_conflict);
217 options, tag ? tag : "", date ? date : "");
219 entnode = Entnode_Create (ENT_FILE, fname, vn, ts, options, tag, dat
38 Entnode_Create(enum ent_type type, const char *user, const char *vn, const char *ts, const char *options, const char *tag, const char *date, const char *ts_conflict) argument
200 Register(List *list, const char *fname, const char *vn, const char *ts, const char *options, const char *tag, const char *date, const char *ts_conflict) argument
273 char *tag_or_date, *tag, *date, *ts_conflict; local
637 WriteTag(const char *dir, const char *tag, const char *date, int nonbranch, const char *update_dir, const char *repository) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/rpi/
H A Drpi_machdep.c363 .tag = {
370 .tag = {
377 .tag = {
384 .tag = {
391 .tag = {
398 .tag = {
405 .tag = {
412 .tag = {
420 .tag = {
444 .tag
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dnode.c48 /* Start a new tag table. */
65 /* Write out the contents of the existing tag table.
187 /* Look up NAME in the tag table, and return the associated
192 TAG_ENTRY *tag = tag_table;
196 while (tag)
198 if (tag->node[0] == n1 && strcmp (tag->node, name) == 0)
199 return tag;
200 tag = tag
189 TAG_ENTRY *tag = tag_table; local
237 TAG_ENTRY *tag = tag_table; local
279 TAG_ENTRY *tag = find_node (node); local
549 TAG_ENTRY *tag = NULL; local
1141 TAG_ENTRY *tag; local
1334 validate(char *tag, int line, const char *label) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/
H A Damd2netbsd97 mv /tmp/amd3n$$ $c && echo added NetBSD RCS tag to $c
106 mv /tmp/amd2m$$ $m && echo added NetBSD RCS tag to $m
113 mv /tmp/amd4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dbind2netbsd87 mv /tmp/bind3n$$ $c && echo added NetBSD RCS tag to $c
96 mv /tmp/bind2m$$ $m && echo added NetBSD RCS tag to $m
103 mv /tmp/bind4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/byacc/
H A Dbyacc2netbsd87 mv /tmp/byacc3n$$ $c && echo added NetBSD RCS tag to $c
96 mv /tmp/byacc2m$$ $m && echo added NetBSD RCS tag to $m
103 mv /tmp/byacc4t$$ $t && echo added NetBSD RCS tag to $t
/netbsd-6-1-5-RELEASE/external/bsd/flex/
H A Dflex2netbsd86 mv /tmp/flex3n$$ $c && echo added NetBSD RCS tag to $c
95 mv /tmp/flex2m$$ $m && echo added NetBSD RCS tag to $m
102 mv /tmp/flex4t$$ $t && echo added NetBSD RCS tag to $t

Completed in 475 milliseconds

1234567891011>>