Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1617 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 Dlibzfs_impl.h135 extern int zpool_standard_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c639 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
H A Dlibzfs.abi6201 …<function-decl name='zpool_standard_error' visibility='default' binding='global' size-in-bits='64'>