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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c635 stmf_view_op_entry_t ioctlViewEntry; local
637 bzero(&ioctlViewEntry, sizeof (ioctlViewEntry));
642 ioctlViewEntry.ve_lu_number_valid = viewEntry->luNbrValid;
643 ioctlViewEntry.ve_all_hosts = viewEntry->allHosts;
644 ioctlViewEntry.ve_all_targets = viewEntry->allTargets;
647 bcopy(viewEntry->hostGroup, &ioctlViewEntry.ve_host_group.name,
649 ioctlViewEntry.ve_host_group.name_size =
654 &ioctlViewEntry.ve_target_group.name,
656 ioctlViewEntry
6121 stmf_view_op_entry_t ioctlViewEntry; local
6777 stmf_view_op_entry_t ioctlViewEntry; local
[all...]

Completed in 52 milliseconds