Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_pool.c | 708 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop() 1215 return (zpool_standard_error(hdl, errno, msg)); in zpool_create() 1254 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1362 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 1796 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 1800 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 1809 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 1883 return (zpool_standard_error(hdl, errno, msg)); in zpool_scan() 2455 return (zpool_standard_error(hdl, errno, msg)); 2508 return (zpool_standard_error(hdl, errno, msg)); [all …]
|
H A D | libzfs_impl.h | 141 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
H A D | libzfs_util.c | 417 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|