| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/sparc/dev/ | |
| kd.c | 200 static int firstopen = 1; local in function:kdopen 207 if (firstopen) { 209 firstopen = 0; |
| /src/sys/arch/sparc64/dev/ | |
| kd.c | 171 static int firstopen = 1; local in function:kdopen 178 if (firstopen) { 180 firstopen = 0; |
| /src/sys/arch/sun2/dev/ | |
| kd.c | 214 static int firstopen = 1; local in function:kdopen 221 if (firstopen) { 223 firstopen = 0; |
| /src/sys/arch/sun3/dev/ | |
| kd.c | 148 static int firstopen = 1; local in function:kdopen 154 if (firstopen) { 156 firstopen = 0; |
| /src/sys/external/bsd/drm2/dist/include/drm/ | |
| drm_drv.h | 242 * Legacy drivers initialize the hardware in the @firstopen callback, 797 int (*firstopen) (struct drm_device *); member in struct:drm_driver |
| /src/sys/dev/usb/ | |
| ucom.c | 587 bool firstopen = (state == UCOM_ATTACHED); local in function:ucomopen 588 if (firstopen) { 683 if (firstopen) { 697 if (firstopen) { |
| /src/sys/external/bsd/drm/dist/bsd-core/ | |
| drmP.h | 705 int (*firstopen)(struct drm_device *); member in struct:drm_driver_info |