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

/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11.c58 struct pkcs11_slotinfo *slotinfo; member in struct:pkcs11_provider
102 if (p->slotinfo[i].session &&
104 p->slotinfo[i].session)) != CKR_OK)
126 free(p->slotinfo);
203 session = p->slotinfo[slotidx].session;
255 si = &k11->provider->slotinfo[k11->slotidx];
368 login_required = p->slotinfo[slotidx].token.flags & CKF_LOGIN_REQUIRED;
388 p->slotinfo[slotidx].logged_in = 1;
390 p->slotinfo[slotidx].session = session;
465 session = p->slotinfo[slotid
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_emul.c80 struct slotinfo { struct
89 struct slotinfo slotinfo[MAXSLOTS]; member in struct:businfo
172 struct slotinfo *si;
215 si = &bi->slotinfo[snum];
1072 struct slotinfo *si;
1094 si = &bi->slotinfo[slot];
1138 si = &bi->slotinfo[slot];
1227 struct slotinfo *si;
1360 si = &bi->slotinfo[slo
1576 struct slotinfo *slotinfo; local
[all...]

Completed in 119 milliseconds