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

/src/sys/sys/
H A Dcontainer_of.h68 #define container_of(PTR, TYPE, FIELD) \ macro
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dlist.h256 #define container_of(ptr, type, member) \ macro
/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c33 #define container_of(ptr, type, member) ({ \ macro
/src/sys/dev/pci/cxgb/
H A Dcxgb_adapter.h545 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
/src/sys/dev/pci/
H A Dxmm7360.c188 #define container_of(PTR, TYPE, FIELD) \ macro

Completed in 8 milliseconds