Searched refs:ce_name (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | cdf.h | 277 uint16_t ce_name[256]; member
|
H A D | cdf.c | 1231 cep->ce_namlen = __arraycount(cep->ce_name) - 1; in cdf_unpack_catalog() 1245 cep->ce_name[k] = np[k]; /* XXX: CDF_TOLE2? */ in cdf_unpack_catalog() 1246 cep->ce_name[cep->ce_namlen] = 0; in cdf_unpack_catalog() 1589 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name), in cdf_dump_catalog()
|
H A D | readcdf.c | 283 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name), in cdf_file_catalog()
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp_hardware.c | 382 const char *ce_name; member 484 (ec != NULL) ? ec->ce_name : "(reserved)", error, esource, in ccp_intr_handle_error() 2095 (ec != NULL) ? ec->ce_name : "(reserved)", error, esource, in db_ccp_show_queue_hw()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | snoc.c | 30 static char *const ce_name[] = { variable 1257 ce_name[id], ar); in ath10k_snoc_request_irq()
|