Home
last modified time | relevance | path

Searched refs:kc (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/tools/lldbmacros/ !
H A Dskywalk.py31 def IterateKernChannelRings(kc, kind): argument
41 rings = kc.ch_na.na_rx_rings
43 rings = kc.ch_na.na_tx_rings
45 rings = kc.ch_na.na_alloc_rings
47 rings = kc.ch_na.na_free_rings
51 for i in range(kc.ch_first[kind], kc.ch_last[kind]):
63 def GetKernChannelSummary(kc): argument
71 o=kc,
72 u=GetUUIDSummary(kc.ch_info.cinfo_ch_id))
110 for kc in IterateProcChannels(proc):
[all …]
/xnu-11215.1.10/osfmk/kern/ !
H A Dkext_alloc.c255 kernel_mach_header_t *kc = PE_get_kc_header(KCKindAuxiliary); in kext_receipt() local
256 if (kc == NULL) { in kext_receipt()
273 void *addr = getsectdatafromheader(kc, in kext_receipt()
/xnu-11215.1.10/osfmk/tests/ !
H A DREADME.md16 * load kernelcache using "```usb get /patch/to/kc```"