Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c564 const char *path, *pssval, *ssval, *bootindex_val; in blockif_open() local
627 bootindex_val = get_config_value_node(nvl, "bootindex"); in blockif_open()
628 if (bootindex_val != NULL) { in blockif_open()
629 bootindex = atoi(bootindex_val); in blockif_open()