Searched refs:is_root (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | main.c | 293 int is_root = 0; in check_sanity() local 331 is_root = 1; in check_sanity() 349 if (is_root == 0 && is_usr == 0 && ustat(stbd.st_rdev, &usb) == 0) { in check_sanity()
|
/titanic_41/usr/src/cmd/hal/hald/solaris/ |
H A D | devinfo.c | 38 void devinfo_add_subtree(HalDevice *parent, di_node_t node, gboolean is_root); 64 devinfo_add_subtree(HalDevice *parent, di_node_t node, gboolean is_root) in devinfo_add_subtree() argument 82 (!is_root || di_parent_node (node) == root_node)); in devinfo_add_subtree()
|
/titanic_41/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr.c | 74 static int is_root(int free_uc, char *dc_str, ucred_t **uc); 805 if (is_root(1, "KILLSERVER", &uc)) 816 if (is_root(1, "SETADMIN", &uc)) 839 if (is_root(0, "SETCACHE", &uc) && 871 if (is_root(0, "GETSTATUSCHANGE", &uc) && 1359 is_root(int free_uc, char *dc_str, ucred_t **ucp) function 1827 if (is_root(0, dc_str, ucp) == 1) {
|
/titanic_41/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 45 static uint_t is_root; variable 471 if (is_root) { in dump_tnode() 473 is_root = 0; in dump_tnode() 532 is_root = 1; in fmtopo()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 2452 channel_input_port_forward_request(int is_root, int gateway_ports) in channel_input_port_forward_request() argument 2467 if (port < IPPORT_RESERVED && !is_root) in channel_input_port_forward_request()
|