Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dacct.h114 * Some fields use a comp_t type which is a 3 bits base 8
119 typedef uint16_t comp_t; typedef
123 comp_t ac_utime; /* user time */
124 comp_t ac_stime; /* system time */
125 comp_t ac_etime; /* elapsed time */
130 comp_t ac_io; /* count of IO blocks */
136 * 1/AHZV1 is the granularity of the data encoded in the comp_t fields.
/freebsd/tests/sys/kern/acct/
H A Dacct_test.c44 typedef u_int32_t comp_t; typedef
51 comp_t c;
/freebsd/usr.bin/lastcomm/
H A Dreadrec.c72 * Return the value of a comp_t field.
75 decode_comp(comp_t v) in decode_comp()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c204 } comp_t; typedef
1381 const comp_t *cp1 = p1, *cp2 = p2; in compare_switches()
1405 comp_t *comp; in sort_switches()
1410 comp = malloc(num_switches * sizeof(comp_t)); in sort_switches()
1425 qsort(comp, num_switches, sizeof(comp_t), compare_switches); in sort_switches()