Searched refs:cttyopen (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/kern/ |
| H A D | tty_tty.c | 78 int cttyopen(dev_t dev, int flag, int mode, proc_t p); 86 cttyopen(dev_t dev, int flag, __unused int mode, proc_t p) in cttyopen() function
|
| /xnu-10002.1.13/bsd/dev/arm64/ |
| H A D | conf.c | 98 extern d_open_t cttyopen; 180 cttyopen, nullclose, cttyread, cttywrite,
|
| /xnu-10002.1.13/bsd/dev/i386/ |
| H A D | conf.c | 122 extern d_open_t cttyopen; 203 cttyopen, nullclose, cttyread, cttywrite,
|