Home
last modified time | relevance | path

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

/freebsd/lib/libbe/
H A Dbe_info.c21 be_active_name(libbe_handle_t *lbh) in be_active_name()
35 be_active_path(libbe_handle_t *lbh) in be_active_path()
45 be_nextboot_name(libbe_handle_t *lbh) in be_nextboot_name()
59 be_nextboot_path(libbe_handle_t *lbh) in be_nextboot_path()
70 be_root_path(libbe_handle_t *lbh) in be_root_path()
82 be_get_bootenv_props(libbe_handle_t *lbh, nvlist_t *dsnvl) in be_get_bootenv_props()
94 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_props()
114 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_snapshots()
142 libbe_handle_t *lbh; in prop_list_builder_cb() local
282 be_exists(libbe_handle_t *lbh, const char *be) in be_exists()
H A Dbe_error.c15 libbe_errno(libbe_handle_t *lbh) in libbe_errno()
23 libbe_error_description(libbe_handle_t *lbh) in libbe_error_description()
98 libbe_print_on_error(libbe_handle_t *lbh, bool val) in libbe_print_on_error()
107 set_error(libbe_handle_t *lbh, be_error_t err) in set_error()
H A Dbe.c37 libbe_handle_t *lbh; member
57 be_locate_rootfs(libbe_handle_t *lbh) in be_locate_rootfs()
92 libbe_handle_t *lbh; in libbe_init() local
178 libbe_close(libbe_handle_t *lbh) in libbe_close()
391 be_destroy_internal(libbe_handle_t *lbh, const char *name, int options, in be_destroy_internal()
533 be_destroy(libbe_handle_t *lbh, const char *name, int options) in be_destroy()
548 be_setup_snapshot_name(libbe_handle_t *lbh, char *buf, size_t buflen) in be_setup_snapshot_name()
587 be_snapshot(libbe_handle_t *lbh, const char *source, const char *snap_name, in be_snapshot()
641 be_create(libbe_handle_t *lbh, const char *name) in be_create()
804 be_clone(libbe_handle_t *lbh, const char *bename, const char *snapshot, int depth) in be_clone()
[all …]
H A Dbe_access.c23 libbe_handle_t *lbh; member
177 be_mounted_at(libbe_handle_t *lbh, const char *path, nvlist_t *details) in be_mounted_at()
219 be_mount(libbe_handle_t *lbh, const char *bootenv, const char *mountpoint, in be_mount()
285 be_unmount(libbe_handle_t *lbh, const char *bootenv, int flags) in be_unmount()
342 be_mountpoint_augmented(libbe_handle_t *lbh, char *mountpoint) in be_mountpoint_augmented()
H A Dbe_impl.h27 libbe_handle_t *lbh; member
35 libbe_handle_t *lbh; member
42 libbe_handle_t *lbh; member
/freebsd/lib/libbe/tests/
H A Dtarget_prog.c39 libbe_handle_t *lbh; in main() local