Home
last modified time | relevance | path

Searched refs:pt_devhandle (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/kern/
H A Dtty_dev.h44 void *pt_devhandle; /* cloned replica device handle */ member
H A Dtty_ptmx.c375 _state.pis_ioctl_list[minor]->pt_devhandle = devfs_make_node( in ptmx_get_ioctl()
379 if (_state.pis_ioctl_list[minor]->pt_devhandle == NULL) { in ptmx_get_ioctl()
435 if (old_ptmx_ioctl->pt_devhandle != NULL) { in ptmx_free_ioctl()
436 devfs_remove(old_ptmx_ioctl->pt_devhandle); in ptmx_free_ioctl()
H A Dtty_pty.c157 pt_ioctl[m].pt_devhandle = devfs_make_node(makedev(PTS_MAJOR, m), in pty_init()
H A Dtty_dev.c1063 error = _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);