Home
last modified time | relevance | path

Searched refs:EZFS_NOMEM (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.h33 #define EZFS_NOMEM "out of memory" macro
H A Dzutil_import.c130 zutil_error(hdl, EZFS_NOMEM, "internal error"); in zutil_no_memory()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c660 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
671 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
H A Dlibzfs_util.c88 case EZFS_NOMEM: in libzfs_error_description()
341 if (error == EZFS_NOMEM) in zfs_verror()
751 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
H A Dlibzfs_pool.c1775 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1785 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
4397 error = zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_events_next()
4464 error = zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_events_seek()
H A Dlibzfs_sendrecv.c683 return (EZFS_NOMEM); in gather_nvlist()
3605 error = zfs_error(hdl, EZFS_NOMEM, errbuf); in zfs_receive_package()
H A Dlibzfs_dataset.c5128 err = (zfs_error(hdl, EZFS_NOMEM, strerror(errno))); in zfs_get_fsacl()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h62 EZFS_NOMEM = 2000, /* out of memory */ enumerator