Home
last modified time | relevance | path

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

/freebsd-11-stable/lib/libbsm/
HDMakefile46 au_errno.3 \
97 au_errno.3 au_bsm_to_errno.3 \
98 au_errno.3 au_errno_to_bsm.3 \
99 au_errno.3 au_strerror.3 \
/freebsd-11-stable/contrib/openbsm/libbsm/
HDMakefile.am34 au_errno.3 \
70 $(LN_S) -f au_errno.3 au_bsm_to_errno.3 && \
71 $(LN_S) -f au_errno.3 au_errno_to_bsm.3 && \
72 $(LN_S) -f au_errno.3 au_strerror.3 && \
HDMakefile.in266 au_errno.3 \
701 $(LN_S) -f au_errno.3 au_bsm_to_errno.3 && \
702 $(LN_S) -f au_errno.3 au_errno_to_bsm.3 && \
703 $(LN_S) -f au_errno.3 au_strerror.3 && \
/freebsd-11-stable/contrib/amd/amq/
HDamq.c351 printf("unmount failed: %s\n", strerror(rv->au_errno)); in print_umnt_error()
354 if (rv->au_errno == 0) in print_umnt_error()
358 strerror(rv->au_errno)); in print_umnt_error()
361 printf("pipe read error: %s\n", strerror(rv->au_errno)); in print_umnt_error()
384 if (rv->au_errno == 0) { in amu_sync_umnt_to_retval()
/freebsd-11-stable/contrib/amd/amd/
HDmap.c436 notify_child(am_node *mp, au_etype au_etype, int au_errno, int au_signal) in notify_child() argument
444 rv.au_errno = au_errno; in notify_child()
HDamq_subr.c136 rv.au_errno = errno; in amqproc_sync_umnt_1_svc_async()
/freebsd-11-stable/contrib/amd/include/
HDamq_defs.h152 int au_errno; /* error number */ member