Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_pool.c | 1280 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1310 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint() 1331 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint() 1437 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 1980 return (zpool_standard_error(hdl, err, msg)); in zpool_scan() 2075 return (zpool_standard_error(hdl, err, msg)); in zpool_initialize() 2762 return (zpool_standard_error(hdl, errno, msg)); 2964 (void) zpool_standard_error(hdl, errno, msg); 3020 (void) zpool_standard_error(hdl, errno, msg); 3324 (void) zpool_standard_error(hdl, errno, msg); [all …]
|
| H A D | libzfs_impl.h | 153 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|
| H A D | libzfs_util.c | 438 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|