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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c119 static struct cdevsw ptmx_cdev = { variable in typeref:struct:cdevsw
304 if((ptmx_major = cdevsw_add(-15, &ptmx_cdev)) == -1) {
309 if (cdevsw_setkqueueok(ptmx_major, &ptmx_cdev, 0) == -1) {
315 (void)cdevsw_remove(ptmx_major, &ptmx_cdev);

Completed in 10 milliseconds