Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.h177 #define FCLOSE 0x14 /* Force a close */ macro
HDsi.c198 case FCLOSE: return("FCLOSE"); in si_cmdname()
637 (void) si_command(pp, FCLOSE, SI_WAIT); in siclose()
1201 case FCLOSE: in si_intr()
1563 case FCLOSE: in si_command()
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c417 case FCLOSE: return "FCLOSE"; in s_stat()