Searched refs:g_ioat_cdev (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.c80 static struct cdev *g_ioat_cdev = NULL; variable in typeref:struct:cdev
556 if (enable && g_ioat_cdev == NULL) {
557 g_ioat_cdev = make_dev(&ioat_cdevsw, 0, UID_ROOT, GID_WHEEL,
559 } else if (!enable && g_ioat_cdev != NULL) {
560 destroy_dev(g_ioat_cdev);
561 g_ioat_cdev = NULL;
571 enabled = (g_ioat_cdev != NULL);

Completed in 219 milliseconds