Searched refs:get_configuration (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/hal/utils/ |
H A D | cdutils.c | 189 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) in get_configuration() function 226 if (get_configuration(fd, 0, 8, &smallbuf[0])) { in get_current_profile() 231 if (get_configuration(fd, 0, buflen, bufp)) { in get_current_profile() 258 if (get_configuration(fd, 0, 8, &smallbuf[0])) { in walk_profiles() 263 if (get_configuration(fd, 0, buflen, bufp)) { in walk_profiles()
|
H A D | cdutils.h | 47 int get_configuration(int fd, uint16_t feature, int bufsize,
|
/titanic_44/usr/src/cmd/cdrw/ |
H A D | mmc.c | 246 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) in get_configuration() function 733 if (get_configuration(fd, feature, response_len, bufp) == 1) { in ftr_supported() 913 if (get_configuration(fd, MMC_FTR_PRFL_LIST, MMC_FTR_HDR_LEN, in print_profile_list() 922 if (get_configuration(fd, MMC_FTR_PRFL_LIST, buflen, bufp)) { in print_profile_list()
|
H A D | dumpinfo.c | 75 if (get_configuration(target->d_fd, MMC_FTR_PRFL_LIST, in info()
|
H A D | mmc.h | 136 int get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf);
|
H A D | device.c | 808 if (get_configuration(fd, MMC_FTR_PRFL_LIST, in get_media_type()
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 226 struct get_configuration { struct 1254 struct get_configuration *config; in get_cdrom_drvtype() 1259 config = (struct get_configuration *)buff; in get_cdrom_drvtype()
|