HomeSort by: relevance | last modified time | path
    Searched refs:isroot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/secmodel/suser/
secmodel_suser.c 199 bool isroot; local
202 isroot = suser_isroot(cred);
207 if (isroot)
229 bool isroot; local
233 isroot = suser_isroot(cred);
241 if (isroot)
253 if (isroot)
264 if (isroot)
280 if (isroot)
299 if (isroot) {
469 bool isroot; local
565 bool isroot; local
832 bool isroot; local
879 bool isroot; local
943 bool isroot; local
    [all...]
  /src/sys/secmodel/extensions/
secmodel_extensions.c 333 bool isroot = false; local
337 "is-root", cred, &isroot);
338 if (error == 0 && !isroot)
390 bool isroot = false; local
393 "is-root", cred, &isroot);
394 if (error == 0 && !isroot)
secmodel_extensions_vfs.c 204 bool isroot; local
223 cred, &isroot);
224 if (error || !isroot)
  /src/lib/libtelnet/
sra.c 444 isroot(const char *usr) function
475 if (isroot(name) && !rootterm(line))
608 if (isroot(name) && !rootterm(line))

Completed in 16 milliseconds