Home
last modified time | relevance | path

Searched defs:lbh (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/lib/libbe/
H A Dbe_info.c42 be_active_name(libbe_handle_t *lbh) in be_active_name()
56 be_active_path(libbe_handle_t *lbh) in be_active_path()
66 be_nextboot_name(libbe_handle_t *lbh) in be_nextboot_name()
80 be_nextboot_path(libbe_handle_t *lbh) in be_nextboot_path()
91 be_root_path(libbe_handle_t *lbh) in be_root_path()
103 be_get_bootenv_props(libbe_handle_t *lbh, nvlist_t *dsnvl) in be_get_bootenv_props()
115 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_props()
135 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_snapshots()
163 libbe_handle_t *lbh; in prop_list_builder_cb() local
303 be_exists(libbe_handle_t *lbh, const char *be) in be_exists()
H A Dbe_error.c36 libbe_errno(libbe_handle_t *lbh) in libbe_errno()
44 libbe_error_description(libbe_handle_t *lbh) in libbe_error_description()
119 libbe_print_on_error(libbe_handle_t *lbh, bool val) in libbe_print_on_error()
128 set_error(libbe_handle_t *lbh, be_error_t err) in set_error()
H A Dbe.c58 libbe_handle_t *lbh; member
78 be_locate_rootfs(libbe_handle_t *lbh) in be_locate_rootfs()
113 libbe_handle_t *lbh; in libbe_init() local
199 libbe_close(libbe_handle_t *lbh) in libbe_close()
412 be_destroy_internal(libbe_handle_t *lbh, const char *name, int options, in be_destroy_internal()
554 be_destroy(libbe_handle_t *lbh, const char *name, int options) in be_destroy()
569 be_setup_snapshot_name(libbe_handle_t *lbh, char *buf, size_t buflen) in be_setup_snapshot_name()
608 be_snapshot(libbe_handle_t *lbh, const char *source, const char *snap_name, in be_snapshot()
662 be_create(libbe_handle_t *lbh, const char *name) in be_create()
813 be_clone(libbe_handle_t *lbh, const char *bename, const char *snapshot, int depth) in be_clone()
[all …]
H A Dbe_access.c42 libbe_handle_t *lbh; member
192 be_mounted_at(libbe_handle_t *lbh, const char *path, nvlist_t *details) in be_mounted_at()
234 be_mount(libbe_handle_t *lbh, const char *bootenv, const char *mountpoint, in be_mount()
290 be_unmount(libbe_handle_t *lbh, const char *bootenv, int flags) in be_unmount()
325 be_mountpoint_augmented(libbe_handle_t *lbh, char *mountpoint) in be_mountpoint_augmented()
H A Dbe_impl.h48 libbe_handle_t *lbh; member
56 libbe_handle_t *lbh; member
63 libbe_handle_t *lbh; member
/freebsd-src/lib/libbe/tests/
H A Dtarget_prog.c39 libbe_handle_t *lbh; in main() local