Searched refs:EZFS_NOMEM (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_changelist.c | 577 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather() 589 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
|
| D | libzfs_util.c | 78 case EZFS_NOMEM: in libzfs_error_description() 281 if (error == EZFS_NOMEM) in zfs_verror() 498 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
|
| D | libzfs.h | 63 EZFS_NOMEM = 2000, /* out of memory */ enumerator
|
| D | libzfs_sendrecv.c | 785 return (EZFS_NOMEM); in gather_nvlist() 2395 error = zfs_error(hdl, EZFS_NOMEM, errbuf); in zfs_receive_package()
|
| D | libzfs_pool.c | 1591 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1601 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
|
| D | libzfs_dataset.c | 4519 err = (zfs_error(hdl, EZFS_NOMEM, strerror(errno))); in zfs_get_fsacl()
|