Home
last modified time | relevance | path

Searched refs:msgflags (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Di2o.h176 u_int32_t msgflags; member
197 u_int32_t msgflags; member
214 u_int32_t msgflags; member
368 u_int32_t msgflags; member
378 u_int32_t msgflags; member
393 u_int32_t msgflags; member
403 u_int32_t msgflags; member
413 u_int32_t msgflags; member
421 u_int32_t msgflags; member
444 u_int32_t msgflags; member
[all …]
H A Di2odpt.h64 u_int32_t msgflags; member
80 u_int32_t msgflags; member
98 u_int32_t msgflags; member
109 u_int32_t msgflags; member
118 u_int32_t msgflags; member
131 u_int32_t msgflags; member
H A Diop.c676 mf.msgflags = I2O_MSGFLAGS(i2o_hba_bus_scan); in iop_reconfigure()
921 mf.msgflags = I2O_MSGFLAGS(i2o_exec_status_get); in iop_status_get()
977 mf->msgflags = I2O_MSGFLAGS(i2o_exec_outbound_init); in iop_ofifo_init()
1077 mf->msgflags = I2O_MSGFLAGS(i2o_exec_hrt_get); in iop_hrt_get0()
1138 mf->msgflags = I2O_MSGFLAGS(i2o_exec_lct_notify); in iop_lct_get0()
1207 mf.msgflags = I2O_MSGFLAGS(i2o_msg); in iop_sys_enable()
1249 mf->msgflags = I2O_MSGFLAGS(i2o_util_params_op); in iop_field_get_all()
1306 mf->msgflags = I2O_MSGFLAGS(i2o_util_params_op); in iop_field_set()
1347 mf->msgflags = I2O_MSGFLAGS(i2o_util_params_op); in iop_table_clear()
1390 mf->msgflags = I2O_MSGFLAGS(i2o_util_params_op); in iop_table_add_row()
[all …]
H A Dld_iop.c382 mf->msgflags = I2O_MSGFLAGS(i2o_rbs_block_read); in ld_iop_start()
421 mf->msgflags = I2O_MSGFLAGS(i2o_rbs_block_write); in ld_iop_dump()
454 mf.msgflags = I2O_MSGFLAGS(i2o_rbs_cache_flush); in ld_iop_flush()
499 err = ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0); in ld_iop_intr()
532 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in ld_iop_intr_event()
H A Ddpti.c480 msgsize = (mh.msgflags >> 14) & ~3; in dpti_passthrough()
531 repsize = (rh.msgflags >> 14) & ~3; in dpti_passthrough()
550 if ((sgoff = ((mh.msgflags >> 4) & 15)) != 0) { in dpti_passthrough()
683 mf->msgflags = (mf->msgflags & 0xff0f) | (sgoff << 16); in dpti_passthrough()
H A Diopsp.c360 mf.msgflags = I2O_MSGFLAGS(i2o_hba_bus_scan); in iopsp_rescan()
436 mf->msgflags = I2O_MSGFLAGS(i2o_scsi_scb_exec); in iopsp_scsipi_request()
513 mf.msgflags = I2O_MSGFLAGS(i2o_scsi_scb_abort); in iopsp_scsi_abort()
546 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iopsp_intr()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddlpi.c181 int msgflags);
1227 static int expected (prim, dlp, msgflags) in expected() argument
1230 int msgflags;
1232 if (msgflags != RS_HIPRI) {
/netbsd-src/usr.sbin/iopctl/
H A Diopctl.c202 mb.msgflags = I2O_MSGFLAGS(i2o_util_params_op); in getparam()
231 if ((rf->msgflags & I2O_MSGFLAGS_FAIL) != 0) in getparam()