Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dtty_pty.c140 #define MAXPTYS 1000 /* Maximum cloneable ptys */ macro
227 unit = devfs_clone_bitmap_get(&DEVFS_CLONE_BITMAP(pty), MAXPTYS); in ptyclone()
1345 ptis = kmalloc(sizeof(struct pt_ioctl *) * MAXPTYS, M_PTY, in ptc_drvinit()