Home
last modified time | relevance | path

Searched refs:slotp (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/io/hotplug/hpcsvc/
H A Dhpcsvc.c117 hpc_slot_entry_t *slotp; member
323 hpc_slot_entry_t *slotp; in hpc_nexus_register_bus() local
370 for (slotp = busp->bus_slot_list; slotp; in hpc_nexus_register_bus()
371 slotp = slotp->slot_next) { in hpc_nexus_register_bus()
372 (void) callback(dip, slotp, &slotp->slot_info, in hpc_nexus_register_bus()
387 hpc_slot_entry_t *slotp; in hpc_nexus_unregister_bus() local
425 for (slotp = busp->bus_slot_list; slotp != NULL; in hpc_nexus_unregister_bus()
426 slotp = slotp->slot_next) { in hpc_nexus_unregister_bus()
427 slotp->slot_event_handler = NULL; in hpc_nexus_unregister_bus()
428 slotp->slot_event_handler_arg = NULL; in hpc_nexus_unregister_bus()
[all …]
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Sessionlist.c47 pkcs11_session_add(pkcs11_slot_t *slotp, CK_SLOT_ID slot_id, in pkcs11_session_add() argument
61 (void) pthread_mutex_lock(&slotp->sl_mutex); in pkcs11_session_add()
64 if (slotp->sl_sess_list == NULL) { in pkcs11_session_add()
65 slotp->sl_sess_list = newhandle; in pkcs11_session_add()
69 slotp->sl_sess_list->se_prev = newhandle; in pkcs11_session_add()
70 newhandle->se_next = slotp->sl_sess_list; in pkcs11_session_add()
72 slotp->sl_sess_list = newhandle; in pkcs11_session_add()
78 (void) pthread_mutex_unlock(&slotp->sl_mutex); in pkcs11_session_add()
92 pkcs11_session_delete(pkcs11_slot_t *slotp, pkcs11_session_t *sessp) in pkcs11_session_delete() argument
96 (void) pthread_mutex_lock(&slotp->sl_mutex); in pkcs11_session_delete()
[all …]
H A Dpkcs11Session.c172 pkcs11_slot_t *slotp; in C_CloseAllSessions() local
199 slotp = slottable->st_slots[fw_st_id]; in C_CloseAllSessions()
211 (void) pthread_mutex_lock(&slotp->sl_mutex); in C_CloseAllSessions()
212 sessp = slotp->sl_sess_list; in C_CloseAllSessions()
228 (void) pthread_mutex_unlock(&slotp->sl_mutex); in C_CloseAllSessions()
237 pkcs11_sessionlist_delete(slotp); in C_CloseAllSessions()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c1011 struct ufs_slot *slotp, /* slot structure */ in ufs_dircheckforname() argument
1034 slotstat_t initstat = slotp->status; in ufs_dircheckforname()
1103 slotp->offset = offset; in ufs_dircheckforname()
1104 slotp->size = 0; in ufs_dircheckforname()
1105 slotp->ep = ep; in ufs_dircheckforname()
1122 slotp->offset = offset + ep->d_reclen; in ufs_dircheckforname()
1123 slotp->size = ep->d_reclen; in ufs_dircheckforname()
1124 slotp->ep = nep; in ufs_dircheckforname()
1126 slotp->status = EXIST; in ufs_dircheckforname()
1127 slotp->fbp = fbp; in ufs_dircheckforname()
[all …]
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c895 struct pcslot *slotp, in pc_findentry() argument
908 slotp->sl_status = SL_NONE; in pc_findentry()
920 slotp->sl_bp = NULL; in pc_findentry()
929 if (boff == 0 || slotp->sl_bp == NULL || in pc_findentry()
930 boff >= slotp->sl_bp->b_bcount) { in pc_findentry()
931 if (slotp->sl_bp != NULL) { in pc_findentry()
932 brelse(slotp->sl_bp); in pc_findentry()
933 slotp->sl_bp = NULL; in pc_findentry()
935 error = pc_blkatoff(dp, offset, &slotp->sl_bp, &ep); in pc_findentry()
936 if (error == ENOENT && slotp->sl_status == SL_NONE) { in pc_findentry()
[all …]
/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc_symbolic.c64 struct Dwarf_Relocation_Data_s *slotp; in _dwarf_pro_reloc_name_symbolic() local
70 slotp = (struct Dwarf_Relocation_Data_s *) relrec_to_fill; in _dwarf_pro_reloc_name_symbolic()
71 slotp->drd_type = type; in _dwarf_pro_reloc_name_symbolic()
72 slotp->drd_length = reltarget_length; in _dwarf_pro_reloc_name_symbolic()
73 slotp->drd_offset = offset; in _dwarf_pro_reloc_name_symbolic()
74 slotp->drd_symbol_index = symidx; in _dwarf_pro_reloc_name_symbolic()
/titanic_41/usr/src/uts/common/io/aac/
H A Daac.c1112 acc = softs->sync_ac.slotp->fib_acc_handle; in aac_shutdown()
1114 cc = (struct aac_close_command *)&softs->sync_ac.slotp->fibp->data[0]; in aac_shutdown()
1219 aac_send_command(struct aac_softstate *softs, struct aac_slot *slotp) in aac_send_command() argument
1232 (uint32_t)(slotp->fib_phyaddr & 0xfffffffful)); in aac_send_command()
1234 PCI_MEM_PUT32(softs, device, (uint32_t)(slotp->fib_phyaddr >> 32)); in aac_send_command()
1236 PCI_MEM_PUT32(softs, device, slotp->acp->fib_size); in aac_send_command()
1247 if (acp->slotp) { /* outstanding cmd */ in aac_end_io()
1249 aac_release_slot(softs, acp->slotp); in aac_end_io()
1250 acp->slotp = NULL; in aac_end_io()
1297 struct aac_slot *slotp; in aac_handle_io() local
[all …]
H A Daac.h293 struct aac_slot *slotp; /* slot used by this command */ member
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c877 char *namep, int32_t namelen, struct slot *slotp, in ud_dircheckforname() argument
902 if (slotp->status != FOUND) { in ud_dircheckforname()
952 slotp->status = EXIST; in ud_dircheckforname()
953 slotp->offset = offset; in ud_dircheckforname()
954 slotp->size = FID_LEN(fid); in ud_dircheckforname()
955 slotp->fbp = fbp; in ud_dircheckforname()
956 slotp->ep = fid; in ud_dircheckforname()
957 slotp->endoff = 0; in ud_dircheckforname()
966 if ((slotp->status != FOUND) || (matched == 0)) { in ud_dircheckforname()
969 slotp->status = FOUND; in ud_dircheckforname()
[all …]
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c472 pcie_hp_slot_t *slotp; in pcie_hp_create_occupant_props() local
480 slotp = (ctrl_p && (pci_dev == 0)) ? in pcie_hp_create_occupant_props()
490 slotp = ctrl_p->hc_slots[slot_num]; in pcie_hp_create_occupant_props()
492 slotp = NULL; in pcie_hp_create_occupant_props()
496 if (slotp == NULL) in pcie_hp_create_occupant_props()
505 cn_cfg.slotp = (void *)slotp; in pcie_hp_create_occupant_props()
1120 (pcie_hp_slot_t *)cn_cfg_p->slotp; in pcie_hp_list_occupants()
/titanic_41/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h262 void *slotp; member
/titanic_41/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c977 struct fct_cmd_slot *slotp; in outstanding_cmds_on_lport() local
996 slotp = iport.iport_cmd_slots; in outstanding_cmds_on_lport()
999 (uintptr_t)slotp) != sizeof (struct fct_cmd_slot)) { in outstanding_cmds_on_lport()
1009 slotp ++; in outstanding_cmds_on_lport()
/titanic_41/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c308 struct gssd_ctx_slot **slotp) in gssd_convert_context_handle() argument
314 if (slotp != NULL) in gssd_convert_context_handle()
315 *slotp = NULL; in gssd_convert_context_handle()
333 if (slotp != NULL) in gssd_convert_context_handle()
334 *slotp = slot; in gssd_convert_context_handle()