Searched refs:ExAllocatePoolWithTag (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/compat/ndis/ |
| H A D | subr_ntoskrnl.c | 302 kq_queues = ExAllocatePoolWithTag(NonPagedPool, 312 wq_queues = ExAllocatePoolWithTag(NonPagedPool, 363 e = ExAllocatePoolWithTag(NonPagedPool, 622 dest->as_buf = ExAllocatePoolWithTag(NonPagedPool, 647 dest->us_buf = ExAllocatePoolWithTag(NonPagedPool, 665 ExAllocatePoolWithTag(pooltype, len, tag) function 762 dev->do_devext = ExAllocatePoolWithTag(NonPagedPool, 924 ExAllocatePoolWithTag(NonPagedPool, len, 0); 1018 ExAllocatePoolWithTag(NonPagedPool, ilen, 0); 2400 m = ExAllocatePoolWithTag(NonPagedPool, [all …]
|
| H A D | subr_ndis.c | 452 mem = ExAllocatePoolWithTag(NonPagedPool, len, tag); 470 mem = ExAllocatePoolWithTag(NonPagedPool, len, 0); 560 np = ExAllocatePoolWithTag(NonPagedPool, 1721 p = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_packet_pool), 0); 1731 packets = ExAllocatePoolWithTag(NonPagedPool, p->np_cnt * 2279 intr->ni_rsvd = ExAllocatePoolWithTag(NonPagedPool, in NdisMRegisterInterrupt() 2682 fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0); 2767 fh = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_fh), 0); 2815 path = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0); 2901 fh->nf_map = ExAllocatePoolWithTag(NonPagedPool, fh->nf_maplen, 0);
|
| H A D | kern_windrv.c | 146 my_tids = ExAllocatePoolWithTag(NonPagedPool, in windrv_libinit()
|
| H A D | ntoskrnl_var.h | 1465 extern void *ExAllocatePoolWithTag(uint32_t, size_t, uint32_t);
|
| H A D | subr_usbd.c | 1344 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0); in USBD_CreateConfigurationRequestEx()
|