Searched refs:cap_file (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 578 char cap_file[MAXPATHLEN]; in be_get_grub_vers() local 631 (void) snprintf(cap_file, sizeof (cap_file), "%s%s", in be_get_grub_vers() 636 if ((ret = get_ver_from_capfile(cap_file, cur_vers)) != BE_SUCCESS) in be_get_grub_vers() 665 (void) snprintf(cap_file, sizeof (cap_file), "%s%s", temp_mntpnt, in be_get_grub_vers() 667 ret = get_ver_from_capfile(cap_file, new_vers); in be_get_grub_vers() 917 char cap_file[MAXPATHLEN]; in be_do_installgrub() local 1036 (void) snprintf(cap_file, sizeof (cap_file), "%s%s", tmp_mntpt, in be_do_installgrub() 1077 if ((cap_fp = fopen(cap_file, "r")) == NULL) { in be_do_installgrub()
|