Searched refs:EZFS_NOMEM (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 571 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather() 583 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
|
H A D | libzfs_util.c | 74 case EZFS_NOMEM: in libzfs_error_description() 277 if (error == EZFS_NOMEM) in zfs_verror() 494 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
|
H A D | libzfs.h | 60 EZFS_NOMEM = 2000, /* out of memory */ enumerator
|
H A D | libzfs_pool.c | 1531 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1541 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
|
H A D | libzfs_sendrecv.c | 854 return (EZFS_NOMEM); in gather_nvlist() 2700 error = zfs_error(hdl, EZFS_NOMEM, errbuf); in zfs_receive_package()
|
H A D | libzfs_dataset.c | 4681 err = (zfs_error(hdl, EZFS_NOMEM, strerror(errno))); in zfs_get_fsacl()
|
/titanic_50/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_zfs.c | 2380 case EZFS_NOMEM: in ndmpd_zfs_zerr_dma_log()
|