Searched refs:errno (Results 1 – 13 of 13) 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/ |
| D | nfs_common.h | 16 __u32 nfs_localio_errno_to_nfs4_stat(int errno);
|
| D | arm_ffa.h | 506 static inline int ffa_to_linux_errno(int errno) in ffa_to_linux_errno() argument 508 int err_idx = -errno; in ffa_to_linux_errno() 515 static inline int linux_errno_to_ffa(int errno) in linux_errno_to_ffa() argument 520 if (ffa_linux_errmap[i] == errno) in linux_errno_to_ffa()
|
| D | suspend.h | 66 int errno[REC_FAILED_NUM]; member 87 suspend_stats.errno[suspend_stats.last_failed_errno] = err; in dpm_save_failed_errno()
|
| D | xarray.h | 1365 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) argument
|
| D | blkdev.h | 965 blk_status_t errno_to_blk_status(int errno);
|
| /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/video/ |
| D | sticore.h | 138 s32 errno; /* error number on failure */ member 164 s32 errno; /* error number on failure */ member 277 s32 errno; /* error number on failure */ member 305 s32 errno; /* error number on failure */ member
|
| /include/net/ |
| D | icmp.h | 24 int errno; member
|
| /include/uapi/asm-generic/ |
| D | Kbuild | 10 mandatory-y += errno.h
|
| /include/linux/sunrpc/ |
| D | rpc_pipe_fs.h | 32 int errno; member
|
| /include/linux/sched/ |
| D | signal.h | 325 int force_sig_ptrace_errno_trap(int errno, void __user *addr); 336 extern int kill_pid_usb_asyncio(int sig, int errno, sigval_t addr, struct pid *,
|