Home
last modified time | relevance | path

Searched full:civ2 (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/sa/
H A Dpdb.c72 static struct cmdinfo civ2; in v1_to_v2() local
79 memset(&civ2, 0, sizeof(civ2)); in v1_to_v2()
80 memcpy(civ2.ci_comm, civ1.ci_comm, sizeof(civ2.ci_comm)); in v1_to_v2()
81 civ2.ci_uid = civ1.ci_uid; in v1_to_v2()
82 civ2.ci_calls = civ1.ci_calls; in v1_to_v2()
83 civ2.ci_etime = ((double)civ1.ci_etime / AHZV1) * 1000000; in v1_to_v2()
84 civ2.ci_utime = ((double)civ1.ci_utime / AHZV1) * 1000000; in v1_to_v2()
85 civ2.ci_stime = ((double)civ1.ci_stime / AHZV1) * 1000000; in v1_to_v2()
86 civ2.ci_mem = civ1.ci_mem; in v1_to_v2()
87 civ2.ci_io = civ1.ci_io; in v1_to_v2()
[all …]