Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbe/common/
H A Dbe_activate.c915 FILE *zpool_cap_fp = NULL; in be_do_installgrub() local
1084 if ((zpool_cap_fp = fopen(zpool_cap_file, "w")) == NULL) { in be_do_installgrub()
1094 (void) fputs(line, zpool_cap_fp); in be_do_installgrub()
1097 (void) fclose(zpool_cap_fp); in be_do_installgrub()