Home
last modified time | relevance | path

Searched refs:EDOOFUS (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/arm64/linux/
H A Dlinux_machdep.c93 return (EDOOFUS); in linux_set_upcall_kse()
127 return (EDOOFUS); in linux_rt_sigsuspend()
136 return (EDOOFUS); in linux_sigaltstack()
145 return (EDOOFUS); in linux_set_cloned_tls()
H A Dlinux_ptrace.c55 return (EDOOFUS); in linux_ptrace()
H A Dlinux_sysvec.c371 return (EDOOFUS); in linux_rt_sigreturn()
388 return (EDOOFUS); in linux_vsyscall()
/f-stack/tools/libutil/
H A Dpidfile.c65 return (EDOOFUS); in pidfile_verify()
72 return (EDOOFUS); in pidfile_verify()
328 errno = EDOOFUS; in pidfile_fileno()
/f-stack/freebsd/sys/
H A Derrno.h170 #define EDOOFUS 88 /* Programming error */ macro
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c536 #ifdef EDOOFUS
537 EDOOFUS,
/f-stack/freebsd/kern/
H A Dkern_khelp.c330 error = EDOOFUS; in khelp_modevent()
H A Dvfs_mountroot.c819 return ((error < 0) ? EDOOFUS : error); in parse_mount()
835 error = (mp == NULL) ? 0 : EDOOFUS; in vfs_mountroot_parse()
H A Dsubr_sglist.c762 return (EDOOFUS); in sglist_split()
H A Dkern_lockf.c739 if (error == EDOOFUS) { in lf_advlockasync()
1474 error = EDOOFUS; in lf_setlock()
H A Dkern_rctl.c695 return (EDOOFUS); in rctl_enforce()
H A Dsubr_witness.c1101 return (EDOOFUS); in witness_defineorder()
/f-stack/freebsd/mips/cavium/
H A Dif_octm.c368 return (EDOOFUS); in octm_transmit()
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot434 # 88 - EDOOFUS
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po425 # 88 - EDOOFUS
/f-stack/freebsd/net80211/
H A Dieee80211_output.c816 senderr(EDOOFUS); in ieee80211_output()