Searched refs:YES (Results 1 – 5 of 5) sorted by relevance
/drivers/target/iscsi/ |
D | iscsi_target_parameters.h | 57 #define YES "Yes" macro 127 #define INITIAL_INITIALR2T YES 128 #define INITIAL_IMMEDIATEDATA YES 139 #define INITIAL_DATAPDUINORDER YES 140 #define INITIAL_DATASEQUENCEINORDER YES
|
D | iscsi_target_parameters.c | 767 if (!strcmp(param->value, YES)) in iscsi_check_proposer_for_optional_reply() 800 if (strcmp(value, YES) && strcmp(value, NO)) { in iscsi_check_boolean_value() 802 " \"%s\" or \"%s\".\n", param->name, YES, NO); in iscsi_check_boolean_value() 973 if (!strcmp(value, YES)) in iscsi_check_acceptor_state() 975 if (!strcmp(param->value, YES)) in iscsi_check_acceptor_state() 986 if (!strcmp(value, YES)) in iscsi_check_acceptor_state() 988 if (!strcmp(param->value, YES)) in iscsi_check_acceptor_state() 991 if (iscsi_update_param_value(param, YES) < 0) in iscsi_check_acceptor_state() 1305 if (!strcmp(param->value, YES)) in iscsi_enforce_integrity_rules() 1659 ops->InitialR2T = !strcmp(param->value, YES); in iscsi_set_session_parameters() [all …]
|
/drivers/char/ipmi/ |
D | Kconfig | 143 Say YES if you wish to expose KCS devices on the BMC for IPMI 157 Say YES if you wish to expose KCS devices on the BMC via SerIO
|
/drivers/iommu/ |
D | Kconfig | 360 this option is YES because the old behavior is insecure. 363 even fewer good ones. If saying YES here breaks your board
|
/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 692 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder() 702 if (strcmp(param->value, YES)) in cxgbit_seq_pdu_inorder()
|