Searched refs:be_snapshot (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/bectl/ |
H A D | bectl.c | 240 err = be_snapshot(be, bootenv, atpos, recursive, NULL); in bectl_cmd_create() 244 err = be_snapshot(be, be_active_path(be), NULL, in bectl_cmd_create() 251 err = be_snapshot(be, snapname, NULL, recursive, in bectl_cmd_create()
|
/freebsd/lib/libbe/ |
H A D | be.h | 91 int be_snapshot(libbe_handle_t *, const char *, const char *, bool, char *);
|
H A D | Makefile | 39 MLINKS+= libbe.3 be_snapshot.3
|
H A D | be.c | 608 be_snapshot(libbe_handle_t *lbh, const char *source, const char *snap_name, in be_snapshot() function 907 if ((err = be_snapshot(lbh, old, NULL, true, snap)) != 0) in be_create_from_existing() 1070 if ((err = be_snapshot(lbh, bootenv, NULL, true, snap_name)) != 0) in be_export()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 9069 OLD_FILES+=usr/share/man/man3/be_snapshot.3.gz
|