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

/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass_debug.h96 int function; /* address of function */ member in struct:cbqtrace
/xnu-2782.1.97/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.h158 IOExternalMethodAction function; member in struct:IOExternalMethodDispatch
265 @function sendAsyncResult64WithOptions
296 @function releaseAsyncReference64
304 @function releaseNotificationPort
356 @function removeMappingForDescriptor
364 @function exportObjectToClient
/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp207 const OSSymbol * function = (const OSSymbol *) refcon1; local
209 kprintf("%s -> %s\n", function->getCStringNoCopy(), service_name);
211 ret = service->callPlatformFunction(function, false,
H A DIOUserClient.cpp4797 if (dispatch->function)
4798 err = (*dispatch->function)(target, reference, args);
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dpipes_tests.c9 * a test function and a logging identifier. A test suite is a suite_t
282 void _fatal(const char *file, int line, const char *function,
290 void _fatal(const char *file, int line, const char *function, argument
298 printf("Assert failed in file %s, function %s(), line %d.\n",
299 file, function, line);
486 /* Various function declarations */
658 /* Create independent threads each of which will execute function */
871 * retaining the old main function to debug issues with the tests and not the xnu_quick_test framework
/xnu-2782.1.97/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);
/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py43 """ A function decorator to register a summary for a type in lldb.
44 params: types_list - [] an array of types that you wish to register a summary callback function. (ex. ['task *', 'task_t'])
66 lldb.debugger.HandleCommand("type summary add \""+ single_type +"\" --category kernel --python-function " + MODULE_NAME + "." + summary_function_name)
77 """ A function decorator to define a command with namd 'cmd_name' in the lldb scope to call python function.
176 lldb_cmd = "type summary add \""+ single_type +"\" --category kernel --python-function " + MODULE_NAME + ".LLDBSummary" + summary_function.__name__
226 """ A function decoratore to register a test with the framework. Each test is supposed to be of format
318 function = frame.GetFunction()
325 if not function:
326 # No debug info for 'function'
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dasm.h176 #define ELF_FUNC(x) .type x,@function
209 * Gcall calls an external function.

Completed in 91 milliseconds