Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/priocntl/
H A Dpriocntl.h41 #define NPIDS 1024 /* number of additional pids allocated by realloc(). */ macro
H A Dsubr.c473 (*npidsp + NPIDS) * sizeof (pid_t))) == NULL) in read_pidlist()
476 nitems = fread(pidlist + *npidsp, sizeof (pid_t), NPIDS, filep); in read_pidlist()
481 } while (nitems == NPIDS); in read_pidlist()
H A Dpriocntl.c1020 (clp->clp_pidlistsz + NPIDS) * sizeof (pid_t))) == NULL) in increase_pidlist()
1026 clp->clp_pidlistsz += NPIDS; in increase_pidlist()