Searched refs:u_string (Results 1 – 2 of 2) sorted by relevance
23 char **const u_string);30 struct mac *const mac, char **const u_string);
99 char **const u_string, bool is_32bit) in mac_label_copyin_impl() argument135 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() argument145 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() argument159 return (mac_label_copyin_impl(u_mac, mac, u_string, true)); in mac_label_copyin32()