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

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h47 int get_configuration(int fd, uint16_t feature, int bufsize,
H A Dcdutils.c189 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) function
226 if (get_configuration(fd, 0, 8, &smallbuf[0])) {
231 if (get_configuration(fd, 0, buflen, bufp)) {
258 if (get_configuration(fd, 0, 8, &smallbuf[0])) {
263 if (get_configuration(fd, 0, buflen, bufp)) {
/illumos-gate/usr/src/cmd/cdrw/
H A Ddumpinfo.c75 if (get_configuration(target->d_fd, MMC_FTR_PRFL_LIST,
H A Dmmc.c246 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) function
733 if (get_configuration(fd, feature, response_len, bufp) == 1) {
745 /* get_configuration failed */
907 * First get_configuration call is used to determine amount of memory
913 if (get_configuration(fd, MMC_FTR_PRFL_LIST, MMC_FTR_HDR_LEN,
922 if (get_configuration(fd, MMC_FTR_PRFL_LIST, buflen, bufp)) {
H A Dmmc.h136 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,
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddrive.c226 struct get_configuration { struct
1239 * We try a get_configuration uscsi cmd. If that fails, try a
1254 struct get_configuration *config;
1259 config = (struct get_configuration *)buff;
1268 (void) fprintf(stderr, "INFO: uscsi get_configuration %d\n",

Completed in 69 milliseconds