Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1419 (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 Dlibzfs_util.c608 zpool_standard_error(libzfs_handle_t *hdl, int error, const char *msg) in zpool_standard_error() function
H A Dlibzfs.abi362 …<elf-symbol name='zpool_standard_error' type='func-type' binding='global-binding' visibility='defa…
3422zpool_standard_error' mangled-name='zpool_standard_error' filepath='/home/fedora/zfs/lib/libzfs/li…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h148 int zpool_standard_error(libzfs_handle_t *, int, const char *);