Home
last modified time | relevance | path

Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1377 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy()
1407 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint()
1428 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint()
1522 (void) zpool_standard_error(hdl, errno, msg); in zpool_add()
2163 return (zpool_standard_error(hdl, err, msg)); in zpool_scan()
3044 return (zpool_standard_error(hdl, errno, msg)); in zpool_vdev_degrade()
3148 (void) zpool_standard_error(hdl, ENXIO, msg); in zpool_vdev_attach()
3242 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_attach()
3298 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_detach()
3602 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_remove()
[all …]
H A Dlibzfs_impl.h205 int zpool_standard_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c472 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function