Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c114 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_pid()
125 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_pid()
149 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_proc()
159 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_proc()
188 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in sys___mac_set_proc()
249 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_fd()
312 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_fd()
357 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in kern___mac_get_path()
377 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in kern___mac_get_path()
409 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in sys___mac_set_fd()
[all …]
H A Dmac_socket.c540 error = copyinstr(mac->m_string, buffer, mac->m_buflen, NULL); in mac_setsockopt_label()
573 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL); in mac_getsockopt_label()
588 error = copyout(buffer, mac->m_string, strlen(buffer)+1); in mac_getsockopt_label()
612 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL); in mac_getsockopt_peerlabel()
627 error = copyout(buffer, mac->m_string, strlen(buffer)+1); in mac_getsockopt_peerlabel()
H A Dmac_net.c425 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in mac_ifnet_ioctl_get()
440 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in mac_ifnet_ioctl_get()
468 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in mac_ifnet_ioctl_set()
H A Dmac_process.c158 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in mac_execve_enter()
/f-stack/freebsd/sys/
H A Dmac.h70 char *m_string; member