Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dndrv.c669 struct ndrv_demux_desc* ndrvDemux = NULL; in ndrv_setspec() local
741 ndrvDemux = (struct ndrv_demux_desc*) kalloc_data(ndrvDemuxSize, Z_WAITOK); in ndrv_setspec()
742 if (ndrvDemux == NULL) { in ndrv_setspec()
755 error = copyin(user_addr, ndrvDemux, in ndrv_setspec()
757 ndrvSpec.demux_list = ndrvDemux; in ndrv_setspec()
801 if (ndrvDemux) { in ndrv_setspec()
802 kfree_data(ndrvDemux, ndrvDemuxSize); in ndrv_setspec()