Searched refs:ndrvDemux (Results 1 – 1 of 1) sorted by relevance
700 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec() local772 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()773 if (ndrvDemux == NULL) { in ndrv_setspec()789 error = copyin(user_addr, ndrvDemux, in ndrv_setspec()791 ndrvSpec.demux_list = ndrvDemux; in ndrv_setspec()836 if (ndrvDemux) { in ndrv_setspec()839 kfree_data(ndrvDemux, ndrvDemuxSize); in ndrv_setspec()