Symbol: tag_type
lib/libc/posix1e/acl_set.c
191
acl_set_tag_type(acl_entry_t entry_d, acl_tag_t tag_type)
lib/libc/posix1e/acl_set.c
199
switch(tag_type) {
lib/libc/posix1e/acl_set.c
217
switch(tag_type) {
lib/libc/posix1e/acl_set.c
225
entry_d->ae_tag = tag_type;
sys/arch/prep/pnpbus/pnpbus.c
274
if (tag_type(p[0]) == PNP_SMALL) {
sys/arch/prep/pnpbus/pnpbus.c
317
if (tag_type(p[0]) == PNP_SMALL) {
sys/arch/prep/pnpbus/pnpbus.c
373
if (tag_type(p[0]) == PNP_SMALL) {
sys/arch/prep/prep/machdep.c
326
if (tag_type(p[0]) == PNP_SMALL) {
sys/arch/prep/prep/machdep.c
390
if (tag_type(p[0]) == PNP_SMALL) {
sys/arch/prep/prep/platform.c
205
if (tag_type(p[0]) == PNP_SMALL)
sys/arch/prep/prep/platform.c
324
if (tag_type(p[0]) == PNP_SMALL)
sys/arch/prep/prep/platform.c
338
if (tag_type(p[0]) == PNP_SMALL)
sys/arch/prep/prep/residual.c
558
if (tag_type(p[0]) == TAG_SMALL)
sys/dev/ic/aic79xx.c
4675
int tag_type;
sys/dev/ic/aic79xx.c
4678
tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
sys/dev/ic/aic79xx.c
4680
if (tag_type == MSG_SIMPLE_TASK) {
sys/dev/ic/aic79xx.c
4690
devinfo->lun, tag_type == MSG_ORDERED_Q_TAG
sys/dev/ic/aic7xxx.c
3483
int tag_type;
sys/dev/ic/aic7xxx.c
3486
tag_type = (scb->hscb->control & MSG_SIMPLE_TASK);
sys/dev/ic/aic7xxx.c
3488
if (tag_type == MSG_SIMPLE_TASK) {
sys/dev/ic/aic7xxx.c
3503
tag_type == MSG_ORDERED_TASK
sys/dev/ic/bha.c
394
ccb->tag_type = xs->xs_tag_type & 0x03;
sys/dev/ic/bha.c
397
ccb->tag_type = 0;
sys/dev/ic/bhareg.h
216
tag_type :2;
sys/dev/ic/bhareg.h
218
u_int8_t tag_type :2,
sys/dev/ic/wd33c93.c
1128
if (sc->sc_nexus->tag_type != 0) {
sys/dev/ic/wd33c93.c
1134
sc->sc_omsg[1] = sc->sc_nexus->tag_type;
sys/dev/ic/wd33c93.c
1564
if (acb->tag_type &&
sys/dev/ic/wd33c93.c
1569
acb->tag_type = acb->tag_id = 0;
sys/dev/ic/wd33c93.c
1858
sc->sc_omsg[0] = acb->tag_type;
sys/dev/ic/wd33c93.c
2178
wd33c93_reselect(struct wd33c93_softc *sc, int target, int lun, int tag_type, int tag_id)
sys/dev/ic/wd33c93.c
2217
else if (tag_type != MSG_SIMPLE_Q_TAG) {
sys/dev/ic/wd33c93.c
2223
} else if (tag_type)
sys/dev/ic/wd33c93.c
2230
device_xname(sc->sc_dev), target, lun, tag_type, tag_id);
sys/dev/ic/wd33c93.c
737
acb->tag_type = tag;
sys/dev/ic/wd33c93.c
869
if (acb->tag_type && li->queued[acb->tag_id] != NULL) {
sys/dev/ic/wd33c93var.h
76
u_char tag_type; /* TAG Type (0x20-0x22, 0=No Tags) */