Lines Matching refs:m_string
114 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()
525 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL); in kern___mac_set_path()