Home
last modified time | relevance | path

Searched refs:cap_fp (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1093 FILE *cap_fp = NULL; in be_do_copy_grub_cap() local
1166 if ((cap_fp = fopen(cap_file, "r")) == NULL) { in be_do_copy_grub_cap()
1178 (void) fclose(cap_fp); in be_do_copy_grub_cap()
1182 while (fgets(line, BUFSIZ, cap_fp)) { in be_do_copy_grub_cap()
1187 (void) fclose(cap_fp); in be_do_copy_grub_cap()