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

  /src/sys/dev/ic/
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.h 83 struct siop_target { struct
siopvar_common.h 78 struct siop_common_target *siop_target; /* pointer to our target def */ member in struct:siop_common_cmd
esiop.c 990 esiop_cmd->cmd_c.siop_target);
998 esiop_cmd->cmd_c.siop_target);
1011 esiop_cmd->cmd_c.siop_target);
1019 esiop_cmd->cmd_c.siop_target);
1032 esiop_cmd->cmd_c.siop_target);
1040 esiop_cmd->cmd_c.siop_target);
1522 printf("%s: alloc siop_target for target %d\n",
1570 esiop_cmd->cmd_c.siop_target = sc->sc_c.targets[target];

Completed in 35 milliseconds