Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr4.c134 static unsigned long nproc_offset; variable
236 nproc_offset = nlst[X_NPROC].n_value; in machine_init()
374 (void) getkval (nproc_offset, (int *) (&nproc), sizeof (nproc), "nproc"); in get_process_info()
H A Dm_irix5.c173 static unsigned long nproc_offset; variable
234 nproc_offset = nlst[X_NPROC].n_value;
244 (void) getkval(nproc_offset, (int *) (&nproc), sizeof(nproc), "nproc");
H A Dm_sunos5.c195 static unsigned long nproc_offset; variable
927 (void) getkval (nproc_offset, (int *) (&ret), sizeof (ret), "nproc"); in get_nproc()
1278 nproc_offset = nlst[X_NPROC].n_value; in machine_init()