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

/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c5180 sa_security_t prevsec = NULL; local
5190 * We walk through the list. prevsec keeps the
5194 if (prevsec != NULL) {
5196 (void) sa_destroy_security(prevsec);
5198 prevsec = NULL;
5204 * want to remove it. prevsec holds it until either
5208 prevsec = security;
5213 if (prevsec != NULL)
5214 (void) sa_destroy_security(prevsec);

Completed in 55 milliseconds