Searched refs:NonPagedPool (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c300 kq_queues = ExAllocatePoolWithTag(NonPagedPool,
310 wq_queues = ExAllocatePoolWithTag(NonPagedPool,
361 e = ExAllocatePoolWithTag(NonPagedPool,
620 dest->as_buf = ExAllocatePoolWithTag(NonPagedPool,
645 dest->us_buf = ExAllocatePoolWithTag(NonPagedPool,
701 ce = ExAllocatePoolWithTag(NonPagedPool, sizeof(custom_extension)
750 dev = ExAllocatePoolWithTag(NonPagedPool, sizeof(device_object), 0);
760 dev->do_devext = ExAllocatePoolWithTag(NonPagedPool,
789 dev->do_devobj_ext = ExAllocatePoolWithTag(NonPagedPool,
922 ExAllocatePoolWithTag(NonPagedPool, le
[all...]
H A Dsubr_ndis.c450 mem = ExAllocatePoolWithTag(NonPagedPool, len, tag);
468 mem = ExAllocatePoolWithTag(NonPagedPool, len, 0);
558 np = ExAllocatePoolWithTag(NonPagedPool,
1714 p = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_packet_pool), 0);
1724 packets = ExAllocatePoolWithTag(NonPagedPool, p->np_cnt *
1966 *pool = NonPagedPool;
2272 intr->ni_rsvd = ExAllocatePoolWithTag(NonPagedPool,
2675 fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
2760 fh = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_fh), 0);
2808 path = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLE
[all...]
H A Dkern_windrv.c120 my_tids = ExAllocatePoolWithTag(NonPagedPool,
H A Dntoskrnl_var.h1304 #define NonPagedPool 0x00000000 macro
H A Dsubr_usbd.c1342 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0);

Completed in 55 milliseconds