Searched refs:ndrvDemux (Results 1 – 1 of 1) sorted by relevance
672 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec() local736 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()737 if (ndrvDemux == NULL) { in ndrv_setspec()750 error = copyin(user_addr, ndrvDemux, in ndrv_setspec()752 ndrvSpec.demux_list = ndrvDemux; in ndrv_setspec()789 if (ndrvDemux) { in ndrv_setspec()790 kfree_data(ndrvDemux, ndrvDemuxSize); in ndrv_setspec()