Home
last modified time | relevance | path

Searched defs:FIELD_SIZEOF (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h129 #define FIELD_SIZEOF(t, f) sizeof(((t *)0)->f) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h197 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h111 #define FIELD_SIZEOF(x, y) (sizeof(((x*)0)->y)) macro
/freebsd/sys/dev/axgbe/
H A Dxgbe-sysctl.c173 #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) macro