cons.c | 207 struct tty *ctp = NULL; local in function:cnread 217 if (!cn_redirect(&dev, 1, &error, &ctp)) 220 cn_release(ctp); 227 struct tty *ctp = NULL; local in function:cnwrite 231 if (!cn_redirect(&dev, 0, &error, &ctp)) 234 cn_release(ctp); 241 struct tty *ctp = NULL; local in function:cnioctl 273 if (!cn_redirect(&dev, 0, &error, &ctp)) 276 cn_release(ctp); 284 struct tty *ctp = NULL local in function:cnpoll 303 struct tty *ctp = NULL; local in function:cnkqfilter 484 struct tty *ctp; local in function:cn_redirect [all...] |