Searched refs:secprot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c1598 char *secprot; local
1599 secprot = sa_get_security_attr(security,
1601 if (secprot != NULL &&
1602 strcmp(secprot, protocol) == 0)
1605 if (secprot != NULL)
1606 sa_free_attr_string(secprot);

Completed in 53 milliseconds