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

/freebsd-9.3-release/sys/dev/cpuctl/
H A Dcpuctl.c80 static struct cdev **cpuctl_devs; variable in typeref:struct:cdev
513 cpuctl_devs = malloc(sizeof(*cpuctl_devs) * mp_ncpus, M_CPUCTL,
517 cpuctl_devs[cpu] = make_dev(&cpuctl_cdevsw, cpu,
522 if (cpuctl_devs[cpu] != NULL)
523 destroy_dev(cpuctl_devs[cpu]);
525 free(cpuctl_devs, M_CPUCTL);

Completed in 47 milliseconds