Searched refs:zpool_standard_error_fmt (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2209 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_initialize_impl() 2291 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_trim_wait() 3928 return (zpool_standard_error_fmt(hdl, error, in zpool_reopen_one() 3948 return (zpool_standard_error_fmt(hdl, ret, in zpool_sync_one() 4132 return (zpool_standard_error_fmt(hdl, errno, in zpool_get_errlog() 4207 return (zpool_standard_error_fmt(hdl, errno, in zpool_upgrade() 4279 return (zpool_standard_error_fmt(hdl, errno, in get_history() 4391 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() 4404 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() 4434 return (zpool_standard_error_fmt(hdl, errno, msg)); in zpool_events_clear() [all …]
|
| H A D | libzfs_util.c | 610 return (zpool_standard_error_fmt(hdl, error, "%s", msg)); in zpool_standard_error() 615 zpool_standard_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zpool_standard_error_fmt() function
|
| H A D | libzfs.abi | 363 …<elf-symbol name='zpool_standard_error_fmt' type='func-type' binding='global-binding' visibility='… 3415 …zpool_standard_error_fmt' mangled-name='zpool_standard_error_fmt' filepath='/home/fedora/zfs/lib/l…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 149 int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
|