Searched refs:cinit (Results 1 – 1 of 1) sorted by relevance
1351 struct cdev *dev, *init, *lock, *cua, *cinit, *clock; in tty_makedevf() local1396 init = lock = cua = cinit = clock = NULL; in tty_makedevf()1438 error = make_dev_s(&args, &cinit, "cua%s.init", name); in tty_makedevf()1441 dev_depends(dev, cinit); in tty_makedevf()1465 if (cinit) in tty_makedevf()1466 destroy_dev(cinit); in tty_makedevf()