Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_pool.c | 743 (void) zpool_standard_error(zhp->zpool_hdl, errno, errbuf); in zpool_set_prop() 1286 return (zpool_standard_error(hdl, errno, msg)); in zpool_create() 1325 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1355 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint() 1376 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint() 1482 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 1958 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 1962 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 1971 (void) zpool_standard_error(hdl, error, desc); in zpool_import_props() 2066 return (zpool_standard_error(hdl, err, msg)); in zpool_scan() [all …]
|
| D | libzfs_impl.h | 153 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
| D | libzfs_util.c | 447 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|