Searched refs:sconf (Results 1 – 4 of 4) sorted by relevance
63 struct hwt_set_config *sconf) in hwt_config_set() argument70 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()
237 struct hwt_set_config *sconf; in hwt_vm_ioctl() local308 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()
33 struct hwt_set_config *sconf);
1299 command=self.sconf)1309 def sconf(self): member in GraphMenu