Lines Matching refs:cookie
53 void wsemul_vt100_output(void *cookie, const u_char *data, u_int count,
55 void wsemul_vt100_detach(void *cookie, u_int *crowp, u_int *ccolp);
127 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr) in wsemul_vt100_init() argument
130 void *cookie;
135 edp->emulcookie = cookie;
145 wsemul_vt100_cnattach(type, cookie, ccol, crow, defattr) in wsemul_vt100_cnattach() argument
147 void *cookie;
155 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
174 res = (*edp->emulops->alloc_attr)(cookie,
179 res = (*edp->emulops->alloc_attr)(cookie, 0, 0,
196 wsemul_vt100_attach(console, type, cookie, ccol, crow, cbcookie, defattr) in wsemul_vt100_attach() argument
199 void *cookie;
215 wsemul_vt100_init(edp, type, cookie, ccol, crow, defattr);
238 wsemul_vt100_detach(cookie, crowp, ccolp) in wsemul_vt100_detach() argument
239 void *cookie; in wsemul_vt100_detach()
242 struct wsemul_vt100_emuldata *edp = cookie;
260 wsemul_vt100_resetop(cookie, op) in wsemul_vt100_resetop() argument
261 void *cookie; in wsemul_vt100_resetop()
264 struct wsemul_vt100_emuldata *edp = cookie;
967 wsemul_vt100_output(cookie, data, count, kernel) in wsemul_vt100_output() argument
968 void *cookie; in wsemul_vt100_output()
973 struct wsemul_vt100_emuldata *edp = cookie;