Searched refs:cttyopen (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/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-8020.101.4/bsd/dev/i386/ |
| H A D | conf.c | 122 extern d_open_t cttyopen; 201 cttyopen, nullclose, cttyread, cttywrite,
|
| /xnu-8020.101.4/bsd/dev/arm/ |
| H A D | conf.c | 99 extern d_open_t cttyopen; 178 cttyopen, nullclose, cttyread, cttywrite,
|
| /xnu-8020.101.4/bsd/dev/arm64/ |
| H A D | conf.c | 98 extern d_open_t cttyopen; 178 cttyopen, nullclose, cttyread, cttywrite,
|