HomeSort by: relevance | last modified time | path
    Searched defs:npty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
tty_pty.c 83 int npty = 0; /* for pstat -t */ variable in typeref:typename:int
226 if (ptn >= npty) {
239 for (newnpty = npty; newnpty <= ptn;)
268 if (newnpty > npty) {
269 memcpy(newpt, pt_softc, npty*sizeof(struct pt_softc *));
271 oldnpty = npty;
273 npty = newnpty;
331 * value of npty (might be modified in pty_check()).
339 if (newmax >= npty)
362 npty = n
    [all...]
tty_pty.c 83 int npty = 0; /* for pstat -t */ variable in typeref:typename:int
226 if (ptn >= npty) {
239 for (newnpty = npty; newnpty <= ptn;)
268 if (newnpty > npty) {
269 memcpy(newpt, pt_softc, npty*sizeof(struct pt_softc *));
271 oldnpty = npty;
273 npty = newnpty;
331 * value of npty (might be modified in pty_check()).
339 if (newmax >= npty)
362 npty = n
    [all...]

Completed in 23 milliseconds