Searched refs:EZFS_NOENT (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_util.c | 98 case EZFS_NOENT: in libzfs_error_description() 366 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zfs_standard_error_fmt() 436 zfs_verror(hdl, EZFS_NOENT, fmt, ap); in zpool_standard_error_fmt()
|
| D | libzfs_sendrecv.c | 850 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl() 927 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl() 1371 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_send() 1647 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_one() 2763 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_one() 2903 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_one() 3168 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
|
| D | libzfs_dataset.c | 2907 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 2919 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 2924 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in check_parents() 3183 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_create() 3415 return (zfs_error(zhp->zfs_hdl, EZFS_NOENT, errbuf)); in zfs_clone() 4547 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_fsacl() 4610 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_set_fsacl() 4647 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_get_holds()
|
| D | libzfs.h | 72 EZFS_NOENT, /* no such pool or dataset */ enumerator
|
| D | libzfs_pool.c | 1014 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
|