Searched refs:vm_alloc_buffer (Results 1 - 1 of 1) sorted by path

/macosx-10.10/gssd-64/
H A Dgssd.c141 static void vm_alloc_buffer(gss_buffer_t, uint8_t **, uint32_t *);
1795 * vm_alloc_buffer: Copy the contents of the gss_buf_t to vm_allocated
1801 vm_alloc_buffer(gss_buffer_t buf, uint8_t **value, uint32_t *len) function
1813 Log("Could not allocate vm in vm_alloc_buffer\n");
1872 vm_alloc_buffer(&keys->elements[0], skey, skeyCnt);
1923 vm_alloc_buffer(&buf, skey, skeyCnt);
2475 vm_alloc_buffer(&outtoken, otoken, otokenCnt);
2930 vm_alloc_buffer(&outtoken, otoken, otokenCnt);

Completed in 394 milliseconds