Home
last modified time | relevance | path

Searched refs:ac (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/machine/
H A Dexec.h39 int ac; member
/xnu-8020.140.41/osfmk/kern/
H A Dcoalition.c1238 uint32_t ac = coal->active_count; in coalition_release() local
1242 coal->id, coal_type_str(coal->type), rc, ac, in coalition_release()
1379 uint32_t ac = coal->active_count; in coalition_find_and_activate_by_id() local
1385 coal->id, coal_type_str(coal->type), rc, ac); in coalition_find_and_activate_by_id()
1661 int ac = coal->active_count; in coalition_remove_active() local
1667 cid, coal_type_str(ct), rc, ac, do_notify ? " NOTIFY" : " "); in coalition_remove_active()
1770 int ac = coal->active_count; in coalition_remove_task_internal() local
1778 cid, coal_type_str(ct), rc, ac, kr); in coalition_remove_task_internal()
/xnu-8020.140.41/bsd/dev/dtrace/
H A Dblist.c822 main(int ac, char **av) argument
828 for (i = 1; i < ac; ++i) {
/xnu-8020.140.41/bsd/net/
H A Dpf_table.c2312 struct pf_anchor *ac = rs->anchor; in pfr_attach_table() local
2318 if (ac != NULL) { in pfr_attach_table()
2319 strlcpy(tbl.pfrt_anchor, ac->path, sizeof(tbl.pfrt_anchor)); in pfr_attach_table()
2327 if (ac != NULL) { in pfr_attach_table()