Searched refs:libpc_handle_t (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.h | 36 int label_paths(libpc_handle_t *hdl, nvlist_t *label, const char **path, 38 int zpool_find_import_blkid(libpc_handle_t *hdl, pthread_mutex_t *lock, 41 void * zutil_alloc(libpc_handle_t *hdl, size_t size); 42 char *zutil_strdup(libpc_handle_t *hdl, const char *str); 49 libpc_handle_t *rn_hdl;
|
H A D | zutil_import.c | 75 libpc_error_description(libpc_handle_t *hdl) in libpc_error_description() 99 zutil_error_aux(libpc_handle_t *hdl, const char *fmt, ...) in zutil_error_aux() 112 zutil_verror(libpc_handle_t *hdl, lpc_error_t error, const char *fmt, in zutil_verror() 131 zutil_error_fmt(libpc_handle_t *hdl, lpc_error_t error, in zutil_error_fmt() 146 zutil_error(libpc_handle_t *hdl, lpc_error_t error, const char *msg) in zutil_error() 152 zutil_no_memory(libpc_handle_t *hdl) in zutil_no_memory() 159 zutil_alloc(libpc_handle_t *hdl, size_t size) in zutil_alloc() 170 zutil_strdup(libpc_handle_t *hdl, const char *str) in zutil_strdup() 181 zutil_strndup(libpc_handle_t *hdl, const char *str, size_t n) in zutil_strndup() 230 fix_paths(libpc_handle_t *hdl, nvlist_t *nv, name_entry_t *names) in fix_paths() [all …]
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzutil.h | 94 } libpc_handle_t; typedef 96 _LIBZUTIL_H const char *libpc_error_description(libpc_handle_t *); 97 _LIBZUTIL_H nvlist_t *zpool_search_import(libpc_handle_t *, importargs_t *); 98 _LIBZUTIL_H int zpool_find_config(libpc_handle_t *, const char *, nvlist_t **,
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 184 zpool_find_import_blkid(libpc_handle_t *hdl, pthread_mutex_t *lock, in zpool_find_import_blkid()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 105 libpc_handle_t *hdl = rn->rn_hdl; in zpool_open_func() 295 zpool_find_import_blkid(libpc_handle_t *hdl, pthread_mutex_t *lock, in zpool_find_import_blkid()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 153 libpc_handle_t lpch = { in zhack_import()
|
H A D | ztest.c | 8017 libpc_handle_t lpch = { in ztest_import_impl()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 9567 libpc_handle_t lpch = { in main()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 4584 libpc_handle_t lpch = { in zpool_do_import()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 9096 <typedef-decl name='libpc_handle_t' type-id='7c8737f0' id='8a70a786'/>
|