Lines Matching refs:nstat_control_source_add
439 static errno_t nstat_control_source_add(u_int64_t context, nstat_control_state *state, nstat_provid…
798 result = nstat_control_source_add(0, state, &nstat_route_provider, rt); in nstat_route_walktree_add()
861 if (nstat_control_source_add(0, state, &nstat_route_provider, rt) != 0) { in nstat_route_new_entry()
1441 if (nstat_control_source_add(0, state, &nstat_tcp_provider, in nstat_tcp_add_watcher()
1485 if (nstat_control_source_add(0, state, in nstat_tcp_new_pcb()
1981 if (nstat_control_source_add(0, state, &nstat_udp_provider, in nstat_udp_add_watcher()
2025 if (nstat_control_source_add(0, state, in nstat_udp_new_pcb()
2506 result = nstat_control_source_add(0, state, nstat_provider, shad); in nstat_userland_protocol_add_watcher()
2688 int result = nstat_control_source_add(0, state, provider, shad); in ntstat_userland_stats_open()
3222 result = nstat_control_source_add(0, state, provider, gshad); in nstat_generic_provider_add_watcher()
3340 int result = nstat_control_source_add(0, state, provider, gshad); in nstat_provider_stats_open()
6009 result = nstat_control_source_add(req->hdr.context, state, provider, cookie); in nstat_control_handle_add_request()
6115 nstat_control_source_add( in nstat_control_source_add() function