Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/cpuctl/
H A Dcpuctl.c51 static d_open_t cpuctl_open; variable
79 .d_open = cpuctl_open,
441 cpuctl_open(struct dev_open_args *ap) in cpuctl_open() function