Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c557 stmf_id_data_t *id_entry; in stmf_ioctl() local
584 id_entry = id_list->idl_head; in stmf_ioctl()
586 bcopy(id_entry->id_data, luid_list[i].lu_guid, 16); in stmf_ioctl()
587 id_entry = id_entry->id_next; in stmf_ioctl()
631 id_entry = id_list->idl_head; in stmf_ioctl()
633 bcopy(id_entry->id_data, luid_list[i].lu_guid, 16); in stmf_ioctl()
634 id_entry = id_entry->id_next; in stmf_ioctl()
1137 id_entry = id_list->idl_head; in stmf_ioctl()
1140 if (id_entry->id_data[0] == '*') { in stmf_ioctl()
1144 id_entry = id_entry->id_next; in stmf_ioctl()
[all …]