Searched refs:inots (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/dev/isp/ |
| HD | isp_freebsd.c | 1140 SLIST_INIT(&tptr->inots); in create_lun_state() 1175 ccb = (union ccb *)SLIST_FIRST(&tptr->inots); in destroy_lun_state() 1177 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in destroy_lun_state() 3101 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_notify_fc() 3105 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_notify_fc() 3426 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_target_tmf() 3480 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf() 5039 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action() 5045 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
|
| HD | isp_freebsd.h | 170 struct ccb_hdr_slist inots; member
|
| /trueos/sys/dev/mpt/ |
| HD | mpt.h | 381 struct mpt_hdr_stailq inots; member
|
| HD | mpt_cam.c | 3639 STAILQ_INSERT_TAIL(&trtp->inots, &ccb->ccb_h, in mpt_action() 4546 lp = &trtp->inots; in mpt_abort_target_ccb() 4768 inot = (struct ccb_immediate_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt() 4774 STAILQ_REMOVE_HEAD(&trtp->inots, sim_links.stqe); in mpt_scsi_tgt_tsk_mgmt()
|
| HD | mpt.c | 2280 STAILQ_INIT(&mpt->trt[val].inots); in mpt_core_attach() 2283 STAILQ_INIT(&mpt->trt_wildcard.inots); in mpt_core_attach()
|