Home | History | Annotate | Download | only in mixerctl

Lines Matching defs:ndev

346 	int ndev;
392 for (ndev = 0; ; ndev++) {
393 dinfo.index = ndev;
397 rfields = calloc(ndev, sizeof *rfields);
398 fields = calloc(ndev, sizeof *fields);
399 infos = calloc(ndev, sizeof *infos);
400 values = calloc(ndev, sizeof *values);
402 for (i = 0; i < ndev; i++) {
408 for (i = 0; i < ndev; i++) {
414 for (i = 0; i < ndev; i++) {
428 for (j = i = 0; i < ndev; i++) {
445 if (cls >= 0 && cls < ndev)