Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dtty_ptmx.c98 static int ptmx_free_ioctl(int minor, int open_flag);
238 _ptmx_driver.free = &ptmx_free_ioctl; in ptmx_init()
408 ptmx_free_ioctl(int minor, int open_flag) in ptmx_free_ioctl() function