Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c357 ssize_t numauths; in check_authorization() local
394 numauths = scf_simple_prop_numvalues(prop); in check_authorization()
395 for (ret = 0, i = 0; i < numauths; i++) { in check_authorization()