Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c302 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,
762 dev->do_devext = ExAllocatePoolWithTag(NonPagedPool,
924 ExAllocatePoolWithTag(NonPagedPool, len, 0);
1018 ExAllocatePoolWithTag(NonPagedPool, ilen, 0);
2171 lookaside->nll_l.gl_type = NonPagedPool;
2216 lookaside->nll_l.gl_type = NonPagedPool;
[all …]
H A Dsubr_ndis.c452 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 *
1973 *pool = NonPagedPool;
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);
[all …]
H A Dkern_windrv.c146 my_tids = ExAllocatePoolWithTag(NonPagedPool, in windrv_libinit()
H A Dntoskrnl_var.h1306 #define NonPagedPool 0x00000000 macro
H A Dsubr_usbd.c1344 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0); in USBD_CreateConfigurationRequestEx()