Home
last modified time | relevance | path

Searched refs:zpool_standard_error (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1280 (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 Dlibzfs_impl.h153 int zpool_standard_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c438 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function