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

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_defs.h579 struct smart_selftest_log { struct
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c373 struct smart_selftest_log *);
8934 struct smart_selftest_log *selftest_log;
8936 selftest_log = kmem_zalloc(sizeof (struct smart_selftest_log),
9082 kmem_free(selftest_log, sizeof (struct smart_selftest_log));
17034 struct smart_selftest_log *selftest_log)
17043 ASSERT(sizeof (struct smart_selftest_log) == 512);
17073 sizeof (struct smart_selftest_log));
17121 sizeof (struct smart_selftest_log));

Completed in 81 milliseconds