Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_syscalls.c94 mac_label_copyin_string(struct mac *const mac, char **const u_string, in mac_label_copyin_string() function
153 return (mac_label_copyin_string(mac, u_string, M_WAITOK)); in mac_label_copyin()
352 error = mac_label_copyin_string(&mac, &u_buffer, M_WAITOK); in mac_get_prison()
410 error = mac_label_copyin_string(&mac, NULL, M_WAITOK); in mac_set_prison_prepare()