Searched refs:buffer_vm_address (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/autofs-234/automountd/
H A Dautod_readdir.c380 vm_address_t buffer_vm_address; local
402 ret = vm_allocate(current_task(), &buffer_vm_address,
410 outbuf = (uint8_t *)buffer_vm_address;
464 vm_deallocate(current_task(), buffer_vm_address, bufsize); local
H A Dautod_mount.c135 vm_address_t buffer_vm_address; local
337 ret = vm_allocate(current_task(), &buffer_vm_address,
345 outbuf = (uint8_t *)buffer_vm_address;

Completed in 168 milliseconds