Searched refs:EZFS_NOENT (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_util.c | 104 case EZFS_NOENT: in libzfs_error_description() 372 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zfs_standard_error_fmt() 443 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zpool_standard_error_fmt()
|
| D | libzfs_sendrecv.c | 975 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl() 1054 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl() 1752 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_send() 2028 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_one() 3205 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_one() 3365 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_one() 3645 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl() 3651 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
|
| D | libzfs_dataset.c | 3044 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3056 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3061 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3334 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_create() 3560 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_clone() 4702 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_fsacl() 4765 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_set_fsacl() 4802 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_holds()
|
| D | libzfs.h | 71 EZFS_NOENT, /* no such pool or dataset */ enumerator
|
| D | libzfs_pool.c | 1000 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
|