| /src/external/ibm-public/postfix/dist/src/global/ |
| pol_stats.c | 13 /* void pol_stats_revert(POL_STATS *pstats) 15 /* void pol_stats_free(POL_STATS *pstats) 18 /* POL_STATS *pstats, 23 /* POL_STATS *pstats, 28 /* int pol_stats_used(POL_STATS *pstats) 32 /* const POL_STATS *pstats) 56 /* pol_stat_activate() changes the status in pstats at index idx 62 /* pol_stat_decide() updates the status in pstats at index idx from 120 POL_STATS *pstats; local 129 pstats = (POL_STATS *) mymalloc(sizeof(*pstats)) [all...] |
| pol_stats.c | 13 /* void pol_stats_revert(POL_STATS *pstats) 15 /* void pol_stats_free(POL_STATS *pstats) 18 /* POL_STATS *pstats, 23 /* POL_STATS *pstats, 28 /* int pol_stats_used(POL_STATS *pstats) 32 /* const POL_STATS *pstats) 56 /* pol_stat_activate() changes the status in pstats at index idx 62 /* pol_stat_decide() updates the status in pstats at index idx from 120 POL_STATS *pstats; local 129 pstats = (POL_STATS *) mymalloc(sizeof(*pstats)) [all...] |
| pol_stats.c | 13 /* void pol_stats_revert(POL_STATS *pstats) 15 /* void pol_stats_free(POL_STATS *pstats) 18 /* POL_STATS *pstats, 23 /* POL_STATS *pstats, 28 /* int pol_stats_used(POL_STATS *pstats) 32 /* const POL_STATS *pstats) 56 /* pol_stat_activate() changes the status in pstats at index idx 62 /* pol_stat_decide() updates the status in pstats at index idx from 120 POL_STATS *pstats; local 129 pstats = (POL_STATS *) mymalloc(sizeof(*pstats)) [all...] |
| pol_stats_test.c | 84 static POL_STATS *pstats; variable 92 pol_stats_revert(pstats); 96 pol_stat_activate_first(pstats, tp->first_data.target_name); 98 pol_stat_decide_first(pstats, tp->first_data.final_name, 102 pol_stat_activate_second(pstats, tp->second_data.target_name); 104 pol_stat_decide_second(pstats, tp->second_data.final_name, 107 pol_stats_format(buf, pstats); 166 pstats = pol_stats_create(); 179 pol_stats_free(pstats);
|
| pol_stats_test.c | 84 static POL_STATS *pstats; variable 92 pol_stats_revert(pstats); 96 pol_stat_activate_first(pstats, tp->first_data.target_name); 98 pol_stat_decide_first(pstats, tp->first_data.final_name, 102 pol_stat_activate_second(pstats, tp->second_data.target_name); 104 pol_stat_decide_second(pstats, tp->second_data.final_name, 107 pol_stats_format(buf, pstats); 166 pstats = pol_stats_create(); 179 pol_stats_free(pstats);
|
| pol_stats_test.c | 84 static POL_STATS *pstats; variable 92 pol_stats_revert(pstats); 96 pol_stat_activate_first(pstats, tp->first_data.target_name); 98 pol_stat_decide_first(pstats, tp->first_data.final_name, 102 pol_stat_activate_second(pstats, tp->second_data.target_name); 104 pol_stat_decide_second(pstats, tp->second_data.final_name, 107 pol_stats_format(buf, pstats); 166 pstats = pol_stats_create(); 179 pol_stats_free(pstats);
|
| /src/sys/sys/ |
| resourcevar.h | 58 struct pstats { struct 124 struct pstats *pstatscopy(struct pstats *); 125 void pstatsfree(struct pstats *);
|
| resourcevar.h | 58 struct pstats { struct 124 struct pstats *pstatscopy(struct pstats *); 125 void pstatsfree(struct pstats *);
|
| resourcevar.h | 58 struct pstats { struct 124 struct pstats *pstatscopy(struct pstats *); 125 void pstatsfree(struct pstats *);
|
| /src/lib/libkvm/ |
| kvm_proc.c | 466 struct pstats pstats; local 543 kp2p->p_ru = PTRTOUINT64(pstats.p_ru); 651 KREAD(kd, (u_long)kp->kp_proc.p_stats, &pstats)) { 657 pstats.p_start.tv_sec; 659 pstats.p_start.tv_usec; 662 pstats.p_ru.ru_utime.tv_sec; 664 pstats.p_ru.ru_utime.tv_usec; 666 pstats.p_ru.ru_stime.tv_sec; 668 pstats.p_ru.ru_stime.tv_usec [all...] |
| kvm_proc.c | 466 struct pstats pstats; local 543 kp2p->p_ru = PTRTOUINT64(pstats.p_ru); 651 KREAD(kd, (u_long)kp->kp_proc.p_stats, &pstats)) { 657 pstats.p_start.tv_sec; 659 pstats.p_start.tv_usec; 662 pstats.p_ru.ru_utime.tv_sec; 664 pstats.p_ru.ru_utime.tv_usec; 666 pstats.p_ru.ru_stime.tv_sec; 668 pstats.p_ru.ru_stime.tv_usec [all...] |
| kvm_proc.c | 466 struct pstats pstats; local 543 kp2p->p_ru = PTRTOUINT64(pstats.p_ru); 651 KREAD(kd, (u_long)kp->kp_proc.p_stats, &pstats)) { 657 pstats.p_start.tv_sec; 659 pstats.p_start.tv_usec; 662 pstats.p_ru.ru_utime.tv_sec; 664 pstats.p_ru.ru_utime.tv_usec; 666 pstats.p_ru.ru_stime.tv_sec; 668 pstats.p_ru.ru_stime.tv_usec [all...] |
| /src/sys/kern/ |
| vfs_wapbl.c | 906 struct pstats *pstats = curlwp->l_proc->p_stats; local 912 pstats->p_ru.ru_oublock++; 914 pstats->p_ru.ru_inblock++;
|
| vfs_wapbl.c | 906 struct pstats *pstats = curlwp->l_proc->p_stats; local 912 pstats->p_ru.ru_oublock++; 914 pstats->p_ru.ru_inblock++;
|
| vfs_wapbl.c | 906 struct pstats *pstats = curlwp->l_proc->p_stats; local 912 pstats->p_ru.ru_oublock++; 914 pstats->p_ru.ru_inblock++;
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 58 static void pstats (struct parse *, FILE *); 157 { "pstats", pstats, { NTP_UINT, NO, NO, NO }, 4143 * pstats - show statistics for a peer 4146 pstats( function
|
| ntpq-subs.c | 58 static void pstats (struct parse *, FILE *); 157 { "pstats", pstats, { NTP_UINT, NO, NO, NO }, 4143 * pstats - show statistics for a peer 4146 pstats( function
|
| ntpq-subs.c | 58 static void pstats (struct parse *, FILE *); 157 { "pstats", pstats, { NTP_UINT, NO, NO, NO }, 4143 * pstats - show statistics for a peer 4146 pstats( function
|