Searched refs:NonPagedPool (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/compat/ndis/ |
| HD | subr_ntoskrnl.c | 300 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 …]
|
| HD | subr_ndis.c | 449 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 …]
|
| HD | kern_windrv.c | 120 my_tids = ExAllocatePoolWithTag(NonPagedPool, in windrv_libinit()
|
| HD | ntoskrnl_var.h | 1304 #define NonPagedPool 0x00000000 macro
|
| HD | subr_usbd.c | 1340 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0); in USBD_CreateConfigurationRequestEx()
|