Home
last modified time | relevance | path

Searched refs:ccb_immediate_notify (Results 1 – 10 of 10) sorted by relevance

/NextBSD/share/examples/scsi_target/
HDscsi_target.c91 static int work_inot(struct ccb_immediate_notify *);
368 struct ccb_immediate_notify *inot; in init_ccbs()
385 inot = (struct ccb_immediate_notify *)malloc(sizeof(*inot)); in init_ccbs()
775 work_inot(struct ccb_immediate_notify *inot) in work_inot()
/NextBSD/sys/cam/scsi/
HDscsi_targ_bh.c307 struct ccb_immediate_notify *inot; in targbhenlun()
309 inot = (struct ccb_immediate_notify*)malloc(sizeof(*inot), in targbhenlun()
HDscsi_target.c1138 len = sizeof(struct ccb_immediate_notify); in targccblen()
/NextBSD/sys/cam/
HDcam_ccb.h1070 struct ccb_immediate_notify { struct
1204 struct ccb_immediate_notify cin1;
/NextBSD/sys/dev/isp/
HDisp_freebsd.c2554 struct ccb_immediate_notify *inot = NULL; in isp_handle_platform_notify_fc()
2587 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_notify_fc()
2861 struct ccb_immediate_notify *inot; in isp_handle_platform_target_tmf()
2886 inot = (struct ccb_immediate_notify *) SLIST_FIRST(&tptr->inots); in isp_handle_platform_target_tmf()
/NextBSD/sys/cam/ctl/
HDscsi_ctl.c1432 struct ccb_immediate_notify *inot; in ctlfedone()
/NextBSD/sys/dev/firewire/
HDsbp_targ.c533 struct ccb_immediate_notify *inot; in sbp_targ_send_lstate_events()
/NextBSD/sys/dev/mpt/
HDmpt_cam.c4764 struct ccb_immediate_notify *inot; in mpt_scsi_tgt_tsk_mgmt()
4768 inot = (struct ccb_immediate_notify *) STAILQ_FIRST(&trtp->inots); in mpt_scsi_tgt_tsk_mgmt()
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c6364 struct ccb_immediate_notify *inot; in ahc_send_lstate_events()
6372 inot = (struct ccb_immediate_notify *)ccbh; in ahc_send_lstate_events()
HDaic79xx.c8554 struct ccb_immediate_notify *inot; in ahd_send_lstate_events()
8562 inot = (struct ccb_immediate_notify *)ccbh; in ahd_send_lstate_events()