Home
last modified time | relevance | path

Searched refs:_ALIGN (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/net/
HDgethostnamadr.c304 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()
405 _ALIGN(p) - (size_t)p, in host_unmarshal_func()
407 _ALIGN(p) + (size_t)p); in host_unmarshal_func()
408 p = (char *)_ALIGN(p); in host_unmarshal_func()
HDgetnetnamadr.c179 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()
252 _ALIGN(p) - (size_t)p, in net_unmarshal_func()
254 _ALIGN(p) + (size_t)p); in net_unmarshal_func()
255 p = (char *)_ALIGN(p); in net_unmarshal_func()
HDgetprotoent.c199 p = (char *)_ALIGN(p); in __proto_marshal_func()
209 p = (char *)_ALIGN(p); in __proto_marshal_func()
268 orig_buf = (char *)_ALIGN(orig_buf); in __proto_unmarshal_func()
270 _ALIGN(p) - (size_t)p, in __proto_unmarshal_func()
272 _ALIGN(p) + (size_t)p); in __proto_unmarshal_func()
273 p = (char *)_ALIGN(p); in __proto_unmarshal_func()
HDgetservent.c325 aliases = (char **)_ALIGN(&buffer[linesize+1]); in files_servent()
602 aliases = (char **)_ALIGN(&buffer[resultbuflen + 2]); in nis_servent()
843 p = (char *)_ALIGN(p); in serv_marshal_func()
860 p = (char *)_ALIGN(p); in serv_marshal_func()
921 orig_buf = (char *)_ALIGN(orig_buf); in serv_unmarshal_func()
923 (_ALIGN(p) - (size_t)p), in serv_unmarshal_func()
925 (_ALIGN(p) - (size_t)p)); in serv_unmarshal_func()
926 p = (char *)_ALIGN(p); in serv_unmarshal_func()
HDgetaddrinfo.c1607 sentinel->ai_addr = (struct sockaddr *)_ALIGN((char *)sentinel + in addrinfo_unmarshal_func()
/dragonfly/lib/libc/rpc/
HDgetrpcent.c274 aliases = (char **)_ALIGN(&buffer[linesize+1]); in files_rpcent()
514 aliases=(char **)_ALIGN(&buffer[resultbuflen+2]); in nis_rpcent()
701 p = (char *)_ALIGN(p); in rpc_marshal_func()
711 p = (char *)_ALIGN(p); in rpc_marshal_func()
770 orig_buf = (char *)_ALIGN(orig_buf); in rpc_unmarshal_func()
772 _ALIGN(p) - (size_t)p, in rpc_unmarshal_func()
774 _ALIGN(p) + (size_t)p); in rpc_unmarshal_func()
775 p = (char *)_ALIGN(p); in rpc_unmarshal_func()
/dragonfly/lib/libc/gen/
HDgetgrent.c267 p = (char *)_ALIGN(p); in grp_marshal_func()
284 p = (char *)_ALIGN(p); in grp_marshal_func()
343 orig_buf = (char *)_ALIGN(orig_buf); in grp_unmarshal_func()
345 _ALIGN(p) - (size_t)p, in grp_unmarshal_func()
347 _ALIGN(p) + (size_t)p); in grp_unmarshal_func()
348 p = (char *)_ALIGN(p); in grp_unmarshal_func()
1520 members = (char **)_ALIGN(membuf); in __gr_parse_entry()
/dragonfly/sys/sys/
HDparam.h407 #define _ALIGN(p) __ALIGNPTR(p) macro