Home
last modified time | relevance | path

Searched refs:result_loc (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libbe/
H A Dbe_access.c235 int flags, char *result_loc) in be_mount() argument
279 if (result_loc != NULL) in be_mount()
280 strlcpy(result_loc, mountpoint == NULL ? mnt_temp : mountpoint, in be_mount()
/freebsd/sbin/bectl/
H A Dbectl.c421 char result_loc[BE_MAXPATHLEN]; in bectl_cmd_mount() local
440 err = be_mount(be, bootenv, mountpoint, mntflags, result_loc); in bectl_cmd_mount()
444 printf("%s\n", result_loc); in bectl_cmd_mount()