Searched defs:container_of (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_ib_intfc.h14 #undef container_of macro
H A Diw_cxgb.h116 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
H A Diw_cxgb_provider.h43 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkernel.h160 #define container_of(ptr, type, member) \ macro
/freebsd-10-stable/sys/dev/cxgbe/
H A Dosdep.h92 #define container_of(p, s, f) ((s *)(((uint8_t *)(p)) - offsetof(s, f))) macro
/freebsd-10-stable/contrib/ofed/libibcm/src/
H A Dcm.c124 #define container_of(ptr, type, field) \ macro
/freebsd-10-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c30 #define container_of(ptr, type, member) ({ \ macro
/freebsd-10-stable/contrib/ofed/librdmacm/src/
H A Dcma.c164 #define container_of(ptr, type, field) \ macro
[all...]
/freebsd-10-stable/sys/dev/cxgb/
H A Dcxgb_adapter.h544 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
564 #undef container_of macro
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h77 #define container_of(ptr, type, member) ({ \ macro
/freebsd-10-stable/sys/dev/drm/
H A DdrmP.h215 #define container_of(ptr, type, member) ({ \ macro

Completed in 109 milliseconds