Home
last modified time | relevance | path

Searched refs:ALIGN32 (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libproc/common/
H A DPisadep.h68 #define PSTACK_ALIGN64(sp) ALIGN32(sp)
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h321 # define ALIGN32(ptr) (ptr ? 0L : 0L) macro
324 # define ALIGN32(ptr) (ptr) macro
519 # define ALIGN32(ptr) (ptr ? 0L : 0L) macro
522 # define ALIGN32(ptr) (ptr) macro
/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c5179 ipha = (ipha_t *)ALIGN32(rptr); in idn_send_data()