Searched refs:errorp (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_errno.c | 757 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 D | impl.h | 570 #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 D | audit_record.h | 302 int au_bsm_to_errno(u_char bsm_error, int *errorp);
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 722 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 D | uipc_usrreq.c | 1186 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 D | zio.c | 713 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()
|