Searched refs:errno (Results 1 – 10 of 10) sorted by relevance
/include/trace/events/ |
D | signal.h | 15 __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,
|
D | kvm.h | 23 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/ |
D | operation.h | 100 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/ |
D | icmp.h | 24 int errno; member
|
/include/uapi/asm-generic/ |
D | Kbuild | 10 mandatory-y += errno.h
|
/include/linux/ |
D | suspend.h | 70 int errno[REC_FAILED_NUM]; member 88 suspend_stats.errno[suspend_stats.last_failed_errno] = err; in dpm_save_failed_errno()
|
D | xarray.h | 1326 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) argument
|
D | blkdev.h | 940 blk_status_t errno_to_blk_status(int errno);
|
/include/linux/sunrpc/ |
D | rpc_pipe_fs.h | 32 int errno; member
|
/include/linux/sched/ |
D | signal.h | 329 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 *,
|