Searched defs:slotp (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sessionlist.c43 * Assumptions: slotp is a valid slot, mutexes are not held, and
47 pkcs11_session_add(pkcs11_slot_t *slotp, CK_SLOT_ID slot_id, argument
61 (void) pthread_mutex_lock(&slotp->sl_mutex);
64 if (slotp->sl_sess_list == NULL) {
65 slotp->sl_sess_list = newhandle;
69 slotp->sl_sess_list->se_prev = newhandle;
70 newhandle->se_next = slotp->sl_sess_list;
72 slotp->sl_sess_list = newhandle;
78 (void) pthread_mutex_unlock(&slotp->sl_mutex);
87 * Assumptions: slotp i
92 pkcs11_session_delete(pkcs11_slot_t *slotp, pkcs11_session_t *sessp) argument
136 pkcs11_sessionlist_delete(pkcs11_slot_t *slotp) argument
[all...]
H A Dpkcs11Session.c172 pkcs11_slot_t *slotp; local
199 slotp = slottable->st_slots[fw_st_id];
211 (void) pthread_mutex_lock(&slotp->sl_mutex);
212 sessp = slotp->sl_sess_list;
228 (void) pthread_mutex_unlock(&slotp->sl_mutex);
237 pkcs11_sessionlist_delete(slotp);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc_symbolic.c64 struct Dwarf_Relocation_Data_s *slotp; local
70 slotp = (struct Dwarf_Relocation_Data_s *) relrec_to_fill;
71 slotp->drd_type = type;
72 slotp->drd_length = reltarget_length;
73 slotp->drd_offset = offset;
74 slotp->drd_symbol_index = symidx;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c877 char *namep, int32_t namelen, struct slot *slotp,
902 if (slotp->status != FOUND) {
952 slotp->status = EXIST;
953 slotp->offset = offset;
954 slotp->size = FID_LEN(fid);
955 slotp->fbp = fbp;
956 slotp->ep = fid;
957 slotp->endoff = 0;
966 if ((slotp->status != FOUND) || (matched == 0)) {
969 slotp
876 ud_dircheckforname(struct ud_inode *tdp, char *namep, int32_t namelen, struct slot *slotp, struct ud_inode **ipp, uint8_t *buf, struct cred *cr) argument
1277 ud_diraddentry(struct ud_inode *tdp, char *namep, enum de_op op, int32_t namelen, struct slot *slotp, struct ud_inode *sip, struct ud_inode *sdp, struct cred *cr) argument
1440 ud_dirrename(struct ud_inode *sdp, struct ud_inode *sip, struct ud_inode *tdp, struct ud_inode *tip, char *namep, uint8_t *buf, struct slot *slotp, struct cred *cr) argument
1625 ud_dirprepareentry(struct ud_inode *dp, struct slot *slotp, uint8_t *buf, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c117 hpc_slot_entry_t *slotp; member in struct:hpc_event_entry
323 hpc_slot_entry_t *slotp; local
370 for (slotp = busp->bus_slot_list; slotp;
371 slotp = slotp->slot_next) {
372 (void) callback(dip, slotp, &slotp->slot_info,
387 hpc_slot_entry_t *slotp; local
425 for (slotp
444 hpc_slot_entry_t *slotp, *slot_list_head; local
550 hpc_slot_entry_t *slotp; local
672 hpc_slot_entry_t *slotp; local
693 hpc_slot_entry_t *slotp; local
714 hpc_slot_entry_t *slotp; local
768 hpc_slot_entry_t *slotp; local
782 hpc_slot_entry_t *slotp; local
796 hpc_slot_entry_t *slotp; local
810 hpc_slot_entry_t *slotp; local
824 hpc_slot_entry_t *slotp; local
842 hpc_slot_entry_t *slotp; local
922 hpc_slot_entry_t *slotp; local
[all...]
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c472 pcie_hp_slot_t *slotp; local
480 slotp = (ctrl_p && (pci_dev == 0)) ?
490 slotp = ctrl_p->hc_slots[slot_num];
492 slotp = NULL;
496 if (slotp == NULL)
505 cn_cfg.slotp = (void *)slotp;
1120 (pcie_hp_slot_t *)cn_cfg_p->slotp;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c900 struct pcslot *slotp,
913 slotp->sl_status = SL_NONE;
925 slotp->sl_bp = NULL;
934 if (boff == 0 || slotp->sl_bp == NULL ||
935 boff >= slotp->sl_bp->b_bcount) {
936 if (slotp->sl_bp != NULL) {
937 brelse(slotp->sl_bp);
938 slotp->sl_bp = NULL;
940 error = pc_blkatoff(dp, offset, &slotp->sl_bp, &ep);
941 if (error == ENOENT && slotp
897 pc_findentry( struct pcnode *dp, char *namep, struct pcslot *slotp, offset_t *lfn_offset) argument
1109 pc_match_long_fn(struct pcnode *pcp, char *namep, struct pcdir **epp, struct pcslot *slotp, offset_t *offset) argument
1146 pc_match_short_fn(struct pcnode *pcp, char *namep, struct pcdir **epp, struct pcslot *slotp, offset_t *offset) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c977 struct fct_cmd_slot *slotp; local
996 slotp = iport.iport_cmd_slots;
999 (uintptr_t)slotp) != sizeof (struct fct_cmd_slot)) {
1009 slotp ++;
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c306 struct gssd_ctx_slot **slotp)
312 if (slotp != NULL)
313 *slotp = NULL;
331 if (slotp != NULL)
332 *slotp = slot;
302 gssd_convert_context_handle(GSS_CTX_ID_T *h, gss_ctx_id_t *context_handle, OM_uint32 verf, bool_t *context_verf_ok, struct gssd_ctx_slot **slotp) argument
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c999 * will be NULL and *slotp will contain information about a directory slot in
1011 struct ufs_slot *slotp, /* slot structure */
1034 slotstat_t initstat = slotp->status;
1103 slotp->offset = offset;
1104 slotp->size = 0;
1105 slotp->ep = ep;
1122 slotp->offset = offset + ep->d_reclen;
1123 slotp->size = ep->d_reclen;
1124 slotp->ep = nep;
1126 slotp
1007 ufs_dircheckforname( struct inode *tdp, char *namep, int namlen, struct ufs_slot *slotp, struct inode **ipp, struct cred *cr, int noentry) argument
1449 ufs_dirrename( struct inode *sdp, struct inode *sip, struct inode *tdp, char *namep, struct inode *tip, struct ufs_slot *slotp, struct cred *cr) argument
1764 ufs_diraddentry( struct inode *tdp, char *namep, enum de_op op, int namlen, struct ufs_slot *slotp, struct inode *sip, struct inode *sdp, struct cred *cr) argument
1954 dirprepareentry( struct inode *dp, struct ufs_slot *slotp, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h262 void *slotp; member in struct:pcie_hp_cn_cfg_t
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h293 struct aac_slot *slotp; /* slot used by this command */ member in struct:aac_cmd
H A Daac.c1112 acc = softs->sync_ac.slotp->fib_acc_handle;
1114 cc = (struct aac_close_command *)&softs->sync_ac.slotp->fibp->data[0];
1219 aac_send_command(struct aac_softstate *softs, struct aac_slot *slotp) argument
1232 (uint32_t)(slotp->fib_phyaddr & 0xfffffffful));
1234 PCI_MEM_PUT32(softs, device, (uint32_t)(slotp->fib_phyaddr >> 32));
1236 PCI_MEM_PUT32(softs, device, slotp->acp->fib_size);
1247 if (acp->slotp) { /* outstanding cmd */
1249 aac_release_slot(softs, acp->slotp);
1250 acp->slotp = NULL;
1297 struct aac_slot *slotp; local
1822 struct aac_slot *slotp = acp->slotp; local
2028 struct aac_slot *slotp = acp->slotp; local
2063 struct aac_slot *slotp = acp->slotp; local
2082 struct aac_slot *slotp = acp->slotp; local
5555 struct aac_slot *slotp = acp->slotp; local
5718 struct aac_slot *slotp = acp->slotp; local
5865 struct aac_slot *slotp; local
5905 struct aac_slot *slotp; local
5935 struct aac_slot *slotp = acp->slotp; local
6070 aac_alloc_fib(struct aac_softstate *softs, struct aac_slot *slotp) argument
6144 aac_free_fib(struct aac_slot *slotp) argument
6158 struct aac_slot *slotp; local
6177 struct aac_slot *slotp; local
6222 struct aac_slot *slotp; local
6232 aac_release_slot(struct aac_softstate *softs, struct aac_slot *slotp) argument
8231 aac_print_fib(struct aac_softstate *softs, struct aac_slot *slotp) argument
[all...]

Completed in 111 milliseconds