Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c97 const char *romfile, *varfile, *tpm_type, *tpm_path; in lpc_device_parse() local
131 tpm_type = strsep(&str, ","); in lpc_device_parse()
132 if (tpm_type == NULL) { in lpc_device_parse()
135 set_config_value_node(nvl, "type", tpm_type); in lpc_device_parse()