Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.c3006 nstat_locus shad_locus; member
3329 result = nstat_client_source_add(0, client, nstat_provider, shad, &shad->shad_locus); in nstat_userland_protocol_add_watcher()
3481 TAILQ_INIT(&shad->shad_locus.ntl_src_queue); in ntstat_userland_stats_open()
3517 int result = nstat_client_source_add(0, client, provider, shad, &shad->shad_locus); in ntstat_userland_stats_open()
3550 TAILQ_FOREACH_SAFE(src, &shad->shad_locus.ntl_src_queue, nts_locus_link, tmpsrc) { in ntstat_userland_stats_close()
3597 TAILQ_FOREACH(src, &shad->shad_locus.ntl_src_queue, nts_locus_link) { in ntstat_userland_stats_event_locked()
3633 TAILQ_FOREACH_SAFE(src, &shad->shad_locus.ntl_src_queue, nts_locus_link, tmpsrc) { in ntstat_userland_stats_event()
3672 TAILQ_FOREACH_SAFE(src, &shad->shad_locus.ntl_src_queue, nts_locus_link, tmpsrc) { in nstats_userland_stats_defunct_for_process()