Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_sg.c290 ucred_t *ucredp) in ilbd_destroy_sg() argument
338 rc, ucredp); in ilbd_destroy_sg()
350 ucred_t *ucredp) in ilbd_create_sg() argument
1235 ILB_STATUS_EINVAL, ucredp); in ilbd_Xable_server()
1240 ILB_STATUS_EINVAL, ucredp); in ilbd_Xable_server()
1258 ILB_STATUS_EINVAL, ucredp); in ilbd_Xable_server()
1263 ILB_STATUS_EINVAL, ucredp); in ilbd_Xable_server()
1277 ILB_STATUS_ENOENT, ucredp); in ilbd_Xable_server()
1282 ILB_STATUS_ENOENT, ucredp); in ilbd_Xable_server()
1504 ucred_t *ucredp) in ilbd_disable_server() argument
[all …]
H A Dilbd_rules.c505 ucred_t *ucredp) in ilbd_audit_rule_event() argument
761 cmd, rc, ucredp); in i_ilbd_action_switch()
768 rc, ucredp); in i_ilbd_action_switch()
775 rc, ucredp); in i_ilbd_action_switch()
844 cmd, rc, ucredp); in i_ilbd_rule_action()
849 ucredp); in i_ilbd_rule_action()
926 ucred_t *ucredp) in ilbd_destroy_rule() argument
933 ucred_t *ucredp) in ilbd_enable_rule() argument
941 ucred_t *ucredp) in ilbd_disable_rule() argument
1143 ILB_STATUS_ENOMEM, ucredp); in ilbd_create_rule()
[all …]
H A Dilbd_hc.c217 ret, ucredp); in ilbd_create_hc()
234 ILB_STATUS_EEXIST, ucredp); in ilbd_create_hc()
252 ILB_STATUS_ENOENT, ucredp); in ilbd_create_hc()
258 ILB_STATUS_EINVAL, ucredp); in ilbd_create_hc()
267 ILB_STATUS_ENOMEM, ucredp); in ilbd_create_hc()
287 ret, ucredp); in ilbd_create_hc()
305 ucred_t *ucredp) in ilbd_destroy_hc() argument
317 ret, ucredp); in ilbd_destroy_hc()
326 ILB_STATUS_ENOENT, ucredp); in ilbd_destroy_hc()
335 ILB_STATUS_INUSE, ucredp); in ilbd_destroy_hc()
[all …]
/illumos-gate/usr/src/cmd/vntsd/
H A Dauth.c87 ucred_t *ucredp = NULL; in socket_peer_euid() local
90 rc = getpeerucred(sock_fd, &ucredp); in socket_peer_euid()
97 peer_euid = ucred_geteuid(ucredp); in socket_peer_euid()
98 ucred_free(ucredp); in socket_peer_euid()