Searched refs:bwm (Results 1 – 1 of 1) sorted by relevance
170 struct bw_meter bw_meter, *bwm; in print_mfc() local211 bwm = m->mfc_bw_meter_leq; in print_mfc()212 while (bwm != NULL) { in print_mfc()213 error = kread((u_long)bwm, (char *)&bw_meter, in print_mfc()218 bwm = bw_meter.bm_mfc_next; in print_mfc()220 bwm = m->mfc_bw_meter_geq; in print_mfc()221 while (bwm != NULL) { in print_mfc()222 error = kread((u_long)bwm, (char *)&bw_meter, in print_mfc()227 bwm = bw_meter.bm_mfc_next; in print_mfc()