Searched defs:errno (Results 1 - 25 of 38) sorted by last modified time

12

/freebsd-11-stable/sys/sys/
H A Derrno.h46 #define errno (* __error()) macro
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c41033 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
41037 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
41041 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h179 u32 errno; member in struct:mlx4_vhcr
H A Dmlx4_cmd.c168 static u8 mlx4_errno_to_status(int errno) argument
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c2924 int argc = *argcp, errno; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Derr.c458 errno = 0; local
512 errno = 0; local
609 errno = 0; local
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c191 ATF_REQUIRE_MSG(unlink(token_key) != -1, "unlink() failed: %d", errno); local
192 ATF_REQUIRE_MSG(rmdir(token_dir) != -1, "rmdir() failed: %d", errno); local
227 "sigaction SIGSYS: %d", errno); local
239 "sigaction SIGCHLD: %d", errno); local
254 "msgctl IPC_STAT 1: %d", errno); local
261 "msgctl IPC_SET: %d", errno); local
266 "msgctl IPC_STAT 2: %d", errno); local
294 0) != -1, "sender: msgsnd 1: %d", errno); local
298 "sender: msgrcv 1 ack: %d", errno); local
308 "sender: msgsnd 2: %d", errno); local
312 "sender: msgrcv 2 ack: %d", errno); local
334 != -1, "msgctl IPC_STAT: %d", errno); local
464 "sigaction SIGSYS: %d", errno); local
476 "sigaction SIGCHLD: %d", errno); local
690 "sigaction SIGSYS: %d", errno); local
702 "sigaction SIGCHLD: %d", errno); local
715 "shmctl IPC_STAT: %d", errno); local
722 "shmctl IPC_SET: %d", errno); local
727 "shmctl IPC_STAT: %d", errno); local
772 "shmctl IPC_STAT: %d", errno); local
882 "shmat(SHM_REMAP): %d", errno); local
[all...]
/freebsd-11-stable/contrib/apr/poll/unix/
H A Dz_asio.c186 AIO(sizeof(struct aiocb), a, &rv, &errno, __err2ad()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_errno.h37 #define errno (*__errno_location()) macro
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c173 int errno = 0; local
/freebsd-11-stable/stand/libsa/
H A Dnfs.c98 uint32_t errno; member in struct:nfsv3_readdir_repl
194 uint32_t errno; member in struct:repl
259 uint32_t errno; member in struct:repl
330 uint32_t errno; member in struct:repl
401 uint32_t errno; member in struct:repl
[all...]
H A Dglobals.c37 int errno; /* our old friend */ variable
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c722 udp_notify(struct inpcb *inp, int errno) argument
H A Dtcp_subr.c1343 tcp_drop(struct tcpcb *tp, int errno) argument
2327 tcp_drop_syn_sent(struct inpcb *inp, int errno) argument
H A Din_pcb.c1422 in_pcbnotifyall(struct inpcbinfo *pcbinfo, struct in_addr faddr, int errno, argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c243 sdp_pcbnotifyall(struct in_addr faddr, int errno, argument
645 sdp_drop(struct sdp_sock *ssk, int errno) argument
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.c144 int errno = 0; variable
/freebsd-11-stable/tests/sys/posixshm/
H A Dposixshm_test.c58 "mkstemp failed; errno=%d", errno); local
60 "unlink failed; errno=%d", errno); local
122 errno); local
146 errno); local
149 "shm_unlink failed; errno=%d", errno); local
175 errno); local
178 "shm_unlink failed; errno=%d", errno); local
205 "shm_unlink failed; errno=%d", errno); local
220 errno); local
308 "shm_unlink failed; errno=%d", errno); local
325 "fstat(1) failed; errno=%d", errno); local
333 "fstat(2) failed; errno=%d", errno); local
338 "shm_unlink failed; errno=%d", errno); local
393 errno); local
544 "shm_unlink failed; errno=%d", errno); local
556 "sigaction failed; errno=%d", errno); local
561 "sigprocmask failed; errno=%d", errno); local
608 errno); local
[all...]
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py225 def errno(self): member in class:Magic
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c597 int errno; local
845 in6_rtchange(struct inpcb *inp, int errno) argument
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_nanosleep.c227 errno, local
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Derrno.c34 errno_to_efi_status(int errno) argument
99 int errno; local
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dvpo.c186 int errno; /* error in errno.h */ local
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c818 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) argument
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx.c81 uint8_t errno; member in struct:ahc_hard_error_entry

Completed in 726 milliseconds

12