Searched refs:NPIDS (Results 1 – 3 of 3) sorted by relevance
41 #define NPIDS 1024 /* number of additional pids allocated by realloc(). */ macro
473 (*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()
1020 (clp->clp_pidlistsz + NPIDS) * sizeof (pid_t))) == NULL) in increase_pidlist()1026 clp->clp_pidlistsz += NPIDS; in increase_pidlist()