Searched refs:zpool_standard_error_fmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2445 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_initialize_impl() 2527 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_trim_wait() 4186 return (zpool_standard_error_fmt(hdl, error, in zpool_reopen_one() 4206 return (zpool_standard_error_fmt(hdl, ret, in zpool_sync_one() 4377 return (zpool_standard_error_fmt(hdl, errno, in zpool_get_errlog() 4451 return (zpool_standard_error_fmt(hdl, errno, in zpool_upgrade() 4521 return (zpool_standard_error_fmt(hdl, errno, in get_history() 4566 zpool_standard_error_fmt(hdl, err, in zpool_get_history() 4634 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() 4642 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() [all …]
|
| H A D | libzfs_impl.h | 136 extern int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...)
|
| H A D | libzfs_util.c | 641 return (zpool_standard_error_fmt(hdl, error, "%s", msg)); in zpool_standard_error() 645 zpool_standard_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zpool_standard_error_fmt() function
|
| H A D | libzfs.abi | 6207 …<function-decl name='zpool_standard_error_fmt' visibility='default' binding='global' size-in-bits=…
|