Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyvectl/
H A Dbhyvectl.c306 static int pmtmr_port; variable
1911 pmtmr_port = strtoul(optarg, NULL, 16); in main()
1939 if (!error && pmtmr_port) { in main()
1940 error = vm_pmtmr_set_location(ctx, pmtmr_port); in main()