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

/darwin-on-arm/xnu/osfmk/arm/
H A Dasm_help.h53 #define EnterARM(function) \
55 .globl _ ##function ; \
57 _##function: ; \
59 #define EnterThumb(function) ; \
61 .thumb_func _ ##function ; \
62 .globl _ ##function ; \
64 _##function: ; \
66 #define EnterARM_NoAlign(function) \
68 .globl _ ##function ; \
69 _##function
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass_debug.h96 int function; /* address of function */ member in struct:cbqtrace
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h77 /*! @function IOMalloc
79 @discussion This is a general purpose utility to allocate memory in the kernel. There are no alignment guarantees given on the returned memory, and alignment may vary depending on the kernel configuration. This function may block and so should not be called from interrupt level or while a simple lock is held.
85 /*! @function IOFree
87 @discussion This function frees memory allocated with IOMalloc, it may block and so should not be called from interrupt level or while a simple lock is held.
95 /*! @function IOMallocAligned
97 @discussion This is a utility to allocate memory in the kernel, with an alignment restriction which is specified as a byte count. This function may block and so should not be called from interrupt level or while a simple lock is held.
104 /*! @function IOFreeAligned
106 @discussion This function frees memory allocated with IOMallocAligned, it may block and so should not be called from interrupt level or while a simple lock is held.
112 /*! @function IOMallocContiguous
114 @discussion This is a utility to allocate memory in the kernel, with an alignment restriction which is specified as a byte count, and will allocate only physically contiguous memory. The request may fail if memory is fragmented, and may cause large amounts of paging activity. This function ma
[all...]
H A DIOUserClient.h152 IOExternalMethodAction function; member in struct:IOExternalMethodDispatch
266 @function releaseAsyncReference64
274 @function releaseNotificationPort
324 @function removeMappingForDescriptor
332 @function exportObjectToClient
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp205 const OSSymbol * function = (const OSSymbol *) refcon1; local
207 kprintf("%s -> %s\n", function->getCStringNoCopy(), service_name);
209 ret = service->callPlatformFunction(function, false,
H A DIOUserClient.cpp4302 if (dispatch->function)
4303 err = (*dispatch->function)(target, reference, args);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c9 * a test function and a logging identifier. A test suite is a suite_t
280 void _fatal(const char *file, int line, const char *function,
288 void _fatal(const char *file, int line, const char *function, argument
296 printf("Assert failed in file %s, function %s(), line %d.\n",
297 file, function, line);
484 /* Various function declarations */
656 /* Create independent threads each of which will execute function */
869 * retaining the old main function to debug issues with the tests and not the xnu_quick_test framework
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsd.c381 _audit_cv_wait_continuation(struct cv *cvp, lck_mtx_t *mp, thread_continue_t function) argument
389 status = thread_block(function);
H A Daudit_bsd.h230 thread_continue_t function);
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h96 #define ELF_FUNC(x) .type x,@function
H A Dthread_act.h22 function_ptr_t function; member in struct:__anon1176
H A Dtask.h22 function_ptr_t function; member in struct:__anon1105
/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h176 #define ELF_FUNC(x) .type x,@function
209 * Gcall calls an external function.

Completed in 64 milliseconds