Home
last modified time | relevance | path

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

/freebsd-14.2/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()
/freebsd-14.2/usr.sbin/nscd/agents/
H A Dgroup.c54 desired_size = ALIGNBYTES + sizeof(struct group) + sizeof(char *); in group_marshal_func()
68 desired_size += ALIGNBYTES + (mem_size + 1) * sizeof(char *); in group_marshal_func()
H A Dservices.c57 desired_size = ALIGNBYTES + sizeof(struct servent) + sizeof(char *); in services_marshal_func()
70 desired_size += ALIGNBYTES + sizeof(char *) * in services_marshal_func()
/freebsd-14.2/sys/riscv/include/
H A Dparam.h65 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/sys/arm64/include/
H A Dparam.h72 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/sys/arm/include/
H A Dparam.h79 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/sys/i386/include/
H A Dparam.h70 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/sys/powerpc/include/
H A Dparam.h91 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/crypto/openssh/
H A Ddefines.h753 # define ALIGNBYTES (sizeof(int) - 1) macro
754 # define ALIGN(p) (((unsigned)p + ALIGNBYTES) & ~ALIGNBYTES)
/freebsd-14.2/sys/amd64/include/
H A Dparam.h77 #define ALIGNBYTES _ALIGNBYTES macro
/freebsd-14.2/contrib/telnet/telnet/
H A Dcommands.c2851 static char buf[1024 + ALIGNBYTES]; /*XXX*/ in sourceroute()