Home
last modified time | relevance | path

Searched refs:get_configuration (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c189 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 Dcdutils.h45 int get_configuration(int fd, uint16_t feature, int bufsize,
/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.c246 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 Ddumpinfo.c73 if (get_configuration(target->d_fd, MMC_FTR_PRFL_LIST, in info()
H A Dmmc.h134 int get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf);
H A Ddevice.c808 if (get_configuration(fd, MMC_FTR_PRFL_LIST, in get_media_type()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c231 struct get_configuration { struct
1253 struct get_configuration *config; in get_cdrom_drvtype()
1258 config = (struct get_configuration *)buff; in get_cdrom_drvtype()