Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c561 FILE *fastd; in doitfast() local
563 if ((fastd = fopen(fastboot, "w")) != NULL) { in doitfast()
564 (void) putc('\n', fastd); in doitfast()
565 (void) fclose(fastd); in doitfast()