Lines Matching refs:freeslots
379 u_char freeslots[256]; in dsp_cmx_hardware() local
450 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
454 finddsp->pcm_slot_rx < sizeof(freeslots)) in dsp_cmx_hardware()
455 freeslots[finddsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
457 finddsp->pcm_slot_tx < sizeof(freeslots)) in dsp_cmx_hardware()
458 freeslots[finddsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
464 if (freeslots[i]) in dsp_cmx_hardware()
739 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
747 sizeof(freeslots)) in dsp_cmx_hardware()
748 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
751 sizeof(freeslots)) in dsp_cmx_hardware()
752 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
758 if (freeslots[i]) in dsp_cmx_hardware()
831 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
839 sizeof(freeslots)) in dsp_cmx_hardware()
840 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
843 sizeof(freeslots)) in dsp_cmx_hardware()
844 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
850 if (freeslots[i1]) in dsp_cmx_hardware()
866 if (freeslots[i2]) in dsp_cmx_hardware()
954 memset(freeslots, 1, sizeof(freeslots)); in dsp_cmx_hardware()
968 sizeof(freeslots)) in dsp_cmx_hardware()
969 freeslots[dsp->pcm_slot_tx] = 0; in dsp_cmx_hardware()
972 sizeof(freeslots)) in dsp_cmx_hardware()
973 freeslots[dsp->pcm_slot_rx] = 0; in dsp_cmx_hardware()
979 if (freeslots[i]) in dsp_cmx_hardware()