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