Searched refs:slotid (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/vax/vax/
H A Dmulticpu.c80 cpu_slavesetup(device_t self, int slotid) argument
92 ci->ci_slotid = slotid;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dpk11.c73 CK_SLOT_ID slotid; member in struct:pk11_token
296 if (token->slotid == slot) {
305 if (token->slotid == slot) {
444 rv = pkcs_C_OpenSession(token->slotid, flags, NULL_PTR, NULL_PTR,
523 token->slotid = slot;
661 return (token->slotid);
1058 obj->slot = token->slotid;
1095 printf("\tslotID=%lu\n", token->slotid);
/netbsd-current/sys/stand/efiboot/
H A Dsmbios.h253 uint8_t slotid[2]; member in struct:smbios_slot
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpkcs11eddsa_link.c134 CK_SLOT_ID slotid; local
161 slotid = ec->slot;
163 slotid = pk11_get_best_token(OP_EDDSA);
166 NULL, slotid);
268 CK_SLOT_ID slotid; local
283 slotid = ec->slot;
285 slotid = pk11_get_best_token(OP_EDDSA);
288 NULL, slotid);
H A Dpkcs11rsa_link.c81 CK_SLOT_ID slotid; local
127 slotid = rsa->slot;
129 slotid = pk11_get_best_token(OP_RSA);
132 NULL, slotid);
556 CK_SLOT_ID slotid; local
615 slotid = rsa->slot;
617 slotid = pk11_get_best_token(OP_RSA);
620 NULL, slotid);
H A Dpkcs11ecdsa_link.c79 CK_SLOT_ID slotid; local
97 slotid = ec->slot;
99 slotid = pk11_get_best_token(OP_ECDSA);
102 NULL, slotid);
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_commonsubs.c4069 nfsv4_seqsession(uint32_t seqid, uint32_t slotid, uint32_t highslot, argument
4077 if (slotid > maxslot)
4079 if (seqid == slots[slotid].nfssl_seq) {
4081 if (slots[slotid].nfssl_inprog != 0)
4083 else if (slots[slotid].nfssl_reply != NULL) {
4085 *reply = slots[slotid].nfssl_reply;
4086 slots[slotid].nfssl_reply = NULL;
4088 slots[slotid].nfssl_inprog = 1;
4092 slots[slotid].nfssl_inprog = 1;
4093 } else if ((slots[slotid]
4110 nfsv4_seqsess_cacherep(uint32_t slotid, struct nfsslot *slots, int repstat, struct mbuf **rep) argument
[all...]
/netbsd-current/sys/dev/
H A Dsmbiosvar.h258 uint8_t slotid[2]; member in struct:smbios_slot
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clstate.c3160 uint32_t seqid, slotid = 0, highslot, cachethis; local
3455 slotid = fxdr_unsigned(uint32_t, *tl++);
3478 error = nfsv4_seqsession(seqid, slotid,
3499 *tl++ = txdr_unsigned(slotid);
3551 nfsv4_seqsess_cacherep(slotid,
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c5867 nfsrv_cache_session(uint8_t *sessionid, uint32_t slotid, int repstat, argument
5882 nfsv4_seqsess_cacherep(slotid, sep->sess_slots, repstat, m);

Completed in 400 milliseconds