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

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

Completed in 73 milliseconds