HomeSort by: relevance | last modified time | path
    Searched defs:siop_target (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 83 struct siop_target { struct
siop_common.c 338 struct siop_common_target *siop_target = siop_cmd->siop_target; local in function:siop_wdtr_neg
342 if (siop_target->status == TARST_WIDE_NEG) {
346 siop_target->flags &= ~TARF_ISWIDE;
350 if (siop_target->flags & TARF_WIDE) {
351 siop_target->flags |= TARF_ISWIDE;
361 siop_target->flags &= ~TARF_ISWIDE;
362 siop_target->status = TARST_OK;
363 siop_target->offset = siop_target->period = 0
418 struct siop_common_target *siop_target = siop_cmd->siop_target; local in function:siop_ppr_neg
525 struct siop_common_target *siop_target = siop_cmd->siop_target; local in function:siop_sdtr_neg
1026 struct siop_common_target *siop_target = sc->targets[target]; local in function:siop_update_xfer_mode
    [all...]
siop.c 251 struct siop_target *target;
258 target = (struct siop_target *)sc->sc_c.targets[i];
297 struct siop_target *siop_target; local in function:siop_intr
340 siop_target = (struct siop_target *)siop_cmd->cmd_c.siop_target;
344 siop_lun = siop_target->siop_lun[lun];
351 siop_target = NULL;
365 siop_target = NULL
1193 struct siop_target *siop_target = local in function:siop_handle_reset
1234 struct siop_target *siop_target; local in function:siop_scsipi_request
1828 struct siop_target *siop_target; local in function:siop_add_reselsw
1877 struct siop_target *siop_target = (struct siop_target *)_siop_target; local in function:siop_update_scntl3
1894 struct siop_target *siop_target = local in function:siop_add_dev
1987 struct siop_target *siop_target; local in function:siop_del_dev
    [all...]
siopvar_common.h 78 struct siop_common_target *siop_target; /* pointer to our target def */ member in struct:siop_common_cmd

Completed in 14 milliseconds