Searched refs:sorted_state (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_sco5.c686 static unsigned char sorted_state[] = variable
712 if ((result = sorted_state[p2->p_stat] -
713 sorted_state[p1->p_stat]) == 0)
789 #define ORDERKEY_STATE if ((result = (sorted_state[p2->p_stat] - \
790 sorted_state[p1->p_stat])) == 0)
H A Dm_aix43.c553 if ((result = sorted_state[p2->p_stat] \
554 - sorted_state[p1->p_stat]) == 0)
565 static unsigned char sorted_state[] = variable
H A Dm_hpux10.c197 static unsigned char sorted_state[] = variable
223 if ((result = sorted_state[p2->pst_stat] -
224 sorted_state[p1->pst_stat]) == 0)
H A Dm_hpux7.c768 static unsigned char sorted_state[] = variable
801 if ((result = sorted_state[p2->p_stat] -
802 sorted_state[p1->p_stat]) == 0)
H A Dm_hpux8.c706 static unsigned char sorted_state[] = variable
739 if ((result = sorted_state[p2->p_stat] -
740 sorted_state[p1->p_stat]) == 0)
H A Dm_hpux9.c729 static unsigned char sorted_state[] = variable
762 if ((result = sorted_state[p2->p_stat] -
763 sorted_state[p1->p_stat]) == 0)
H A Dm_irix5.c527 unsigned char sorted_state[] = variable
556 if ((result = (long) (sorted_state[p2->pr_state] -
557 sorted_state[p1->pr_state])) == 0) {
H A Dm_macosx.c795 static unsigned char sorted_state[] = variable
824 if ((result = sorted_state[(unsigned char) MPP(p2, p_stat)] -
825 sorted_state[(unsigned char) MPP(p1, p_stat)]) == 0)
H A Dm_sunos4.c847 #define ORDERKEY_STATE if ((result = sorted_state[p2->p_stat] - \
848 sorted_state[p1->p_stat]) == 0)
855 static unsigned char sorted_state[] = variable
H A Dm_svr4.c571 unsigned char sorted_state[] = variable
603 if ((result = (long) (sorted_state[p2->pr_state] -
604 sorted_state[p1->pr_state])) == 0)
H A Dm_svr5.c612 #define ORDERKEY_STATE if ((result = (long) (sorted_state[p2->pr_state] - \
613 sorted_state[p1->pr_state])) == 0)
625 unsigned char sorted_state[] = variable
673 if ((result = (long) (sorted_state[p2->pr_state] -
674 sorted_state[p1->pr_state])) == 0)
H A Dm_aix5.c646 if ((result = sorted_state[pi2->pi_state] \
647 - sorted_state[pi1->pi_state]) == 0)
657 static unsigned char sorted_state[] = variable
H A Dm_decosf1.c711 #define ORDERKEY_STATE if ((result = sorted_state[p2->p_mach_state] - \
712 sorted_state[p1->p_mach_state]) == 0)
719 static unsigned char sorted_state[] = variable
H A Dm_netbsd.c979 if ((result = sorted_state[(int)(p2)->pfx ## stat] - \
980 sorted_state[(int)(p1)->pfx ## stat] ) == 0)
998 static int sorted_state[] = { variable
H A Dm_freebsd.c1529 static unsigned char sorted_state[] = variable
1550 if ((result = sorted_state[(unsigned char) PP(p2, stat)] - \
1551 sorted_state[(unsigned char) PP(p1, stat)]) == 0)
H A Dm_sunos5.c1740 #define ORDERKEY_STATE if ((result = (long) (sorted_state[(int)p2->px_state] - \
1741 sorted_state[(int)p1->px_state])) == 0)
1750 unsigned char sorted_state[] = variable

Completed in 188 milliseconds