Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Dbsm_errno.c757 au_bsm_to_errno(u_char bsm_errno, int *errorp) in au_bsm_to_errno() argument
764 *errorp = bsme->be_local_errno; in au_bsm_to_errno()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dimpl.h570 #define KCF_PROV_COPYIN_MECH(pd, umech, kmech, errorp, mode) ( \ argument
573 (pd)->pd_prov_handle, umech, kmech, errorp, mode) : \
576 #define KCF_PROV_COPYOUT_MECH(pd, kmech, umech, errorp, mode) ( \ argument
579 (pd)->pd_prov_handle, kmech, umech, errorp, mode) : \
/f-stack/freebsd/bsm/
H A Daudit_record.h302 int au_bsm_to_errno(u_char bsm_error, int *errorp);
/f-stack/freebsd/netinet6/
H A Din6.c722 int *errorp, int delay) in in6_joingroup_legacy() argument
729 *errorp = ENOBUFS; in in6_joingroup_legacy()
737 *errorp = error; in in6_joingroup_legacy()
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1186 uipc_ready_scan(struct socket *so, struct mbuf *m, int count, int *errorp) in uipc_ready_scan() argument
1202 *errorp = sbready(sb, m, count); in uipc_ready_scan()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c713 int *errorp = &pio->io_child_error[zio->io_child_type]; in zio_notify_parent() local
717 *errorp = zio_worst_error(*errorp, zio->io_error); in zio_notify_parent()