Home
last modified time | relevance | path

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

/trueos/sys/compat/ndis/
HDsubr_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, len, 0);
[all …]
HDsubr_ndis.c449 mem = ExAllocatePoolWithTag(NonPagedPool, len, tag);
467 mem = ExAllocatePoolWithTag(NonPagedPool, len, 0);
557 np = ExAllocatePoolWithTag(NonPagedPool,
1713 p = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_packet_pool), 0);
1723 packets = ExAllocatePoolWithTag(NonPagedPool, p->np_cnt *
1965 *pool = NonPagedPool;
2271 intr->ni_rsvd = ExAllocatePoolWithTag(NonPagedPool, in NdisMRegisterInterrupt()
2674 fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
2759 fh = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_fh), 0);
2807 path = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
[all …]
HDkern_windrv.c120 my_tids = ExAllocatePoolWithTag(NonPagedPool, in windrv_libinit()
HDntoskrnl_var.h1304 #define NonPagedPool 0x00000000 macro
HDsubr_usbd.c1340 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0); in USBD_CreateConfigurationRequestEx()