Searched defs:selftest_log (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c8934 struct smart_selftest_log *selftest_log; local
8936 selftest_log = kmem_zalloc(sizeof (struct smart_selftest_log),
8940 selftest_log);
8949 index = selftest_log->smart_selftest_log_index;
8953 entry = &selftest_log->
9077 entry = &selftest_log->
9082 kmem_free(selftest_log, sizeof (struct smart_selftest_log));
17028 * SMART self-test log data is returned in buffer pointed to by selftest_log
17034 struct smart_selftest_log *selftest_log)
17120 bcopy(scmd->satacmd_bp->b_un.b_addr, (uint8_t *)selftest_log,
17031 sata_smart_selftest_log( sata_hba_inst_t *sata_hba_inst, sata_drive_info_t *sdinfo, struct smart_selftest_log *selftest_log) argument
[all...]

Completed in 100 milliseconds