Lines Matching refs:nstat_client_source_add
1096 static errno_t nstat_client_source_add(u_int64_t context,
1416 result = nstat_client_source_add(0, client, &nstat_route_provider, rt, NULL); in nstat_route_walktree_add()
1480 if (nstat_client_source_add(0, client, &nstat_route_provider, rt, NULL) != 0) { in nstat_route_new_entry()
2172 nstat_client_source_add(0, client, &nstat_tcp_provider, sol, &sol->nsl_locus); in nstat_tcp_add_watcher()
2208 nstat_client_source_add(0, client, &nstat_tcp_provider, sol, &sol->nsl_locus); in nstat_tcp_new_pcb()
2772 nstat_client_source_add(0, client, &nstat_udp_provider, sol, &sol->nsl_locus); in nstat_udp_add_watcher()
2808 nstat_client_source_add(0, client, &nstat_udp_provider, sol, &sol->nsl_locus); in nstat_udp_new_pcb()
3329 result = nstat_client_source_add(0, client, nstat_provider, shad, &shad->shad_locus); in nstat_userland_protocol_add_watcher()
3517 int result = nstat_client_source_add(0, client, provider, shad, &shad->shad_locus); in ntstat_userland_stats_open()
4024 result = nstat_client_source_add(0, client, provider, gshad, &gshad->gshad_locus); in nstat_generic_provider_add_watcher()
4148 int result = nstat_client_source_add(0, client, provider, gshad, &gshad->gshad_locus); in nstat_provider_stats_open()
6821 result = nstat_client_source_add(req->hdr.context, client, provider, cookie, NULL); in nstat_client_handle_add_request()
6929 nstat_client_source_add( in nstat_client_source_add() function