mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Casting from rman_res_t to a pointer results in "cast to pointer from integer of different size" warnings with base gcc on i386, so print these without casting. The kva field of struct bxe_bar is of type vm_offset_t, which can be 32 or 64 bit, so cast it to uintmax_t before printing. Reviewed by: markj MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D15733 |
||
|---|---|---|
| .. | ||
| 57710_init_values.c | ||
| 57710_int_offsets.h | ||
| 57711_init_values.c | ||
| 57711_int_offsets.h | ||
| 57712_init_values.c | ||
| 57712_int_offsets.h | ||
| bxe.c | ||
| bxe.h | ||
| bxe_dcb.h | ||
| bxe_debug.c | ||
| bxe_dump.h | ||
| bxe_elink.c | ||
| bxe_elink.h | ||
| bxe_ioctl.h | ||
| bxe_stats.c | ||
| bxe_stats.h | ||
| ecore_fw_defs.h | ||
| ecore_hsi.h | ||
| ecore_init.h | ||
| ecore_init_ops.h | ||
| ecore_mfw_req.h | ||
| ecore_reg.h | ||
| ecore_sp.c | ||
| ecore_sp.h | ||