Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h43 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) in get_mode_page() function
329 if (!get_mode_page(fd, 0x2A, 0, sizeof (p), p, &page_len)) { in get_read_write_speeds()
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.h99 int get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer);
H A Ddevice.c159 if (get_mode_page(fd, 0x2A, 0, 8, cap)) { in get_device()
208 } else if (get_mode_page(fd, 0x2A, 0, 8, cap)) { in get_device()
663 if (!get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) || in check_device()
H A Dblank.c154 if (!get_mode_page(target->d_fd, 5, 0, 64, buf)) { in blank()
H A Dmisc_scsi.c100 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) in get_mode_page() function
497 no_err = get_mode_page(dev->d_fd, 5, 0, 64, buf); in prepare_for_write()
830 if (get_mode_page(dev->d_fd, 0x2A, 0, buflen, mp2a) == 0) in cd_speed_get()
/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,
1398 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) && in check_device()
1405 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) && in check_device()
1412 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) && in check_device()
1777 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) in get_mode_page() 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.c1509 get_mode_page(char *path, uchar_t **pg_buf) in get_mode_page() function
H A Dfchba.c1934 if (get_mode_page(first_time->map.ScsiId.OSDeviceName, in fchba_display_config()
/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, in get_mode_page() function
1832 if (get_mode_page(door_dp->dd_fd, 0, 1, in reassign_block()