Searched refs:ptmx_ioctl (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c242 * ptmx_ioctl is a pointer to a list of pointers to tty structures which is
246 struct ptmx_ioctl { struct
343 struct ptmx_ioctl **pis_ioctl_list; /* pointer vector */
362 * Locks: tty_lock() on ptmx_ioctl->pt_tty NOT held on entry or exit.
364 static struct ptmx_ioctl *
367 struct ptmx_ioctl *new_ptmx_ioctl;
384 MALLOC(new_ptmx_ioctl, struct ptmx_ioctl *, sizeof(struct ptmx_ioctl), M_TTYS, M_WAITOK|M_ZERO);
403 struct ptmx_ioctl **new_pis_ioctl_list;
404 struct ptmx_ioctl **old_pis_ioctl_lis
[all...]

Completed in 68 milliseconds