Searched refs:current_space (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dobjalloc.h47 unsigned int current_space; member in struct:objalloc
94 (__len <= __o->current_space \
96 __o->current_space -= __len, \
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dobjalloc.c107 ret->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
124 if (len <= o->current_space)
127 o->current_space -= len;
159 o->current_space = CHUNK_SIZE - CHUNK_HEADER_SIZE;
257 o->current_space = ((char *) p + CHUNK_SIZE) - b;
289 o->current_space = ((char *) p + CHUNK_SIZE) - current_ptr;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dmk_timer.c63 ipc_space_t myspace = current_space();
210 ipc_space_t myspace = current_space();
250 ipc_space_t myspace = current_space();
311 ipc_space_t myspace = current_space();
H A Dipc_sync.c60 kr = ipc_object_translate(current_space(), name, MACH_PORT_RIGHT_SEND,
H A Dipc_clock.c190 space = current_space();
H A Dipc_host.c167 name = ipc_port_copyout_send(sright, current_space());
H A Dipc_mig.c467 ipc_space_t space = current_space();
H A Dipc_tt.c1412 if (ipc_object_copyin(current_space(), name,
1435 kr = ipc_object_copyin(current_space(), name,
/macosx-10.9.5/xnu-2422.115.4/osfmk/ipc/
H A Dipc_space.h209 #define current_space() (current_space_fast()) macro
234 extern ipc_space_t current_space(void);
H A Dmach_msg.c189 ipc_space_t space = current_space();
283 ipc_space_t space = current_space();
433 ipc_space_t space = current_space();
498 ipc_space_t space = current_space();
525 ipc_space_t space = current_space();
H A Dipc_pset.c343 kr = ipc_object_translate(current_space(), name,
412 kr = ipc_object_translate(current_space(), name,
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c217 return iokit_lookup_connect_ref(connectRef, current_space());
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c347 space = current_space();

Completed in 279 milliseconds