Lines Matching refs:m_string
111 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_pid()
122 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_pid()
146 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_proc()
156 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_proc()
185 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in sys___mac_set_proc()
246 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in sys___mac_get_fd()
309 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in sys___mac_get_fd()
354 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL); in kern___mac_get_path()
375 error = copyout(buffer, mac.m_string, strlen(buffer)+1); in kern___mac_get_path()
407 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in sys___mac_set_fd()
523 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in kern___mac_set_path()