Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwt/
H A Dhwt_config.c63 struct hwt_set_config *sconf) in hwt_config_set() argument
70 config_size = sconf->config_size; in hwt_config_set()
79 error = copyin(sconf->config, config, config_size); in hwt_config_set()
88 ctx->config_size = sconf->config_size; in hwt_config_set()
89 ctx->config_version = sconf->config_version; in hwt_config_set()
H A Dhwt_vm.c237 struct hwt_set_config *sconf; in hwt_vm_ioctl() local
308 sconf = (struct hwt_set_config *)addr; in hwt_vm_ioctl()
309 error = hwt_config_set(td, ctx, sconf); in hwt_vm_ioctl()
312 ctx->pause_on_mmap = sconf->pause_on_mmap ? 1 : 0; in hwt_vm_ioctl()
H A Dhwt_config.h33 struct hwt_set_config *sconf);
/freebsd/tools/sched/
H A Dschedgraph.py1299 command=self.sconf)
1309 def sconf(self): member in GraphMenu