Searched refs:mode_sense (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/hal/utils/ |
H A D | cdutils.h | 41 int mode_sense(int fd, uchar_t pc, int dbd, int page_len,
|
H A D | cdutils.c | 139 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() function 175 if ((ret = mode_sense(fd, byte2, 1, 254, buf)) == 0) { in get_mode_page()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | mmc.h | 130 int mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer);
|
H A D | misc_scsi.c | 110 ret = mode_sense(fd, byte2, 1, 254, buf); in get_mode_page()
|
H A D | mmc.c | 89 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() function
|
/illumos-gate/usr/src/cmd/rmformat/ |
H A D | rmf_misc.c | 105 int mode_sense(int fd, uchar_t pc, int dbd, int page_len, 1787 ret = mode_sense(fd, byte2, 1, 254, buf); in get_mode_page() 1804 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() function
|