+ /* get a reference on the current_thread, which is passed in vfs_context. */
+ entryp->thread = current_thread();
+ thread_reference( entryp->thread );
+ return ( entryp );
+
+error_exit_with_ref:
+ if ( VM_MAP_NULL != entryp->aio_map ) {
+ vm_map_deallocate( entryp->aio_map );
+ }