Searched refs:zpool_standard_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1475 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1505 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint() 1526 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint() 1630 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 2549 return (zpool_standard_error(hdl, err, msg)); in zpool_scan() 3217 return (zpool_standard_error(hdl, errno, msg)); in zpool_vdev_degrade() 3417 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_attach() 3473 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_detach() 3829 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_remove() 3834 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_remove() [all …]
|
| H A D | libzfs_util.c | 611 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
|
| H A D | libzfs.abi | 362 …<elf-symbol name='zpool_standard_error' type='func-type' binding='global-binding' visibility='defa… 5560 …='zpool_standard_error' mangled-name='zpool_standard_error' visibility='default' binding='global' …
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 150 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|