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 | 1001 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop() 1690 return (zpool_standard_error(hdl, errno, in zpool_create() 1705 return (zpool_standard_error(hdl, errno, errbuf)); in zpool_create() 1747 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_destroy() 1777 (void) zpool_standard_error(hdl, error, errbuf); in zpool_checkpoint() 1798 (void) zpool_standard_error(hdl, error, errbuf); in zpool_discard_checkpoint() 1824 (void) zpool_standard_error(hdl, error, msg); in zpool_prefetch() 1928 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_add() 2401 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2405 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() [all …]
|
| H A D | libzfs_impl.h | 145 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 | 6933 …<function-decl name='zpool_standard_error' visibility='default' binding='global' size-in-bits='64'>
|