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

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dschedule.h62 #define container_of(ptr, type, member) ({ \ macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dlist.h256 #define container_of(ptr, type, member) \ macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dmkregtable.c33 #define container_of(ptr, type, member) ({ \ macro
/netbsd-current/external/mit/libuv/dist/src/
H A Duv-common.h57 #define container_of(ptr, type, member) \ macro
/netbsd-current/external/mit/libuv/dist/test/
H A Dtask.h79 #define container_of(ptr, type, member) \ macro
/netbsd-current/sys/lib/libkern/
H A Dlibkern.h360 #define container_of(PTR, TYPE, FIELD) \ macro
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_adapter.h545 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field))) macro
571 #undef container_of macro
/netbsd-current/sys/dev/pci/
H A Dxmm7360.c188 #define container_of(PTR, TYPE, FIELD) \ macro

Completed in 284 milliseconds