Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Derrno.h181 #define ENOTRECOVERABLE 95 /* State not recoverable */ macro
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c254 #ifdef ENOTRECOVERABLE
255 ENOTRECOVERABLE,
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot462 # 95 - ENOTRECOVERABLE
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po453 # 95 - ENOTRECOVERABLE
/f-stack/freebsd/kern/
H A Dkern_umtx.c1040 return (ENOTRECOVERABLE); in do_lock_normal()
1859 error = ENOTRECOVERABLE; in do_lock_pi()
2228 error = ENOTRECOVERABLE; in do_lock_pp()
2435 error = ENOTRECOVERABLE; in do_set_ceiling()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb.c3470 rte_errno = -ENOTRECOVERABLE; in dlb_event_release()