Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.c101 const char *romfile, *varfile, *tpm_type, *tpm_path; in lpc_device_parse() local
141 tpm_path = strsep(&str, ","); in lpc_device_parse()
142 if (tpm_path == NULL) { in lpc_device_parse()
145 set_config_value_node(nvl, "path", tpm_path); in lpc_device_parse()