Home
last modified time | relevance | path

Searched refs:complex (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dipc_mig.c249 bool complex; variable
259 complex = (desc_count > 0);
262 if (complex) {
280 udata = (payload_size > 0) ? ikm_udata(kmsg, desc_count, complex) : NULL;
283 if (complex) {
/xnu-11215/osfmk/ipc/
H A Dipc_kmsg.h311 bool complex);
H A Dipc_kmsg.c211 bool complex) in ikm_kdata_size() argument
213 if (complex) { in ikm_kdata_size()
248 bool complex) in ikm_udata() argument
253 return (char *)hdr + ikm_kdata_size(dsc_count, complex); in ikm_udata()
/xnu-11215/libkdd/
H A DREADME.md72 If a given kernel data type is complex and requires adding multiple optional fields inside a contai…
/xnu-11215/doc/lifecycle/
H A Dstartup.md60 - Middle: globals that require complex initialization (e.g. SFI classes).
/xnu-11215/doc/mach_ipc/
H A Dkmsg.md9 IPC kmsg have a complex in memory layout that is designed to separate kernel
/xnu-11215/tools/lldbmacros/core/
H A Dcvalue.py295 return complex(int(self))
/xnu-11215/tools/lldbmacros/
H A DREADME.md207 …of object be described when printed. These are very useful in displaying complex and large structu…
224 lldb provides really flexible interface for building summaries for complex objects and data. If you…