Lines Matching refs:srcref
6078 counts.srcref = src->nts_srcref; in nstat_client_send_counts()
6113 counts.srcref = src->nts_srcref; in nstat_client_append_counts()
6164 desc->srcref = src->nts_srcref; in nstat_client_send_description()
6203 desc->srcref = src->nts_srcref; in nstat_client_append_description()
6291 desc->srcref = src->nts_srcref; in nstat_client_send_update()
6428 desc->srcref = src->nts_srcref; in nstat_client_send_details()
6557 desc->srcref = src->nts_srcref; in nstat_client_append_update()
6680 desc->srcref = src->nts_srcref; in nstat_client_append_details()
6765 removed.srcref = src->nts_srcref; in nstat_client_send_removed()
6973 srcrefp = &add->srcref; in nstat_client_source_add()
7045 nstat_src_ref_t srcref = NSTAT_SRC_REF_INVALID; in nstat_client_handle_remove_request() local
7048 if (mbuf_copydata(m, offsetof(nstat_msg_rem_src_req, srcref), sizeof(srcref), &srcref) != 0) { in nstat_client_handle_remove_request()
7057 if (src->nts_srcref == srcref) { in nstat_client_handle_remove_request()
7069 NSTAT_NOTE_QUAL(nstat_remove_src_found, client, srcref); in nstat_client_handle_remove_request()
7071 NSTAT_NOTE_QUAL(nstat_remove_src_missed, client, srcref); in nstat_client_handle_remove_request()
7099 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_query_request()
7104 NSTAT_NOTE_QUAL(nstat_query_request_one, client, req.srcref); in nstat_client_handle_query_request()
7128 if (all_srcs || src->nts_srcref == req.srcref) { in nstat_client_handle_query_request()
7206 } else if (req.srcref == src->nts_srcref) { in nstat_client_handle_query_request()
7214 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_query_request()
7254 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_src_description()
7259 NSTAT_NOTE_QUAL(nstat_query_description_one, client, req.srcref); in nstat_client_handle_get_src_description()
7270 if (all_srcs || src->nts_srcref == req.srcref) { in nstat_client_handle_get_src_description()
7315 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_src_description()
7427 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_update()
7433 NSTAT_NOTE_QUAL(nstat_query_update_one, client, req.srcref); in nstat_client_handle_get_update()
7468 } else if (src->nts_srcref == req.srcref) { in nstat_client_handle_get_update()
7492 if (!all_srcs && req.srcref == src->nts_srcref) { in nstat_client_handle_get_update()
7512 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_update()
7557 const boolean_t all_srcs = (req.srcref == NSTAT_SRC_REF_ALL); in nstat_client_handle_get_details()
7563 NSTAT_NOTE_QUAL(nstat_query_details_one, client, req.srcref); in nstat_client_handle_get_details()
7598 } else if (src->nts_srcref == req.srcref) { in nstat_client_handle_get_details()
7622 if (!all_srcs && req.srcref == src->nts_srcref) { in nstat_client_handle_get_details()
7642 if (req.srcref == NSTAT_SRC_REF_ALL) { in nstat_client_handle_get_details()