Searched refs:done_once (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/acpi/
H A Dhpqlb_acpi.c260 static int done_once = 0; local
265 if (done_once)
267 done_once = 1;
/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Data_raid.c144 static int done_once; local
151 if (done_once)
153 done_once = 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Devent-top.c730 static int done_once = 0;
738 if (!done_once && !ISATTY (instream))
741 done_once = 1;
728 static int done_once = 0; local

Completed in 60 milliseconds