Searched refs:ALIGNED_POINTER (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | param.h | 96 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
|
| H A D | bus.h | 735 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /f-stack/freebsd/arm64/include/ |
| H A D | param.h | 77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
|
| H A D | bus.h | 73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /f-stack/freebsd/i386/include/ |
| H A D | param.h | 79 #define ALIGNED_POINTER(p, t) 1 macro
|
| /f-stack/freebsd/mips/include/ |
| H A D | param.h | 127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
|
| H A D | bus.h | 720 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
|
| /f-stack/freebsd/amd64/include/ |
| H A D | param.h | 86 #define ALIGNED_POINTER(p, t) 1 macro
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 891 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 899 #ifdef ALIGNED_POINTER in ng_ksocket_rcvdata() 900 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ksocket_rcvdata()
|
| H A D | ng_ppp.c | 925 #ifdef ALIGNED_POINTER in ng_ppp_proto_recv() 929 if (!ALIGNED_POINTER(mtod(m, caddr_t), uint32_t)) { in ng_ppp_proto_recv()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_input.c | 345 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
|
| H A D | ieee80211_mesh.c | 1325 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()
|