Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
404 ptmx_free_ioctl(int minor, int open_flag) in ptmx_free_ioctl() function