Home
last modified time | relevance | path

Searched refs:ERR_PTR (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c267 return ERR_PTR(-EINVAL); in lookup_bdev()
271 return ERR_PTR(error); in lookup_bdev()
289 bdev = ERR_PTR(error); in lookup_bdev()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h169 return ERR_PTR(-EOPNOTSUPP); in inotify_init()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dkernel.h75 #define ERR_PTR(err) ((void*)(unsigned long)(err)) macro