Searched refs:EZFS_NOMEM (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.h | 33 #define EZFS_NOMEM "out of memory" macro
|
| H A D | zutil_import.c | 130 zutil_error(hdl, EZFS_NOMEM, "internal error"); in zutil_no_memory()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 660 (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 D | libzfs_util.c | 88 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 D | libzfs_pool.c | 1775 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 D | libzfs_sendrecv.c | 683 return (EZFS_NOMEM); in gather_nvlist() 3605 error = zfs_error(hdl, EZFS_NOMEM, errbuf); in zfs_receive_package()
|
| H A D | libzfs_dataset.c | 5128 err = (zfs_error(hdl, EZFS_NOMEM, strerror(errno))); in zfs_get_fsacl()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 62 EZFS_NOMEM = 2000, /* out of memory */ enumerator
|