Symbol: slotinfo
crypto/openssh/ssh-pkcs11.c
1006
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
1116
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
118
if (p->slotinfo[i].session &&
crypto/openssh/ssh-pkcs11.c
120
p->slotinfo[i].session)) != CKR_OK)
crypto/openssh/ssh-pkcs11.c
1232
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
143
free(p->slotinfo);
crypto/openssh/ssh-pkcs11.c
1448
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
1553
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
1700
si = &p->slotinfo[slotidx];
crypto/openssh/ssh-pkcs11.c
1830
si = &p->slotinfo[slotidx];
crypto/openssh/ssh-pkcs11.c
1933
p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
crypto/openssh/ssh-pkcs11.c
1937
token = &p->slotinfo[i].token;
crypto/openssh/ssh-pkcs11.c
1967
if (nkeys == 0 && !p->slotinfo[i].logged_in &&
crypto/openssh/ssh-pkcs11.c
1973
if (pkcs11_login_slot(p, &p->slotinfo[i],
crypto/openssh/ssh-pkcs11.c
1999
free(p->slotinfo);
crypto/openssh/ssh-pkcs11.c
202
session = p->slotinfo[slotidx].session;
crypto/openssh/ssh-pkcs11.c
2126
si = &p->slotinfo[slotidx];
crypto/openssh/ssh-pkcs11.c
2198
si = &p->slotinfo[slotidx];
crypto/openssh/ssh-pkcs11.c
282
&k11->provider->slotinfo[k11->slotidx], type);
crypto/openssh/ssh-pkcs11.c
304
si = &k11->provider->slotinfo[k11->slotidx];
crypto/openssh/ssh-pkcs11.c
341
si = &k11->provider->slotinfo[k11->slotidx];
crypto/openssh/ssh-pkcs11.c
572
si = &k11->provider->slotinfo[k11->slotidx];
crypto/openssh/ssh-pkcs11.c
662
si = &k11->provider->slotinfo[k11->slotidx];
crypto/openssh/ssh-pkcs11.c
68
struct pkcs11_slotinfo *slotinfo;
crypto/openssh/ssh-pkcs11.c
747
si = &k11->provider->slotinfo[k11->slotidx];
crypto/openssh/ssh-pkcs11.c
808
si = &p->slotinfo[slotidx];
crypto/openssh/ssh-pkcs11.c
873
session = p->slotinfo[slotidx].session;
usr.sbin/bhyve/pci_emul.c
1525
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
1564
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
1642
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
1752
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
1887
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
1997
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
2007
si = &bi->slotinfo[pi->pi_slot];
usr.sbin/bhyve/pci_emul.c
2034
ii = &bi->slotinfo[pi->pi_slot].si_intpins[pi->pi_lintr.pin - 1];
usr.sbin/bhyve/pci_emul.c
2092
struct slotinfo *slotinfo;
usr.sbin/bhyve/pci_emul.c
2097
slotinfo = &pci_businfo[bus]->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
2099
if (slotinfo->si_intpins[pin].ii_count != 0)
usr.sbin/bhyve/pci_emul.c
2111
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
2119
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
2136
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
2141
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
2269
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
2276
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
2758
struct slotinfo *si;
usr.sbin/bhyve/pci_emul.c
2773
si = &bi->slotinfo[slot];
usr.sbin/bhyve/pci_emul.c
97
struct slotinfo slotinfo[MAXSLOTS];