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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c557 stmf_id_data_t *id_entry; local
584 id_entry = id_list->idl_head;
586 bcopy(id_entry->id_data, luid_list[i].lu_guid, 16);
587 id_entry = id_entry->id_next;
631 id_entry = id_list->idl_head;
633 bcopy(id_entry->id_data, luid_list[i].lu_guid, 16);
634 id_entry = id_entry->id_next;
1137 id_entry
[all...]

Completed in 183 milliseconds