Searched refs:unit_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | fmt_scaled.c | 54 } unit_type; typedef 57 static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA }; 225 unit_type unit = NONE; in fmt_scaled()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_dump.c | 1585 dwarf_get_UT_name(unsigned unit_type, const char **s) in dwarf_get_UT_name() argument 1590 switch (unit_type) { in dwarf_get_UT_name()
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_token.c | 332 au_to_data(char unit_print, char unit_type, char unit_count, const char *p) in au_to_data() argument 339 switch (unit_type) { in au_to_data() 375 ADD_U_CHAR(dptr, unit_type); in au_to_data()
|
/freebsd/sys/security/audit/ |
H A D | bsm_token.c | 294 au_to_data(char unit_print, char unit_type, char unit_count, const char *p) in au_to_data() argument 301 switch (unit_type) { in au_to_data() 334 ADD_U_CHAR(dptr, unit_type); in au_to_data()
|
/freebsd/contrib/openbsm/sys/bsm/ |
H A D | audit_record.h | 228 token_t *au_to_data(char unit_print, char unit_type, char unit_count,
|
/freebsd/sys/bsm/ |
H A D | audit_record.h | 233 token_t *au_to_data(char unit_print, char unit_type, char unit_count,
|