Searched refs:nf_map (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/compat/ndis/
H A Dsubr_ndis.c2725 nc->fh->nf_map = NULL;
2846 fh->nf_map = NULL;
2879 if (fh->nf_map != NULL) {
2890 fh->nf_map = kldstart;
2892 *mappedbuffer = fh->nf_map;
2896 fh->nf_map = ExAllocatePoolWithTag(NonPagedPool, fh->nf_maplen, 0);
2898 if (fh->nf_map == NULL) {
2904 error = vn_rdwr(UIO_READ, vp, fh->nf_map, fh->nf_maplen, 0,
2911 *mappedbuffer = fh->nf_map;
2922 if (fh->nf_map
[all...]
H A Dndis_var.h1506 void *nf_map; member in struct:ndis_fh

Completed in 666 milliseconds