Home
last modified time | relevance | path

Searched refs:perm_rc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c3885 perm_status_t perm_rc; in rc_node_create_child() local
3897 perm_rc = rc_node_modify_permission_check(&audit_data.ed_auth); in rc_node_create_child()
3898 switch (perm_rc) { in rc_node_create_child()
3912 bad_error(rc_node_modify_permission_check, perm_rc); in rc_node_create_child()
3955 if (perm_rc == PERM_DENIED) { in rc_node_create_child()
5396 int rc, perm_rc; in rc_snapshot_take_new() local
5415 perm_rc = REP_PROTOCOL_FAIL_PERMISSION_DENIED; in rc_snapshot_take_new()
5418 perm_rc = REP_PROTOCOL_SUCCESS; in rc_snapshot_take_new()
5469 if (perm_rc != REP_PROTOCOL_SUCCESS) { in rc_snapshot_take_new()
5474 return (perm_rc); in rc_snapshot_take_new()