Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_activate.c914 FILE *cap_fp = NULL; in be_do_installgrub() local
1077 if ((cap_fp = fopen(cap_file, "r")) == NULL) { in be_do_installgrub()
1089 (void) fclose(cap_fp); in be_do_installgrub()
1093 while (fgets(line, BUFSIZ, cap_fp)) { in be_do_installgrub()
1098 (void) fclose(cap_fp); in be_do_installgrub()