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

  /src/sys/dev/ieee1394/
sbp.c 256 struct sbp_dev *sdev; member in struct:sbp_ocb
646 sbp_show_sdev_info(struct sbp_dev *sdev)
648 struct fw_device *fwdev = sdev->target->fwdev;
649 struct sbp_softc *sc = sdev->target->sbp;
653 (sdev->type & 0x40) >> 6,
654 (sdev->type & 0x1f),
661 sdev->bustgtlun, sdev->vendor, sdev->product, sdev->revision)
669 struct sbp_dev *sdev, **newluns; local
899 struct sbp_dev *sdev = (struct sbp_dev *)arg; local
930 struct sbp_dev *sdev; local
1029 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1046 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1058 struct sbp_dev *tsdev, *sdev = (struct sbp_dev *)xfer->sc; local
1099 struct sbp_dev *sdev; local
1116 struct sbp_dev *sdev; local
1170 struct sbp_dev *sdev; local
1191 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1237 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1272 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1339 struct sbp_dev *sdev = (struct sbp_dev *)xfer->sc; local
1656 struct sbp_dev *sdev; local
1718 struct sbp_dev *sdev; local
2011 struct sbp_dev *sdev; local
2161 struct sbp_dev *sdev = ocb->sdev; local
2183 struct sbp_dev *sdev = ocb->sdev; local
2222 struct sbp_dev *sdev = NULL; local
2547 struct sbp_dev *sdev; local
    [all...]
  /src/sbin/amrctl/
amrctl.c 487 describe_drive(int verbosity, int fwint, int ldrv, int sbus, int sdev)
491 if (sbus > -1 && sdev > -1)
492 pdrv = (sbus * AMR_MAX_NSDEVS) + sdev;
497 } else if (sdev > -1 && sdev >= AMR_MAX_NSDEVS) {
499 sbus, sdev);
549 } else if (sdev < 0) {
591 char sdev[MAXPATHLEN]; local
626 snprintf(sdev, MAXPATHLEN, "%s", optarg);
627 sdev[MAXPATHLEN - 1] = '\0'
    [all...]

Completed in 19 milliseconds