/src/sys/dev/i2o/ |
i2odpt.h | 81 u_int32_t msgfunc; member in struct:i2o_dpt_flash_region 99 u_int32_t msgfunc; member in struct:i2o_dpt_driver_printf 110 u_int32_t msgfunc; member in struct:i2o_dpt_diag_enable 119 u_int32_t msgfunc; member in struct:i2o_dpt_driver_get 132 u_int32_t msgfunc; member in struct:i2o_dpt_driver_set
|
i2o.h | 171 * 0-11 msgfunc TID of target. 172 * 12-23 msgfunc TID of initiator. 173 * 24-31 msgfunc Function (i.e., type of message). 177 u_int32_t msgfunc; member in struct:i2o_msg 193 * Standard reply frame. msgflags, msgfunc, msgictx and msgtctx have the 198 u_int32_t msgfunc; member in struct:i2o_reply 215 u_int32_t msgfunc; member in struct:i2o_fault_notify 369 u_int32_t msgfunc; member in struct:i2o_exec_status_get 379 u_int32_t msgfunc; member in struct:i2o_exec_outbound_init 394 u_int32_t msgfunc; member in struct:i2o_exec_lct_notify 404 u_int32_t msgfunc; member in struct:i2o_exec_sys_tab_set 414 u_int32_t msgfunc; member in struct:i2o_exec_hrt_get 422 u_int32_t msgfunc; member in struct:i2o_exec_iop_reset 445 u_int32_t msgfunc; member in struct:i2o_hba_bus_scan 528 u_int32_t msgfunc; member in struct:i2o_util_abort 544 u_int32_t msgfunc; member in struct:i2o_util_abort_reply 554 u_int32_t msgfunc; member in struct:i2o_util_params_op 605 u_int32_t msgfunc; member in struct:i2o_util_claim 625 u_int32_t msgfunc; member in struct:i2o_util_claim_release 636 u_int32_t msgfunc; member in struct:i2o_util_config_dialog 645 u_int32_t msgfunc; member in struct:i2o_util_event_register 653 u_int32_t msgfunc; member in struct:i2o_util_event_register_reply 718 u_int32_t msgfunc; member in struct:i2o_rbs_block_read 736 u_int32_t msgfunc; member in struct:i2o_rbs_block_write 754 u_int32_t msgfunc; member in struct:i2o_rbs_cache_flush 763 u_int32_t msgfunc; member in struct:i2o_rbs_media_mount 773 u_int32_t msgfunc; member in struct:i2o_rbs_media_eject 782 u_int32_t msgfunc; member in struct:i2o_rbs_media_lock 791 u_int32_t msgfunc; member in struct:i2o_rbs_media_unlock 800 u_int32_t msgfunc; member in struct:i2o_rbs_reply 899 u_int32_t msgfunc; member in struct:i2o_scsi_device_reset 907 u_int32_t msgfunc; member in struct:i2o_scsi_scb_exec 928 u_int32_t msgfunc; member in struct:i2o_scsi_scb_abort 936 u_int32_t msgfunc; member in struct:i2o_scsi_reply [all...] |
iop.c | 677 mf.msgfunc = I2O_MSGFUNC(tid, I2O_HBA_BUS_SCAN); 922 mf.msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_STATUS_GET); 978 mf->msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_OUTBOUND_INIT); 1078 mf->msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_HRT_GET); 1139 mf->msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_LCT_NOTIFY); 1208 mf.msgfunc = I2O_MSGFUNC(I2O_TID_IOP, I2O_EXEC_SYS_ENABLE); 1250 mf->msgfunc = I2O_MSGFUNC(tid, I2O_UTIL_PARAMS_GET); 1307 mf->msgfunc = I2O_MSGFUNC(tid, I2O_UTIL_PARAMS_SET); 1348 mf->msgfunc = I2O_MSGFUNC(tid, I2O_UTIL_PARAMS_SET); 1391 mf->msgfunc = I2O_MSGFUNC(tid, I2O_UTIL_PARAMS_SET) [all...] |
iopsp.c | 361 mf.msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, I2O_HBA_BUS_SCAN); 437 mf->msgfunc = I2O_MSGFUNC(tid, I2O_SCSI_SCB_EXEC); 514 mf.msgfunc = I2O_MSGFUNC(atid, I2O_SCSI_SCB_ABORT);
|
ld_iop.c | 383 mf->msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, 422 mf->msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, I2O_RBS_BLOCK_WRITE); 455 mf.msgfunc = I2O_MSGFUNC(sc->sc_ii.ii_tid, I2O_RBS_CACHE_FLUSH);
|
dpti.c | 490 switch (mh.msgfunc >> 24) {
|
/src/usr.sbin/iopctl/ |
iopctl.c | 203 mb.msgfunc = I2O_MSGFUNC(tid, I2O_UTIL_PARAMS_GET);
|