Searched refs:slotinfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c59 struct pkcs11_slotinfo *slotinfo; member in struct:pkcs11_provider
103 if (p->slotinfo[i].session &&
105 p->slotinfo[i].session)) != CKR_OK)
127 free(p->slotinfo);
205 session = p->slotinfo[slotidx].session;
257 si = &k11->provider->slotinfo[k11->slotidx];
375 login_required = p->slotinfo[slotidx].token.flags & CKF_LOGIN_REQUIRED;
395 p->slotinfo[slotidx].logged_in = 1;
397 p->slotinfo[slotidx].session = session;
481 session = p->slotinfo[slotid
[all...]
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_emul.c87 struct slotinfo { struct
96 struct slotinfo slotinfo[MAXSLOTS]; member in struct:businfo
177 struct slotinfo *si;
220 si = &bi->slotinfo[snum];
1098 struct slotinfo *si;
1133 si = &bi->slotinfo[slot];
1177 si = &bi->slotinfo[slot];
1266 struct slotinfo *si;
1398 si = &bi->slotinfo[slo
1614 struct slotinfo *slotinfo; local
[all...]

Completed in 114 milliseconds