Searched defs:mode_sense (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
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/hal/utils/
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/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 64 milliseconds