Home
last modified time | relevance | path

Searched defs:ptmx_ioctl (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h37 struct ptmx_ioctl { struct
38 struct tty *pt_tty; /* pointer to ttymalloc()'ed data */
39 int pt_flags;
40 struct selinfo pt_selr;
41 struct selinfo pt_selw;
42 u_char pt_send;
43 u_char pt_ucntl;
44 void *pt_devhandle; /* cloned replica device handle */
H A Dtty_ptmx.c272 struct ptmx_ioctl *ptmx_ioctl = NULL; in ptmx_get_ioctl() local