Searched refs:zpool_standard_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 942 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop() 1631 return (zpool_standard_error(hdl, errno, in zpool_create() 1636 return (zpool_standard_error(hdl, errno, errbuf)); in zpool_create() 1678 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_destroy() 1708 (void) zpool_standard_error(hdl, error, errbuf); in zpool_checkpoint() 1729 (void) zpool_standard_error(hdl, error, errbuf); in zpool_discard_checkpoint() 1755 (void) zpool_standard_error(hdl, error, msg); in zpool_prefetch() 1859 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_add() 2325 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2329 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() [all …]
|
| H A D | libzfs_impl.h | 137 extern int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
| H A D | libzfs_util.c | 643 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|
| H A D | libzfs.abi | 7038 …<function-decl name='zpool_standard_error' visibility='default' binding='global' size-in-bits='64'>
|