Searched refs:refgrp (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tools/lldbmacros/ |
| H A D | refgrp.py | 7 def GetOSRefGrpSummary(refgrp): argument 16 return format_string.format(refgrp, str(refgrp.grp_name), 17 refgrp.grp_count, refgrp.grp_retain_total, 18 refgrp.grp_release_total, refgrp.grp_log) 27 refgrp = kern.GetValueFromAddress(cmd_args[0], 'struct os_refgrp *') 28 if not refgrp: 32 print(GetOSRefGrpSummary(refgrp)) 44 refgrp = kern.GetValueFromAddress(cmd_args[0], 'struct os_refgrp *') 45 if not refgrp: 50 parent = refgrp
|
| H A D | Makefile | 96 refgrp.py \
|
| H A D | xnu.py | 1637 from refgrp import *
|
| /xnu-11215/osfmk/kern/ |
| H A D | task_ref.c | 212 refgrp = kext_grp; in lookup_kext_refgrp() 216 return refgrp; in lookup_kext_refgrp() 272 if (refgrp == NULL) { in find_external_refgrp() 276 return refgrp; in find_external_refgrp() 288 struct os_refgrp *refgrp = NULL; in task_reference_grp() local 307 refgrp = NULL; in task_reference_grp() 312 refgrp = (grp == TASK_GRP_EXTERNAL) ? in task_reference_grp() 319 refgrp = (grp == TASK_GRP_EXTERNAL) ? in task_reference_grp() 343 struct os_refgrp *refgrp = NULL; in task_deallocate_grp() local 355 refgrp = NULL; in task_deallocate_grp() [all …]
|
| /xnu-11215/libkern/os/ |
| H A D | refcnt.c | 145 char *refgrp = grpbuf; in os_ref_log_init() local 146 if (!PE_parse_boot_argn("rlog", refgrp, sizeof(grpbuf))) { in os_ref_log_init() 157 while ((g = strsep(&refgrp, ",")) != NULL) { in os_ref_log_init()
|