Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c303 kq_queues = ExAllocatePoolWithTag(NonPagedPool,
313 wq_queues = ExAllocatePoolWithTag(NonPagedPool,
364 e = ExAllocatePoolWithTag(NonPagedPool,
623 dest->as_buf = ExAllocatePoolWithTag(NonPagedPool,
648 dest->us_buf = ExAllocatePoolWithTag(NonPagedPool,
666 ExAllocatePoolWithTag(pooltype, len, tag) function
762 dev->do_devext = ExAllocatePoolWithTag(NonPagedPool,
924 ExAllocatePoolWithTag(NonPagedPool, len, 0);
1018 ExAllocatePoolWithTag(NonPagedPool, ilen, 0);
2397 m = ExAllocatePoolWithTag(NonPagedPool,
[all …]
H A Dsubr_ndis.c451 mem = ExAllocatePoolWithTag(NonPagedPool, len, tag);
469 mem = ExAllocatePoolWithTag(NonPagedPool, len, 0);
559 np = ExAllocatePoolWithTag(NonPagedPool,
1720 p = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_packet_pool), 0);
1730 packets = ExAllocatePoolWithTag(NonPagedPool, p->np_cnt *
2276 intr->ni_rsvd = ExAllocatePoolWithTag(NonPagedPool, in NdisMRegisterInterrupt()
2679 fullsym = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
2764 fh = ExAllocatePoolWithTag(NonPagedPool, sizeof(ndis_fh), 0);
2812 path = ExAllocatePoolWithTag(NonPagedPool, MAXPATHLEN, 0);
2898 fh->nf_map = ExAllocatePoolWithTag(NonPagedPool, fh->nf_maplen, 0);
H A Dkern_windrv.c146 my_tids = ExAllocatePoolWithTag(NonPagedPool, in windrv_libinit()
H A Dntoskrnl_var.h1451 extern void *ExAllocatePoolWithTag(uint32_t, size_t, uint32_t);
H A Dsubr_usbd.c1344 selconf = ExAllocatePoolWithTag(NonPagedPool, size, 0); in USBD_CreateConfigurationRequestEx()