Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dtty_pty.c95 static struct pt_softc **ptyarralloc(int);
201 ptyarralloc(int nelem) in ptyarralloc() function
243 newpt = ptyarralloc(newnpty); in pty_check()
361 pt_softc = ptyarralloc(n); in ptyattach()