Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c672 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop()
1164 return (zpool_standard_error(hdl, errno, msg)); in zpool_create()
1203 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy()
1311 (void) zpool_standard_error(hdl, errno, msg); in zpool_add()
1746 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props()
1750 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props()
1754 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props()
1828 return (zpool_standard_error(hdl, errno, msg)); in zpool_scan()
2391 return (zpool_standard_error(hdl, errno, msg)); in zpool_vdev_online()
2444 return (zpool_standard_error(hdl, errno, msg)); in zpool_vdev_offline()
[all …]
H A Dlibzfs_impl.h146 int zpool_standard_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c405 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function