Searched refs:zpool_standard_error_fmt (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_impl.h | 147 int zpool_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
|
H A D | libzfs_fru.c | 369 return (zpool_standard_error_fmt(zhp->zpool_hdl, errno, in zpool_fru_set()
|
H A D | libzfs_util.c | 407 return (zpool_standard_error_fmt(hdl, error, "%s", msg)); in zpool_standard_error() 412 zpool_standard_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zpool_standard_error_fmt() function
|
H A D | libzfs_pool.c | 1354 return (zpool_standard_error_fmt(zhp->zpool_hdl, errno, in zpool_export_common() 3520 return (zpool_standard_error_fmt(hdl, errno, in zpool_upgrade() 3590 return (zpool_standard_error_fmt(hdl, errno, in get_history()
|