Searched refs:get_mode_page (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h45 int get_mode_page(int fd, int page_no, int pc, int buf_len,
H A Dcdutils.c160 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer, int *plen) function
329 if (!get_mode_page(fd, 0x2A, 0, sizeof (p), p, &page_len)) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.h101 int get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer);
H A Dblank.c156 if (!get_mode_page(target->d_fd, 5, 0, 64, buf)) {
H A Ddevice.c159 if (get_mode_page(fd, 0x2A, 0, 8, cap)) {
208 } else if (get_mode_page(fd, 0x2A, 0, 8, cap)) {
663 if (!get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) ||
H A Dmisc_scsi.c100 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) function
497 no_err = get_mode_page(dev->d_fd, 5, 0, 64, buf);
830 if (get_mode_page(dev->d_fd, 0x2A, 0, buflen, mp2a) == 0)
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c103 int get_mode_page(int fd, int page_no, int pc, int buf_len,
1396 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) &&
1403 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) &&
1410 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) &&
1775 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) function
/illumos-gate/usr/src/cmd/luxadm/
H A Dcommon.h472 int get_mode_page(char *path, uchar_t **pg_buf);
H A Dlux_util.c1512 get_mode_page(char *path, uchar_t **pg_buf) function
H A Dfchba.c1934 if (get_mode_page(first_time->map.ScsiId.OSDeviceName,
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c256 static int32_t get_mode_page(int32_t fd, uchar_t pc, uchar_t page_code,
1130 get_mode_page(int32_t fd, uchar_t pc, uchar_t page_code, function
1832 if (get_mode_page(door_dp->dd_fd, 0, 1,

Completed in 86 milliseconds