Lines Matching refs:bufi
375 bufi = ""
410 bufi += "int " + fabric_mod_name + "_check_true(struct se_portal_group *);\n"
416 bufi += "int " + fabric_mod_name + "_check_false(struct se_portal_group *);\n"
431 bufi += "char *" + fabric_mod_name + "_get_fabric_name(void);\n"
442 bufi += "char *" + fabric_mod_name + "_get_fabric_wwn(struct se_portal_group *);\n"
451 bufi += "u16 " + fabric_mod_name + "_get_tag(struct se_portal_group *);\n"
458 bufi += "u32 " + fabric_mod_name + "_tpg_get_inst_index(struct se_portal_group *);\n"
465 bufi += "void " + fabric_mod_name + "_release_cmd(struct se_cmd *);\n"
472 bufi += "u32 " + fabric_mod_name + "_sess_get_index(struct se_session *);\n"
479 bufi += "int " + fabric_mod_name + "_write_pending(struct se_cmd *);\n"
486 bufi += "void " + fabric_mod_name + "_set_default_node_attrs(struct se_node_acl *);\n"
493 bufi += "int " + fabric_mod_name + "_get_cmd_state(struct se_cmd *);\n"
500 bufi += "int " + fabric_mod_name + "_queue_data_in(struct se_cmd *);\n"
507 bufi += "int " + fabric_mod_name + "_queue_status(struct se_cmd *);\n"
514 bufi += "void " + fabric_mod_name + "_queue_tm_rsp(struct se_cmd *);\n"
521 bufi += "void " + fabric_mod_name + "_aborted_task(struct se_cmd *);\n"
529 ret = pi.write(bufi)