Searched refs:emul_sc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | tpm_device.c | 36 void *emul_sc; member 119 dev->emul->deinit(dev->emul_sc); in tpm_device_destroy() 180 error = dev->emul->init(&dev->emul_sc, nvl); in tpm_device_create() 200 error = dev->intf->init(&dev->intf_sc, dev->emul, dev->emul_sc, in tpm_device_create()
|
| HD | tpm_intf_crb.c | 180 void *emul_sc; member 282 (void) crb->emul->execute_cmd(crb->emul_sc, req, in tpm_crb_thread() 468 tpm_crb_init(void **sc, struct tpm_emul *emul, void *emul_sc, in tpm_crb_init() argument 487 crb->emul_sc = emul_sc; in tpm_crb_init()
|
| HD | tpm_intf.h | 35 int (*init)(void **sc, struct tpm_emul *emul, void *emul_sc,
|