Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vmd/
H A Dconfig.c72 ps->ps_what[PROC_VMM] = CONFIG_VMS; in config_init()
80 if (what & CONFIG_VMS) { in config_init()
115 if (what & CONFIG_VMS && env->vmd_vms != NULL) { in config_purge()
H A Dproc.h89 #define CONFIG_VMS 0x01 macro
H A Dvmm.c211 if (mode & CONFIG_VMS) { in vmm_dispatch_parent()
214 mode &= ~CONFIG_VMS; in vmm_dispatch_parent()
/openbsd/usr.sbin/vmctl/
H A Dmain.c815 res->mode = CONFIG_VMS; in ctl_reset()