Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dcontainer_of.h68 #define container_of(PTR, TYPE, FIELD) \ macro
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dschedule.h62 #define container_of(ptr, type, member) ({ \ macro
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_adapter.h545 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
/netbsd/src/sys/dev/pci/
Dxmm7360.c188 #define container_of(PTR, TYPE, FIELD) \ macro