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

  /src/sys/dev/wscons/
wsemul_vt100.c 55 static void wsemul_vt100_resetop(void *, enum wsemul_resetops);
70 .reset = wsemul_vt100_resetop,
308 wsemul_vt100_resetop(cookie, WSEMUL_CLEARSCREEN);
312 wsemul_vt100_resetop(void *cookie, enum wsemul_resetops op) function in typeref:typename:void
wsemul_vt100.c 55 static void wsemul_vt100_resetop(void *, enum wsemul_resetops);
70 .reset = wsemul_vt100_resetop,
308 wsemul_vt100_resetop(cookie, WSEMUL_CLEARSCREEN);
312 wsemul_vt100_resetop(void *cookie, enum wsemul_resetops op) function in typeref:typename:void

Completed in 21 milliseconds