Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_activate.c1020 FILE *zpool_cap_fp = NULL; in be_do_copy_grub_cap() local
1098 if ((zpool_cap_fp = fopen(zpool_cap_file, "w")) == NULL) { in be_do_copy_grub_cap()
1108 (void) fputs(line, zpool_cap_fp); in be_do_copy_grub_cap()
1111 (void) fclose(zpool_cap_fp); in be_do_copy_grub_cap()