Home
last modified time | relevance | path

Searched refs:align4 (Results 1 – 7 of 7) sorted by relevance

/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py17 from atf_python.sys.netlink.utils import align4
168 offset = align4(hdrlen)
172 offset += align4(hdrlen)
215 off += align4(nla_len)
247 off += align4(nla_len)
H A Dattrs.py5 from atf_python.sys.netlink.utils import align4
68 if align4(len(ret)) != len(ret):
69 ret = data + bytes(align4(len(ret)) - len(ret))
93 return align4(len(b"".join([bytes(nla) for nla in self.nla_list]))) + 4
247 return align4(len(self._data)) + 4
H A Dutils.py23 def align4(val: int) -> int: function
H A Dnetlink.py29 from atf_python.sys.netlink.utils import align4
199 sz += align4(err_hdr.msg.nlmsg_len - sizeof(Nlmsghdr))
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dsmsc-lan91c111.txt16 - pxa-u16-align4 : Boolean, put in place the workaround the force all
/freebsd/sys/dev/aac/
H A Daacreg.h1269 u_int32_t align4; member
/freebsd/sys/dev/aacraid/
H A Daacraid_reg.h1300 u_int32_t align4; member