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

/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h45 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)) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c63 * SCSI command get_configuration can return 64K -2 bytes of data.
235 struct get_configuration { struct
1259 * We try a get_configuration uscsi cmd. If that fails, try a
1274 struct get_configuration *config;
1279 config = (struct get_configuration *)buff;
1288 (void) fprintf(stderr, "INFO: uscsi get_configuration %d\n",

Completed in 27 milliseconds