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

/freebsd-current/usr.sbin/sa/
H A Dpdb.c71 struct cmdinfov1 civ1; local
74 if (data->size != sizeof(civ1)) {
78 memcpy(&civ1, data->data, data->size);
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.ci_stime = ((double)civ1.ci_stime / AHZV1) * 1000000;
86 civ2.ci_mem = civ1
[all...]

Completed in 88 milliseconds