/titanic_50/usr/src/cmd/hal/utils/ |
H A D | cdutils.h | 45 int get_mode_page(int fd, int page_no, int pc, int buf_len,
|
H A D | cdutils.c | 160 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()
|
/titanic_50/usr/src/cmd/cdrw/ |
H A D | misc_scsi.h | 101 int get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer);
|
H A D | device.c | 159 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 D | blank.c | 156 if (!get_mode_page(target->d_fd, 5, 0, 64, buf)) { in blank()
|
H A D | misc_scsi.c | 100 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()
|
/titanic_50/usr/src/cmd/rmformat/ |
H A D | rmf_misc.c | 103 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) && in check_device() 1403 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) && in check_device() 1410 if (get_mode_page(dev->d_fd, 0x2a, 0, 4, page_code) && in check_device() 1775 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) in get_mode_page() function
|
/titanic_50/usr/src/cmd/luxadm/ |
H A D | common.h | 472 int get_mode_page(char *path, uchar_t **pg_buf);
|
H A D | lux_util.c | 1512 get_mode_page(char *path, uchar_t **pg_buf) in get_mode_page() function
|
H A D | fchba.c | 1934 if (get_mode_page(first_time->map.ScsiId.OSDeviceName, in fchba_display_config()
|
/titanic_50/usr/src/cmd/smserverd/ |
H A D | smediad.c | 256 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()
|