Home
last modified time | relevance | path

Searched refs:ptmx_cdev (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/tty/
Dpty.c606 static struct cdev ptmx_cdev; variable
941 cdev_init(&ptmx_cdev, &ptmx_fops); in unix98_pty_init()
942 if (cdev_add(&ptmx_cdev, MKDEV(TTYAUX_MAJOR, 2), 1) || in unix98_pty_init()