Searched defs:ptmx_ioctl (Results 1 – 2 of 2) sorted by relevance
37 struct ptmx_ioctl { struct38 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 */
272 struct ptmx_ioctl *ptmx_ioctl = NULL; in ptmx_get_ioctl() local