Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dblock_if.c480 const char *path, *pssval, *ssval, *bootindex_val; in blockif_open() local
536 bootindex_val = get_config_value_node(nvl, "bootindex"); in blockif_open()
537 if (bootindex_val != NULL) { in blockif_open()
538 bootindex = atoi(bootindex_val); in blockif_open()