Home
last modified time | relevance | path

Searched refs:ALIGNED_POINTER (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dparam.h96 #define ALIGNED_POINTER(p, t) ((((unsigned)(p)) & (sizeof(t)-1)) == 0) macro
H A Dbus.h735 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/f-stack/freebsd/arm64/include/
H A Dparam.h77 #define ALIGNED_POINTER(p, t) ((((u_long)(p)) & (sizeof(t) - 1)) == 0) macro
H A Dbus.h73 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/f-stack/freebsd/i386/include/
H A Dparam.h79 #define ALIGNED_POINTER(p, t) 1 macro
/f-stack/freebsd/mips/include/
H A Dparam.h127 #define ALIGNED_POINTER(p, t) ((((unsigned long)(p)) & (sizeof (t) - 1)) == 0) macro
H A Dbus.h720 #define BUS_SPACE_ALIGNED_POINTER(p, t) ALIGNED_POINTER(p, t)
/f-stack/freebsd/amd64/include/
H A Dparam.h86 #define ALIGNED_POINTER(p, t) 1 macro
/f-stack/freebsd/netgraph/
H A Dng_ksocket.c891 #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 Dng_ppp.c925 #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 Dieee80211_input.c345 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in ieee80211_decap()
H A Dieee80211_mesh.c1325 if (!ALIGNED_POINTER(mtod(m, caddr_t) + sizeof(*eh), uint32_t)) { in mesh_decap()