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

  /src/external/bsd/top/dist/machine/
m_hpux7.c 107 # define X_HZ 7
304 (void) getkval(nlst[X_HZ].n_value, (int *)(&hz), sizeof(hz),
305 nlst[X_HZ].n_name);
m_hpux8.c 123 * here and set the constant X_HZ only when _hz is available in the
124 * kernel. Code in this module that uses X_HZ is surrounded with
129 #define X_HZ 7
141 #ifdef X_HZ
283 #ifdef X_HZ
284 (void) getkval(nlst[X_HZ].n_value, (int *)(&hz), sizeof(hz),
285 nlst[X_HZ].n_name);
m_hpux9.c 136 * here and set the constant X_HZ only when _hz is available in the
137 * kernel. Code in this module that uses X_HZ is surrounded with
142 #define X_HZ 7
154 #ifdef X_HZ
295 #ifdef X_HZ
296 (void) getkval(nlst[X_HZ].n_value, (int *)(&hz), sizeof(hz),
297 nlst[X_HZ].n_name);
m_macosx.c 279 #define X_HZ 1
m_sco5.c 122 #define X_HZ 8 /* ticks/second of the clock */
259 (void) getkval(nlst[X_HZ].n_value, (int *)(&Hz), sizeof(Hz),
260 nlst[X_HZ].n_name);
  /src/usr.bin/vmstat/
vmstat.c 156 #define X_HZ 0
746 kread(namelist, X_HZ, &hz, sizeof(hz));

Completed in 19 milliseconds