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

/freebsd-10.1-release/usr.sbin/sa/
H A Dpdb.c72 struct cmdinfov1 civ1; local
75 if (data->size != sizeof(civ1)) {
79 memcpy(&civ1, data->data, data->size);
81 memcpy(civ2.ci_comm, civ1.ci_comm, sizeof(civ2.ci_comm));
82 civ2.ci_uid = civ1.ci_uid;
83 civ2.ci_calls = civ1.ci_calls;
84 civ2.ci_etime = ((double)civ1.ci_etime / AHZV1) * 1000000;
85 civ2.ci_utime = ((double)civ1.ci_utime / AHZV1) * 1000000;
86 civ2.ci_stime = ((double)civ1.ci_stime / AHZV1) * 1000000;
87 civ2.ci_mem = civ1
[all...]

Completed in 45 milliseconds