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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c748 stmfViewEntry iViewEntry; local
755 bzero(&iViewEntry, sizeof (iViewEntry));
758 bcopy(viewEntry->hostGroup, iViewEntry.hostGroup,
759 sizeof (iViewEntry.hostGroup));
761 iViewEntry.allHosts = B_TRUE;
765 bcopy(viewEntry->targetGroup, iViewEntry.targetGroup,
766 sizeof (iViewEntry.targetGroup));
768 iViewEntry.allTargets = B_TRUE;
772 iViewEntry
6884 stmfViewEntry iViewEntry; local
[all...]

Completed in 66 milliseconds