Searched refs:be_root_concat (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libbe/
H A Dbe.h124 int be_root_concat(libbe_handle_t *, const char *, char *);
H A Dbe.c411 be_root_concat(lbh, name, path);
591 be_root_concat(lbh, source, buf);
806 if ((err = be_root_concat(lbh, snapshot, snap_path)) != 0)
913 be_root_concat(libbe_handle_t *lbh, const char *name, char *result) function
981 if ((err = be_root_concat(lbh, old, full_old)) != 0)
983 if ((err = be_root_concat(lbh, new, full_new)) != 0)
1023 be_root_concat(lbh, snap_name, buf);
1044 be_root_concat(lbh, bootenv, buf);
1145 be_root_concat(lbh, tmp, buf);
1278 be_root_concat(lb
[all...]
H A DMakefile39 MLINKS+= libbe.3 be_root_concat.3
H A Dbe_access.c245 if ((err = be_root_concat(lbh, bootenv, be)) != 0)
298 if ((err = be_root_concat(lbh, bootenv, be)) != 0)
H A Dbe_info.c301 be_root_concat(lbh, be, buf);
/freebsd-12-stable/sbin/bectl/
H A Dbectl.c385 if (be_root_concat(be, target, targetds) != 0)

Completed in 55 milliseconds