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

  /src/external/bsd/top/dist/machine/
m_irix5.c 173 static unsigned long nproc_offset; variable
234 nproc_offset = nlst[X_NPROC].n_value;
244 (void) getkval(nproc_offset, (int *) (&nproc), sizeof(nproc), "nproc");
m_svr4.c 134 static unsigned long nproc_offset; variable
236 nproc_offset = nlst[X_NPROC].n_value;
374 (void) getkval (nproc_offset, (int *) (&nproc), sizeof (nproc), "nproc");
m_sunos5.c 195 static unsigned long nproc_offset; variable
927 (void) getkval (nproc_offset, (int *) (&ret), sizeof (ret), "nproc");
1278 nproc_offset = nlst[X_NPROC].n_value;

Completed in 28 milliseconds