Home
last modified time | relevance | path

Searched refs:ndrvDemux (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/net/
H A Dndrv.c672 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec() local
736 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()