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

/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c300 stmf_group_name_t iGroupName; local
302 bzero(&iGroupName, sizeof (iGroupName));
304 bcopy(groupName, &iGroupName.name, strlen((char *)groupName));
306 iGroupName.name_size = strlen((char *)groupName);
313 stmfIoctl.stmf_ibuf_size = sizeof (iGroupName);
314 stmfIoctl.stmf_ibuf = (uint64_t)(unsigned long)&iGroupName;
3631 stmf_group_name_t iGroupName; local
3659 bzero(&iGroupName, sizeof (iGroupName));
[all...]

Completed in 86 milliseconds