Searched refs:zpool_standard_error (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1419 (void) zpool_standard_error(hdl, errno, msg); in zpool_destroy() 1449 (void) zpool_standard_error(hdl, error, msg); in zpool_checkpoint() 1470 (void) zpool_standard_error(hdl, error, msg); in zpool_discard_checkpoint() 1564 (void) zpool_standard_error(hdl, errno, msg); in zpool_add() 2485 return (zpool_standard_error(hdl, err, msg)); in zpool_scan() 3123 return (zpool_standard_error(hdl, errno, msg)); in zpool_vdev_degrade() 3323 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_attach() 3379 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_detach() 3735 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_remove() 3740 (void) zpool_standard_error(hdl, errno, msg); in zpool_vdev_remove() [all …]
|
| H A D | libzfs_util.c | 608 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… 3422 …zpool_standard_error' mangled-name='zpool_standard_error' filepath='/home/fedora/zfs/lib/libzfs/li…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 148 int zpool_standard_error(libzfs_handle_t *, int, const char *);
|