Searched refs:zpool_standard_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1617 return (zpool_standard_error(hdl, errno, in zpool_create() 1664 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_destroy() 1694 (void) zpool_standard_error(hdl, error, errbuf); in zpool_checkpoint() 1715 (void) zpool_standard_error(hdl, error, errbuf); in zpool_discard_checkpoint() 2277 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2281 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2296 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2431 (void) zpool_standard_error(zhp->zpool_hdl, err, in zpool_initialize_impl() 2788 return (zpool_standard_error(hdl, err, errbuf)); in zpool_scan() 3586 (void) zpool_standard_error(hdl, errno, errbuf); in zpool_vdev_attach() [all …]
|
| H A D | libzfs_impl.h | 135 extern int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
| H A D | libzfs_util.c | 639 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|
| H A D | libzfs.abi | 6201 …<function-decl name='zpool_standard_error' visibility='default' binding='global' size-in-bits='64'>
|