Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libbe/
H A Dbe_info.c56 be_active_path(libbe_handle_t *lbh) in be_active_path() function
202 (strcmp(be_active_path(lbh), dataset) == 0)); in prop_list_builder_cb()
H A Dbe.h72 const char *be_active_path(libbe_handle_t *);
H A Dbe.c405 err = be_create_from_existing(lbh, name, be_active_path(lbh)); in be_create()
952 strlcpy(active, be_active_path(lbh), BE_MAXPATHLEN); in be_add_child()
/freebsd-12.1/sbin/bectl/
H A Dbectl.c232 err = be_snapshot(be, be_active_path(be), NULL, in bectl_cmd_create()