Searched refs:EZFS_NODEVICE (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2176 return (EZFS_NODEVICE); in vdev_get_one_physpath() 2281 return (EZFS_NODEVICE); in zpool_get_config_physpath() 2361 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_online() 2428 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_offline() 2578 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_attach() 2731 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_detach() 3038 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_remove() 3046 return (zfs_error(hdl, EZFS_NODEVICE, msg)); in zpool_vdev_remove() 3092 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 | 77 EZFS_NODEVICE, /* no such device in pool */ enumerator
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 2679 case EZFS_NODEVICE: in zfs_err_to_be_err()
|