Lines Matching refs:bufi
376 bufi = ""
411 bufi += "int " + fabric_mod_name + "_check_true(struct se_portal_group *);\n"
417 bufi += "int " + fabric_mod_name + "_check_false(struct se_portal_group *);\n"
432 bufi += "char *" + fabric_mod_name + "_get_fabric_name(void);\n"
443 bufi += "char *" + fabric_mod_name + "_get_fabric_wwn(struct se_portal_group *);\n"
452 bufi += "u16 " + fabric_mod_name + "_get_tag(struct se_portal_group *);\n"
459 bufi += "u32 " + fabric_mod_name + "_tpg_get_inst_index(struct se_portal_group *);\n"
466 bufi += "void " + fabric_mod_name + "_release_cmd(struct se_cmd *);\n"
473 bufi += "u32 " + fabric_mod_name + "_sess_get_index(struct se_session *);\n"
480 bufi += "int " + fabric_mod_name + "_write_pending(struct se_cmd *);\n"
487 bufi += "int " + fabric_mod_name + "_write_pending_status(struct se_cmd *);\n"
494 bufi += "void " + fabric_mod_name + "_set_default_node_attrs(struct se_node_acl *);\n"
501 bufi += "int " + fabric_mod_name + "_get_cmd_state(struct se_cmd *);\n"
508 bufi += "int " + fabric_mod_name + "_queue_data_in(struct se_cmd *);\n"
515 bufi += "int " + fabric_mod_name + "_queue_status(struct se_cmd *);\n"
522 bufi += "void " + fabric_mod_name + "_queue_tm_rsp(struct se_cmd *);\n"
529 bufi += "void " + fabric_mod_name + "_aborted_task(struct se_cmd *);\n"
537 ret = pi.write(bufi)