HomeSort by: relevance | last modified time | path
    Searched refs:p_active (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/bsd/top/dist/
machine.h 72 #ifdef p_active /* uw7 define macro p_active */
73 #define P_ACTIVE p_pactive
75 #define P_ACTIVE p_active
83 int P_ACTIVE; /* number of procs considered "active" */
machine.h 72 #ifdef p_active /* uw7 define macro p_active */
73 #define P_ACTIVE p_pactive
75 #define P_ACTIVE p_active
83 int P_ACTIVE; /* number of procs considered "active" */
  /src/external/bsd/top/dist/machine/
m_aix43.c 419 if (si->p_active)
425 si->p_active = pref_len = active_procs;
m_aix43.c 419 if (si->p_active)
425 si->p_active = pref_len = active_procs;
m_linux.c 1059 si->p_active = active - pactive;
1065 if (si->p_active)
1066 qsort(pactive, si->p_active, sizeof(struct top_proc *),
m_linuxthr.c 854 si->p_active = active - pactive;
860 if (si->p_active)
861 qsort(pactive, si->p_active, sizeof(struct top_proc *),
m_linux.c 1059 si->p_active = active - pactive;
1065 if (si->p_active)
1066 qsort(pactive, si->p_active, sizeof(struct top_proc *),
m_linuxthr.c 854 si->p_active = active - pactive;
860 if (si->p_active)
861 qsort(pactive, si->p_active, sizeof(struct top_proc *),
m_hpux10.c 448 si->p_active = active;
m_hpux7.c 520 si->p_active = pref_len = active_procs;
m_hpux8.c 487 si->p_active = pref_len = active_procs;
m_hpux9.c 505 si->p_active = pref_len = active_procs;
m_irix5.c 424 si->p_active = active_procs;
m_macosx.c 181 // int p_active; /* number processes considered active */
624 si->p_active = pref_len = active_procs;
m_sunos4.c 631 si->p_active = pref_len = active_procs;
m_svr4.c 421 si->p_active = active_procs;
m_hpux10.c 448 si->p_active = active;
m_hpux7.c 520 si->p_active = pref_len = active_procs;
m_hpux8.c 487 si->p_active = pref_len = active_procs;
m_hpux9.c 505 si->p_active = pref_len = active_procs;
m_irix5.c 424 si->p_active = active_procs;
  /src/usr.bin/config/
defs.h 248 int p_active; /* parent spec is actively used */ member in struct:pspec
mkioconf.c 422 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE)
defs.h 248 int p_active; /* parent spec is actively used */ member in struct:pspec
mkioconf.c 422 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE)

Completed in 104 milliseconds

1 2