Searched refs:check_authorizations (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/ |
H A D | commands.c | 425 check_authorizations(char *instname, int flags) in check_authorizations() function 1311 auth = check_authorizations(groupname, flags); in sa_create() 1546 auth = check_authorizations(groupname, flags); in sa_delete() 2725 auth = check_authorizations(argv[optind], in sa_addshare() 2932 authdst = check_authorizations(argv[optind], flags); in sa_moveshare() 2939 authsrc = check_authorizations(pname, flags); in sa_moveshare() 3250 auth = check_authorizations(pname, flags); in sa_removeshare() 3446 auth = check_authorizations(groupname, flags); in sa_set_share() 4032 auth = check_authorizations(groupname, flags); in sa_set() 4570 auth = check_authorizations(groupname, flags); in sa_unset() [all …]
|