OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msgflags
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/i2o/
i2odpt.h
64
u_int32_t
msgflags
;
member in struct:i2o_dpt_scsi_scb_exec
80
u_int32_t
msgflags
;
member in struct:i2o_dpt_flash_region
98
u_int32_t
msgflags
;
member in struct:i2o_dpt_driver_printf
109
u_int32_t
msgflags
;
member in struct:i2o_dpt_diag_enable
118
u_int32_t
msgflags
;
member in struct:i2o_dpt_driver_get
131
u_int32_t
msgflags
;
member in struct:i2o_dpt_driver_set
i2o.h
166
* 0-2
msgflags
Message header version. Must be 001 (little endian).
167
* 3
msgflags
Reserved.
168
* 4-7
msgflags
Offset to SGLs expressed as # of 32-bit words.
169
* 8-15
msgflags
Control flags.
170
* 16-31
msgflags
Message frame size expressed as # of 32-bit words.
176
u_int32_t
msgflags
;
member in struct:i2o_msg
193
* Standard reply frame.
msgflags
, msgfunc, msgictx and msgtctx have the
197
u_int32_t
msgflags
;
member in struct:i2o_reply
214
u_int32_t
msgflags
;
member in struct:i2o_fault_notify
368
u_int32_t
msgflags
;
member in struct:i2o_exec_status_get
378
u_int32_t
msgflags
;
member in struct:i2o_exec_outbound_init
393
u_int32_t
msgflags
;
member in struct:i2o_exec_lct_notify
403
u_int32_t
msgflags
;
member in struct:i2o_exec_sys_tab_set
413
u_int32_t
msgflags
;
member in struct:i2o_exec_hrt_get
421
u_int32_t
msgflags
;
member in struct:i2o_exec_iop_reset
444
u_int32_t
msgflags
;
member in struct:i2o_hba_bus_scan
527
u_int32_t
msgflags
;
member in struct:i2o_util_abort
543
u_int32_t
msgflags
;
member in struct:i2o_util_abort_reply
553
u_int32_t
msgflags
;
member in struct:i2o_util_params_op
604
u_int32_t
msgflags
;
member in struct:i2o_util_claim
624
u_int32_t
msgflags
;
member in struct:i2o_util_claim_release
635
u_int32_t
msgflags
;
member in struct:i2o_util_config_dialog
644
u_int32_t
msgflags
;
member in struct:i2o_util_event_register
652
u_int32_t
msgflags
;
member in struct:i2o_util_event_register_reply
717
u_int32_t
msgflags
;
member in struct:i2o_rbs_block_read
735
u_int32_t
msgflags
;
member in struct:i2o_rbs_block_write
753
u_int32_t
msgflags
;
member in struct:i2o_rbs_cache_flush
762
u_int32_t
msgflags
;
member in struct:i2o_rbs_media_mount
772
u_int32_t
msgflags
;
member in struct:i2o_rbs_media_eject
781
u_int32_t
msgflags
;
member in struct:i2o_rbs_media_lock
790
u_int32_t
msgflags
;
member in struct:i2o_rbs_media_unlock
799
u_int32_t
msgflags
;
member in struct:i2o_rbs_reply
898
u_int32_t
msgflags
;
member in struct:i2o_scsi_device_reset
906
u_int32_t
msgflags
;
member in struct:i2o_scsi_scb_exec
927
u_int32_t
msgflags
;
member in struct:i2o_scsi_scb_abort
935
u_int32_t
msgflags
;
member in struct:i2o_scsi_reply
[
all
...]
iop.c
676
mf.
msgflags
= I2O_MSGFLAGS(i2o_hba_bus_scan);
921
mf.
msgflags
= I2O_MSGFLAGS(i2o_exec_status_get);
977
mf->
msgflags
= I2O_MSGFLAGS(i2o_exec_outbound_init);
1077
mf->
msgflags
= I2O_MSGFLAGS(i2o_exec_hrt_get);
1138
mf->
msgflags
= I2O_MSGFLAGS(i2o_exec_lct_notify);
1207
mf.
msgflags
= I2O_MSGFLAGS(i2o_msg);
1249
mf->
msgflags
= I2O_MSGFLAGS(i2o_util_params_op);
1306
mf->
msgflags
= I2O_MSGFLAGS(i2o_util_params_op);
1347
mf->
msgflags
= I2O_MSGFLAGS(i2o_util_params_op);
1390
mf->
msgflags
= I2O_MSGFLAGS(i2o_util_params_op)
[
all
...]
dpti.c
480
msgsize = (mh.
msgflags
>> 14) & ~3;
531
repsize = (rh.
msgflags
>> 14) & ~3;
550
if ((sgoff = ((mh.
msgflags
>> 4) & 15)) != 0) {
683
mf->
msgflags
= (mf->
msgflags
& 0xff0f) | (sgoff << 16);
ld_iop.c
382
mf->
msgflags
= I2O_MSGFLAGS(i2o_rbs_block_read);
421
mf->
msgflags
= I2O_MSGFLAGS(i2o_rbs_block_write);
454
mf.
msgflags
= I2O_MSGFLAGS(i2o_rbs_cache_flush);
499
err = ((rb->
msgflags
& I2O_MSGFLAGS_FAIL) != 0);
532
if ((rb->
msgflags
& I2O_MSGFLAGS_FAIL) != 0)
iopsp.c
360
mf.
msgflags
= I2O_MSGFLAGS(i2o_hba_bus_scan);
436
mf->
msgflags
= I2O_MSGFLAGS(i2o_scsi_scb_exec);
513
mf.
msgflags
= I2O_MSGFLAGS(i2o_scsi_scb_abort);
546
if ((rb->
msgflags
& I2O_MSGFLAGS_FAIL) != 0) {
/src/usr.sbin/iopctl/
iopctl.c
202
mb.
msgflags
= I2O_MSGFLAGS(i2o_util_params_op);
231
if ((rf->
msgflags
& I2O_MSGFLAGS_FAIL) != 0)
Completed in 53 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025