Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c81 return (ERR_PTR(-EINVAL));
100 return (ERR_PTR(-rc));
124 return (ERR_PTR(error));
H A Dzpl_inode.c51 return (ERR_PTR(-ENAMETOOLONG)); in zpl_lookup()
88 return (ERR_PTR(error)); in zpl_lookup()
527 return (ERR_PTR(-ECHILD)); in zpl_get_link()
531 return (ERR_PTR(error)); in zpl_get_link()
545 return (ERR_PTR(-ECHILD)); in zpl_get_link()
549 return (ERR_PTR(error)); in zpl_get_link()
562 return (ERR_PTR(error)); in zpl_follow_link()
575 nd_set_link(nd, ERR_PTR(error)); in zpl_follow_link()
H A Dzpl_super.c281 return (ERR_PTR(-err)); in zpl_mount_impl()
305 return (ERR_PTR(err)); in zpl_mount_impl()
310 return (ERR_PTR(-EBUSY)); in zpl_mount_impl()
H A Dzpl_ctldir.c132 return (ERR_PTR(error)); in zpl_root_lookup()
166 return (ERR_PTR(error)); in zpl_snapdir_automount()
225 return (ERR_PTR(error)); in zpl_snapdir_lookup()
441 return (ERR_PTR(error)); in zpl_shares_lookup()
H A Dzpl_xattr.c1032 return (ERR_PTR(-EINVAL)); in zpl_get_acl()
1046 acl = ERR_PTR(-EIO); in zpl_get_acl()
H A Dvdev_disk.c270 bdev = ERR_PTR(-ENXIO); in vdev_disk_open()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c130 return (ERR_PTR(-EIO)); in procfs_list_seq_start()
H A Dspl-taskq.c383 return (ERR_PTR(-EBUSY)); in taskq_find()
525 if (t && t != ERR_PTR(-EBUSY)) { in taskq_cancel_id()
556 if (t == ERR_PTR(-EBUSY)) { in taskq_cancel_id()
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_plat_dpdk.h278 #define ERR_PTR(error) ((void *)(long)error) macro
H A Dena_com.c223 return ERR_PTR(ENA_COM_NO_SPACE); in __ena_com_submit_admin_cmd()
236 return ERR_PTR(ENA_COM_INVAL); in __ena_com_submit_admin_cmd()
296 return ERR_PTR(ENA_COM_NO_DEVICE); in ena_com_submit_admin_cmd()
1362 if (comp_ctx == ERR_PTR(ENA_COM_NO_DEVICE)) in ena_com_execute_admin_command()
/f-stack/freebsd/contrib/ena-com/
H A Dena_plat.h162 static inline void *ERR_PTR(long error) in ERR_PTR() function
H A Dena_com.c264 return ERR_PTR(ENA_COM_NO_SPACE); in __ena_com_submit_admin_cmd()
277 return ERR_PTR(ENA_COM_INVAL); in __ena_com_submit_admin_cmd()
338 return ERR_PTR(ENA_COM_NO_DEVICE); in ena_com_submit_admin_cmd()
1412 if (comp_ctx == ERR_PTR(ENA_COM_NO_DEVICE)) in ena_com_execute_admin_command()