Searched refs:mode_sense (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h43 int mode_sense(int fd, uchar_t pc, int dbd, int page_len,
H A Dcdutils.c134 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) function
170 if ((ret = mode_sense(fd, byte2, 1, 254, buf)) == 0) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.h132 int mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer);
H A Dmisc_scsi.c110 ret = mode_sense(fd, byte2, 1, 254, buf);
H A Dmmc.c89 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) function
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c105 int mode_sense(int fd, uchar_t pc, int dbd, int page_len,
1785 ret = mode_sense(fd, byte2, 1, 254, buf);
1802 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) function

Completed in 758 milliseconds