Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_mount.c256 char *tmp_altroot = NULL; in _be_mount() local
317 if ((ret = be_make_tmp_mountpoint(&tmp_altroot)) in _be_mount()
326 tmp_altroot = *altroot; in _be_mount()
329 md.altroot = tmp_altroot; in _be_mount()
335 if ((ret = be_mount_root(zhp, tmp_altroot)) != BE_SUCCESS) { in _be_mount()
339 free(tmp_altroot); in _be_mount()
356 tmp_altroot)) != 0) { in _be_mount()
358 "mount BE (%s) on %s\n"), bt.obe_name, tmp_altroot); in _be_mount()
360 free(tmp_altroot); in _be_mount()
397 *altroot = tmp_altroot; in _be_mount()
[all …]