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

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dcoalition.c242 struct coalition *new_coal = (struct coalition *)zalloc(coalition_zone); local
243 if (new_coal == COALITION_NULL) {
246 bzero(new_coal, sizeof(*new_coal));
248 new_coal->ledger = ledger_instantiate(task_ledger_template, LEDGER_CREATE_ACTIVE_ENTRIES);
249 if (new_coal->ledger == NULL) {
250 zfree(coalition_zone, new_coal);
255 new_coal->ref_count = 2;
257 new_coal->privileged = privileged ? TRUE : FALSE;
259 lck_mtx_init(&new_coal
[all...]

Completed in 108 milliseconds