Searched refs:zpool_standard_error_fmt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 2273 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_initialize_impl() 2355 (void) zpool_standard_error_fmt(zhp->zpool_hdl, in zpool_trim_wait() 4022 return (zpool_standard_error_fmt(hdl, error, in zpool_reopen_one() 4042 return (zpool_standard_error_fmt(hdl, ret, in zpool_sync_one() 4226 return (zpool_standard_error_fmt(hdl, errno, in zpool_get_errlog() 4301 return (zpool_standard_error_fmt(hdl, errno, in zpool_upgrade() 4373 return (zpool_standard_error_fmt(hdl, errno, in get_history() 4485 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() 4498 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_next() 4560 error = zpool_standard_error_fmt(hdl, errno, in zpool_events_seek() [all …]
|
| H A D | libzfs_util.c | 613 return (zpool_standard_error_fmt(hdl, error, "%s", msg)); in zpool_standard_error() 618 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='… 5566 …zpool_standard_error_fmt' mangled-name='zpool_standard_error_fmt' visibility='default' binding='gl…
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 151 int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
|