targ_flags 248 dev/ic/siop_common.c int *targ_flags = &sc->targets[target]->flags;
targ_flags 272 dev/ic/siop_common.c *targ_flags &= TARF_DT; /* Save TARF_DT 'cuz we don't set it here */
targ_flags 276 dev/ic/siop_common.c *targ_flags |= TARF_TAG;
targ_flags 279 dev/ic/siop_common.c *targ_flags |= TARF_WIDE;
targ_flags 281 dev/ic/siop_common.c *targ_flags |= TARF_SYNC;
targ_flags 284 dev/ic/siop_common.c (*targ_flags & TARF_WIDE) == 0)
targ_flags 289 dev/ic/siop_common.c *targ_flags &= ~TARF_TAG;
targ_flags 294 dev/ic/siop_common.c if ((*targ_flags & TARF_DT) &&
targ_flags 299 dev/ic/siop_common.c } else if (*targ_flags & TARF_WIDE) {
targ_flags 303 dev/ic/siop_common.c } else if (*targ_flags & TARF_SYNC) {
targ_flags 312 dev/ic/siop_common.c (*targ_flags & TARF_TAG) &&