Searched refs:m_buflen (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/security/mac/
H A Dmac_syscalls.c108 elements = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
109 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
116 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK | M_ZERO);
118 buffer, mac.m_buflen);
143 elements = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
144 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
150 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK | M_ZERO);
152 elements, buffer, mac.m_buflen);
182 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
183 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NUL
[all...]
H A Dmac_socket.c540 buffer = malloc(mac->m_buflen, M_MACTEMP, M_WAITOK);
541 error = copyinstr(mac->m_string, buffer, mac->m_buflen, NULL);
573 elements = malloc(mac->m_buflen, M_MACTEMP, M_WAITOK);
574 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL);
580 buffer = malloc(mac->m_buflen, M_MACTEMP, M_WAITOK | M_ZERO);
586 mac->m_buflen);
612 elements = malloc(mac->m_buflen, M_MACTEMP, M_WAITOK);
613 error = copyinstr(mac->m_string, elements, mac->m_buflen, NULL);
619 buffer = malloc(mac->m_buflen, M_MACTEMP, M_WAITOK | M_ZERO);
625 mac->m_buflen);
[all...]
H A Dmac_net.c418 elements = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
419 error = copyinstr(mac.m_string, elements, mac.m_buflen, NULL);
425 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK | M_ZERO);
431 mac.m_buflen);
461 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
462 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL);
H A Dmac_process.c158 buffer = malloc(mac.m_buflen, M_MACTEMP, M_WAITOK);
159 error = copyinstr(mac.m_string, buffer, mac.m_buflen, NULL);
H A Dmac_framework.c590 if (mac->m_buflen > MAC_MAX_LABEL_BUF_LEN)
/freebsd-10.1-release/sys/sys/
H A Dmac.h67 size_t m_buflen; member in struct:mac
/freebsd-10.1-release/lib/libc/posix1e/
H A Dmac.c320 (*mac)->m_buflen = strlen((*mac)->m_string)+1;
354 (*mac)->m_buflen = MAC_MAX_LABEL_BUF_LEN;

Completed in 201 milliseconds