Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 773 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop() 1345 return (zpool_standard_error(hdl, errno, msg)); in zpool_create() 1387 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1417 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint() 1438 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint() 1532 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 2008 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2012 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2021 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2173 return (zpool_standard_error(hdl, err, msg)); in zpool_scan() [all …]
|
| H A D | libzfs_impl.h | 205 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
| H A D | libzfs_util.c | 473 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|