HomeSort by: relevance | last modified time | path
    Searched defs:firstopen (Results 1 - 7 of 7) sorted by relevancy

  /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 584 bool firstopen = (state == UCOM_ATTACHED); local in function:ucomopen
585 if (firstopen) {
673 if (firstopen) {
687 if (firstopen) {
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 705 int (*firstopen)(struct drm_device *); member in struct:drm_driver_info

Completed in 17 milliseconds