Home
last modified time | relevance | path

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

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