Searched refs:EZFS_NODEVICE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2160 return (EZFS_NODEVICE); in vdev_get_one_physpath() 2265 return (EZFS_NODEVICE); in zpool_get_config_physpath() 2345 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_online() 2412 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_offline() 2562 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_attach() 2715 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_detach() 3022 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_remove() 3030 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_remove() 3076 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_clear()
|
H A D | libzfs_util.c | 112 case EZFS_NODEVICE: in libzfs_error_description() 426 zfs_verror(hdl, EZFS_NODEVICE, fmt, ap); in zpool_standard_error_fmt()
|
H A D | libzfs.h | 76 EZFS_NODEVICE, /* no such device in pool */ enumerator
|
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 2676 case EZFS_NODEVICE: in zfs_err_to_be_err()
|