Home
last modified time | relevance | path

Searched refs:u_string (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/security/mac/
H A Dmac_syscalls.h23 char **const u_string);
30 struct mac *const mac, char **const u_string);
H A Dmac_syscalls.c99 char **const u_string, bool is_32bit) in mac_label_copyin_impl() argument
135 if (u_string != NULL) in mac_label_copyin_impl()
136 *u_string = mac->m_string; in mac_label_copyin_impl()
143 char **const u_string) in mac_label_copyin() argument
145 return (mac_label_copyin_impl(u_mac, mac, u_string, false)); in mac_label_copyin()
157 struct mac *const mac, char **const u_string) in mac_label_copyin32() argument
159 return (mac_label_copyin_impl(u_mac, mac, u_string, true)); in mac_label_copyin32()