Home
last modified time | relevance | path

Searched refs:services (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/tools/lldbmacros/plugins/
H A Diosspeedtracer.sh14 …" -H "Accept: text/plain" --data-binary @${TMPFILE} https://ios.apple.com/speedtracer/services/logs
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp4020 OSArray * services; in finalize() local
4030 services = NULL; in finalize()
4050 if (services) { in finalize()
4085 services->release(); in finalize()
4249 services = NULL; in clientClose()
4259 if (services) { in clientClose()
5456 OSArray * services; in systemPower() local
5514 if (services) { in systemPower()
5531 if (services) { in systemPower()
5556 OSArray * services; in systemHalt() local
[all …]
H A DIOService.cpp5193 OSArray * services; member
5220 if (ctx->services) { in publishHiddenMediaApplier()
5221 ctx->services->setObject(service); in publishHiddenMediaApplier()
5223 ctx->services = OSArray::withObjects((const OSObject **) &service, 1); in publishHiddenMediaApplier()
5224 assert(ctx->services); in publishHiddenMediaApplier()
5250 FindRootMediaContext ctx = { .services = NULL, .parent = parent }; in publishHiddenMedia()
5255 if (ctx.services) { in publishHiddenMedia()
5260 for (idx = 0; (service = (IOService *) ctx.services->getObject(idx)); idx++) { in publishHiddenMedia()
5280 OSSafeReleaseNULL(ctx.services); in publishHiddenMedia()
/xnu-11215/osfmk/kern/
H A Dcoalition.c261 queue_head_t services; member
1073 queue_head_init(coal->j.services); in i_coal_jetsam_init()
1099 assert(queue_empty(&coal->j.services)); in i_coal_jetsam_dealloc()
1185 q = (queue_t)&cj->services; in i_coal_jetsam_set_taskrole()
1236 qe_foreach_element(t, &cj->services, task_coalition[COALITION_TYPE_JETSAM]) { in i_coal_jetsam_get_taskrole()
1278 qe_foreach_element(t, &cj->services, task_coalition[COALITION_TYPE_JETSAM]) { in i_coal_jetsam_iterate_tasks()
2494 qe_foreach(qe, &coal->j.services) in coalition_get_task_count()
2547 bytes += i_get_list_footprint(&coal->j.services, COALITION_TYPE_JETSAM, &num_tasks); in coalition_get_page_count()
2766 ntasks += coalition_get_sort_list(coal, sort_order, &cj->services, in coalition_get_pid_list()
/xnu-11215/doc/vm/
H A Dfreezer.md48 …ot the leader). Once we freeze a coalition leader, we check for any xpc services in that coalition…
50 Some XPC services opt out of freezing by setting `DisableFreezing` to true in the [RunningBoard](ht…
51 …n the `p_memstat_state` proc field. This is important for stateless XPC services like `MTLCompiler…
58 …ntent process in the Safari coalition. The WebContent processes are XPC services. [WebKit](https:/…
H A Dmemorystatus_kills.md108 Many system services (especially dasd) check the pressure level before doing work, so it's not good…
/xnu-11215/doc/lifecycle/
H A Dstartup.md33 2. document what services this phase provides, and how it uses ranks in this
/xnu-11215/osfmk/mach/
H A Dhost_priv.defs338 * level clients should go directly to the CFUserNotifcation services.
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h921 queue_head_t * services,
/xnu-11215/iokit/DriverKit/
H A DIOService.iig447 * @discussion For use by DriverKit userspace services, since they can't set
/xnu-11215/tools/lldbmacros/
H A Dprocess.py637 tasks = GetCoalitionTasks(addressof(coal.j.services), 1, thread_details)
/xnu-11215/bsd/net/
H A Dnecp.c338 LIST_HEAD(_services, necp_service_registration) services;
1439 LIST_INSERT_HEAD(&session->services, new_service, session_chain); in necp_session_register_service()
1473 LIST_FOREACH_SAFE(service, &session->services, session_chain, temp_service) { in necp_session_unregister_service()
2466 LIST_INIT(&new_session->services); in necp_create_session()
2512 LIST_FOREACH_SAFE(service, &session->services, session_chain, temp_service) { in necp_delete_session()