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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c237 * ptmx_ioctl is a pointer to a list of pointers to tty structures which is
241 struct ptmx_ioctl { struct
338 struct ptmx_ioctl **pis_ioctl_list; /* pointer vector */
357 * Locks: tty_lock() on ptmx_ioctl->pt_tty NOT held on entry or exit.
359 static struct ptmx_ioctl *
362 struct ptmx_ioctl *new_ptmx_ioctl;
379 MALLOC(new_ptmx_ioctl, struct ptmx_ioctl *, sizeof(struct ptmx_ioctl), M_TTYS, M_WAITOK|M_ZERO);
398 struct ptmx_ioctl **new_pis_ioctl_list;
399 struct ptmx_ioctl **old_pis_ioctl_lis
[all...]

Completed in 18 milliseconds