Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucbcmd/shutdown/
H A Dshutdown.c563 FILE *fastd; in doitfast() local
565 if ((fastd = fopen(fastboot, "w")) != NULL) { in doitfast()
566 (void) putc('\n', fastd); in doitfast()
567 (void) fclose(fastd); in doitfast()