Searched refs:tag_id (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dwd33c93.c731 acb->tag_id = acb->xs->xs_tag_id;
858 if (acb->tag_type && li->queued[acb->tag_id] != NULL) {
860 if (li->queued[acb->tag_id] != NULL &&
861 (li->queued[acb->tag_id] != acb))
863 "instead of acb %p\n", acb->tag_id,
864 lun, li->queued[acb->tag_id], acb);
866 li->queued[acb->tag_id] = NULL;
1121 sc->sc_nexus->tag_id));
1124 sc->sc_omsg[2] = sc->sc_nexus->tag_id;
1552 li->queued[acb->tag_id] !
2165 wd33c93_reselect(struct wd33c93_softc *sc, int target, int lun, int tag_type, int tag_id) argument
[all...]
H A Dwd33c93var.h77 u_char tag_id; /* TAG id number */ member in struct:wd33c93_acb
H A Daic7xxx.c5213 && ((tag == scb->io_ctx->csio.tag_id)
7325 atio->tag_id = *byte++;
H A Daic79xx.c6994 && ((tag == scb->io_ctx->csio.tag_id)
9686 atio->tag_id = *byte++;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-compile.c38 As the left child a new tag with number `tag_id' to `node' is added,
41 tre_add_tag_left(tre_mem_t mem, tre_ast_node_t *node, int tag_id) argument
45 DPRINT(("add_tag_left: tag %d\n", tag_id));
50 c->left = tre_ast_new_literal(mem, TAG, tag_id, -1);
70 As the right child a new tag with number `tag_id' to `node' is added,
73 tre_add_tag_right(tre_mem_t mem, tre_ast_node_t *node, int tag_id) argument
77 DPRINT(("tre_add_tag_right: tag %d\n", tag_id));
82 c->right = tre_ast_new_literal(mem, TAG, tag_id, -1);
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.c726 uint32_t size, tag_id, num_lb, elmsz; local
728 tag_id = udf_rw16(dscr->tag.id);
730 switch (tag_id) {

Completed in 118 milliseconds