Searched defs:get_mode_page (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
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.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/luxadm/
H A Dlux_util.c1512 get_mode_page(char *path, uchar_t **pg_buf) function
/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/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 632 milliseconds