Home
last modified time | relevance | path

Searched refs:ALIGNBYTES (Results 1 – 10 of 10) sorted by relevance

/src/lib/libc/net/
H A Dgetifaddrs.c63 #ifndef ALIGNBYTES
68 #define ALIGNBYTES XXX macro
71 #define ALIGN(p) (((u_long)(p) + ALIGNBYTES) &~ ALIGNBYTES)
148 ALIGNBYTES; in getifaddrs()
165 dcnt += if_data->ifi_datalen + ALIGNBYTES; in getifaddrs()
/src/usr.sbin/nscd/agents/
H A Dgroup.c53 desired_size = ALIGNBYTES + sizeof(struct group) + sizeof(char *); in group_marshal_func()
67 desired_size += ALIGNBYTES + (mem_size + 1) * sizeof(char *); in group_marshal_func()
H A Dservices.c56 desired_size = ALIGNBYTES + sizeof(struct servent) + sizeof(char *); in services_marshal_func()
69 desired_size += ALIGNBYTES + sizeof(char *) * in services_marshal_func()
/src/sys/riscv/include/
H A Dparam.h60 #define ALIGNBYTES _ALIGNBYTES macro
/src/sys/arm64/include/
H A Dparam.h67 #define ALIGNBYTES _ALIGNBYTES macro
/src/sys/arm/include/
H A Dparam.h72 #define ALIGNBYTES _ALIGNBYTES macro
/src/sys/i386/include/
H A Dparam.h66 #define ALIGNBYTES _ALIGNBYTES macro
/src/sys/powerpc/include/
H A Dparam.h82 #define ALIGNBYTES _ALIGNBYTES macro
/src/sys/amd64/include/
H A Dparam.h75 #define ALIGNBYTES _ALIGNBYTES macro
/src/crypto/openssh/
H A Ddefines.h795 # define ALIGNBYTES (sizeof(int) - 1) macro
796 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES)