Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 10 of 10) sorted by relevance

/include/trace/events/
Dsignal.h15 __entry->errno = 0; \
18 __entry->errno = 0; \
21 __entry->errno = info->si_errno; \
59 __field( int, errno )
77 __entry->sig, __entry->errno, __entry->code,
104 __field( int, errno )
118 __entry->sig, __entry->errno, __entry->code,
Dkvm.h23 TP_PROTO(__u32 reason, int errno),
24 TP_ARGS(reason, errno),
28 __field( int, errno )
33 __entry->errno = errno;
37 __entry->errno < 0 ?
38 (__entry->errno == -EINTR ? "restart" : "error") :
40 __entry->errno < 0 ? -__entry->errno : __entry->reason)
/include/linux/greybus/
Doperation.h100 int errno; /* Operation result */ member
185 void gb_operation_cancel(struct gb_operation *operation, int errno);
186 void gb_operation_cancel_incoming(struct gb_operation *operation, int errno);
/include/net/
Dicmp.h24 int errno; member
/include/uapi/asm-generic/
DKbuild10 mandatory-y += errno.h
/include/linux/
Dsuspend.h70 int errno[REC_FAILED_NUM]; member
88 suspend_stats.errno[suspend_stats.last_failed_errno] = err; in dpm_save_failed_errno()
Dxarray.h1326 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) argument
Dblkdev.h940 blk_status_t errno_to_blk_status(int errno);
/include/linux/sunrpc/
Drpc_pipe_fs.h32 int errno; member
/include/linux/sched/
Dsignal.h329 int force_sig_ptrace_errno_trap(int errno, void __user *addr);
340 extern int kill_pid_usb_asyncio(int sig, int errno, sigval_t addr, struct pid *,