Searched refs:tmp_mntpt (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 910 char *tmp_mntpt = NULL; in be_do_installgrub() local 941 if (!zfs_is_mounted(zhp, &tmp_mntpt)) { in be_do_installgrub() 942 if ((ret = _be_mount(bt->obe_name, &tmp_mntpt, in be_do_installgrub() 953 (void) snprintf(stage1, sizeof (stage1), "%s%s", tmp_mntpt, BE_STAGE_1); in be_do_installgrub() 954 (void) snprintf(stage2, sizeof (stage2), "%s%s", tmp_mntpt, BE_STAGE_2); in be_do_installgrub() 963 free(tmp_mntpt); in be_do_installgrub() 1036 (void) snprintf(cap_file, sizeof (cap_file), "%s%s", tmp_mntpt, in be_do_installgrub() 1113 free(tmp_mntpt); in be_do_installgrub()
|