Lines Matching defs:sdioctl
942 #define sdioctl ssdioctl
1318 static int sdioctl(dev_t, int, intptr_t, int, cred_t *, int *);
1733 sdioctl, /* ioctl */
11258 * sdioctl(9E) sdstrategy(9E) biodone(9F)
11784 * Description: Runs a USCSI command for user (when called thru sdioctl),
11952 * Description: Runs a USCSI command for user when called through sdioctl,
22181 * Function: sdioctl
22205 sdioctl(dev_t dev, int cmd, intptr_t arg, int flag, cred_t *cred_p, int *rval_p)
23071 SD_INFO(SD_LOG_IOCTL, un, "sdioctl: DKIOCRESET: "
23083 SD_INFO(SD_LOG_IOCTL, un, "sdioctl: DKIOCABORT:\n");
23103 SD_INFO(SD_LOG_SDTEST, un, "sdioctl:"
23294 SD_TRACE(SD_LOG_IOCTL, un, "sdioctl: exit: %d\n", err);
23309 SD_TRACE(SD_LOG_IOCTL, un, "sdioctl: exit: %d\n", err);
28310 * in sdioctl to protect commands from sdioctl through to the top of
28311 * sd_uscsi_strategy. See sdioctl for details.