Searched refs:IoCreateDevice (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
H A Dkern_windrv.c522 IoCreateDevice(drv, 0, NULL, FILE_DEVICE_UNKNOWN, 0, FALSE, &dev);
H A Dkern_ndis.c1354 status = IoCreateDevice(drv, sizeof(ndis_miniport_block), NULL,
H A Dntoskrnl_var.h1190 /* Various supported device types (used with IoCreateDevice()) */
1465 extern uint32_t IoCreateDevice(driver_object *, uint32_t,
H A Dsubr_ntoskrnl.c746 IoCreateDevice(driver_object *drv, uint32_t devextlen, unicode_string *devname, function
4297 IMPORT_SFUNC(IoCreateDevice, 7),
H A Dsubr_ndis.c3172 status = IoCreateDevice(handle, 0, devname,

Completed in 173 milliseconds