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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c109 FREE_BSDSTATIC d_open_t ptmx_open; variable
120 ptmx_open, ptmx_close, ptmx_read, ptmx_write,
810 ptmx_open(dev_t dev, __unused int flag, __unused int devtype, __unused proc_t p) function
1305 if (cdevsw[major(dev)].d_open == ptmx_open && ISSET(tp->t_state, TS_IOCTL_NOT_OK))
1334 if (cdevsw[major(dev)].d_open == ptmx_open) {

Completed in 19 milliseconds