Lines Matching refs:freeslots
390 u_char freeslots[256]; in dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
465 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()
466 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
468 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()
469 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
475 if (freeslots[i]) in dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
758 sizeof(freeslots)) in dsp_cmx_hardware()
759 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
762 sizeof(freeslots)) in dsp_cmx_hardware()
763 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
769 if (freeslots[i]) in dsp_cmx_hardware()
842 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
850 sizeof(freeslots)) in dsp_cmx_hardware()
851 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
854 sizeof(freeslots)) in dsp_cmx_hardware()
855 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
861 if (freeslots[i1]) in dsp_cmx_hardware()
877 if (freeslots[i2]) in dsp_cmx_hardware()
965 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
979 sizeof(freeslots)) in dsp_cmx_hardware()
980 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
983 sizeof(freeslots)) in dsp_cmx_hardware()
984 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
990 if (freeslots[i]) in dsp_cmx_hardware()