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

/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c124 static struct cdevsw ptmx_cdev = { variable in typeref:struct:cdevsw
309 if((ptmx_major = cdevsw_add(-15, &ptmx_cdev)) == -1) {
314 if (cdevsw_setkqueueok(ptmx_major, &ptmx_cdev, 0) == -1) {
320 (void)cdevsw_remove(ptmx_major, &ptmx_cdev);

Completed in 17 milliseconds