Home
last modified time | relevance | path

Searched refs:mac32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_syscalls.h27 struct mac32;
29 int mac_label_copyin32(const struct mac32 *const u_mac,
H A Dmac_syscalls.c84 struct mac32 { struct
106 struct mac32 mac32; in mac_label_copyin_impl() argument
108 error = copyin(u_mac, &mac32, sizeof(mac32)); in mac_label_copyin_impl()
112 CP(mac32, *mac, m_buflen); in mac_label_copyin_impl()
113 PTRIN_CP(mac32, *mac, m_string); in mac_label_copyin_impl()
156 mac_label_copyin32(const struct mac32 *const u_mac, in mac_label_copyin32()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8723d.c724 u32 mac32[IQK_MAC32_REG_NUM]; global() member