Searched refs:_ALIGN (Results 1 – 18 of 18) sorted by relevance
562 _ALIGN(sizeof(struct cmsghdr)))567 ((char *)(cmsg) + _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len) + \568 _ALIGN(sizeof(struct cmsghdr)) > \572 _ALIGN(((struct cmsghdr *)(cmsg))->cmsg_len)))585 #define CMSG_SPACE(l) (_ALIGN(sizeof(struct cmsghdr)) + _ALIGN(l))586 #define CMSG_LEN(l) (_ALIGN(sizeof(struct cmsghdr)) + (l))590 #define CMSG_ALIGN(n) _ALIGN(n)
30 #define _ALIGN(p) __align_up((p), _ALIGNBYTES + 1) macro
304 desired_size += addr_size * _ALIGN(ht->h_length); in host_marshal_func()320 p = (char *)_ALIGN(p); in host_marshal_func()330 p = (char *)_ALIGN(p); in host_marshal_func()344 p = (char *)_ALIGN(p); in host_marshal_func()349 size = _ALIGN(new_ht.h_length); in host_marshal_func()403 orig_buf = (char *)_ALIGN(orig_buf); in host_unmarshal_func()408 p = (char *)_ALIGN(p); in host_unmarshal_func()
179 p = (char *)_ALIGN(p); in net_marshal_func()189 p = (char *)_ALIGN(p); in net_marshal_func()250 orig_buf = (char *)_ALIGN(orig_buf); in net_unmarshal_func()255 p = (char *)_ALIGN(p); in net_unmarshal_func()
197 p = (char *)_ALIGN(p); in __proto_marshal_func()207 p = (char *)_ALIGN(p); in __proto_marshal_func()266 orig_buf = (char *)_ALIGN(orig_buf); in __proto_unmarshal_func()271 p = (char *)_ALIGN(p); in __proto_unmarshal_func()
231 aliases = (char **)_ALIGN(&buffer[resultbuflen + 1]); in parse_result()1007 p = (char *)_ALIGN(p); in serv_marshal_func()1024 p = (char *)_ALIGN(p); in serv_marshal_func()1085 orig_buf = (char *)_ALIGN(orig_buf); in serv_unmarshal_func()1090 p = (char *)_ALIGN(p); in serv_unmarshal_func()
1877 sentinel->ai_addr = (struct sockaddr *)_ALIGN((char *)sentinel + in addrinfo_unmarshal_func()
273 aliases = (char **)_ALIGN(&buffer[linesize+1]); in files_rpcent()521 aliases=(char **)_ALIGN(&buffer[resultbuflen+2]); in nis_rpcent()710 p = (char *)_ALIGN(p); in rpc_marshal_func()720 p = (char *)_ALIGN(p); in rpc_marshal_func()779 orig_buf = (char *)_ALIGN(orig_buf); in rpc_unmarshal_func()784 p = (char *)_ALIGN(p); in rpc_unmarshal_func()
62 #define ALIGN(p) _ALIGN(p)
69 #define ALIGN(p) _ALIGN(p)
74 #define ALIGN(p) _ALIGN(p)
67 #define ALIGN(p) _ALIGN(p)
83 #define ALIGN(p) _ALIGN(p)
73 #define ALIGN(p) _ALIGN(p)
186 return ((char *)_ALIGN(p) - (char *)p); in __nss_buf_misalignment()
266 p = (char *)_ALIGN(p); in grp_marshal_func()283 p = (char *)_ALIGN(p); in grp_marshal_func()355 orig_buf = (char *)_ALIGN(orig_buf); in grp_unmarshal_func()360 p = (char *)_ALIGN(p); in grp_unmarshal_func()1543 members = (char **)_ALIGN(membuf); in __gr_parse_entry()
105 outstrs = (char **)(void *)_ALIGN(*bufferp); in group_unpack_members()127 outstrs = (char **)(void *)_ALIGN(*bufferp); in group_unpack_members()
473 #define MAXFDS ((MCLBYTES - _ALIGN(sizeof(struct cmsghdr)))/sizeof(void *))