Home
last modified time | relevance | path

Searched refs:typeno (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ctstat/
H A Dctstat.c620 scan_type(int typeno) in scan_type() argument
626 verbout_t *vo = cttypes[typeno].verbout; in scan_type()
627 const char *type = cttypes[typeno].name; in scan_type()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c260 sgen_typename(uchar_t typeno) in sgen_typename() argument
262 if (typeno >= SGEN_NDEVTYPES) in sgen_typename()
264 return (sgen_devtypes[typeno]); in sgen_typename()