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

  /src/sys/dev/ieee1394/
sbp.c 1058 struct sbp_dev *tsdev, *sdev = (struct sbp_dev *)xfer->sc; local in function:sbp_reset_start_callback
1067 tsdev = target->luns[i];
1068 if (tsdev != NULL && tsdev->status == SBP_DEV_LOGIN)
1069 sbp_login(tsdev);
2126 struct sbp_dev *tsdev; local in function:sbp_target_reset
2130 tsdev = target->luns[i];
2131 if (tsdev == NULL)
2133 if (tsdev->status == SBP_DEV_DEAD)
2135 if (tsdev->status == SBP_DEV_RESET
    [all...]

Completed in 12 milliseconds