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

/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c50 static char *sgen_devtypes[] = { variable
85 #define SGEN_NDEVTYPES ((sizeof (sgen_devtypes) / sizeof (char *)))
257 * return a device type's name by looking it up in the sgen_devtypes table.
264 return (sgen_devtypes[typeno]);
269 * return a device type's number by looking it up in the sgen_devtypes
277 if (strcasecmp(sgen_devtypes[i], typename) == 0) {

Completed in 102 milliseconds