Lines Matching refs:result_buf

969 	char result_buf[80];  in get_chip_type()  local
982 ocs_strncpy(result_buf, "BE2 A", sizeof(result_buf)); in get_chip_type()
984 strcat(result_buf, tmp_buf); in get_chip_type()
988 ocs_strncpy(result_buf, "BE3", sizeof(result_buf)); in get_chip_type()
990 strcat(result_buf, "-R"); in get_chip_type()
993 strcat(result_buf, tmp_buf); in get_chip_type()
995 strcat(result_buf, tmp_buf); in get_chip_type()
999 ocs_strncpy(result_buf, "Skyhawk A0", sizeof(result_buf)); in get_chip_type()
1003 ocs_strncpy(result_buf, "Lancer A", sizeof(result_buf)); in get_chip_type()
1005 strcat(result_buf, tmp_buf); in get_chip_type()
1009 ocs_strncpy(result_buf, "Lancer", sizeof(result_buf)); in get_chip_type()
1011 strcat(result_buf, tmp_buf); in get_chip_type()
1013 strcat(result_buf, tmp_buf); in get_chip_type()
1016 ocs_strncpy(result_buf, "Lancer G6", sizeof(result_buf)); in get_chip_type()
1022 ocs_strncpy(result_buf, "BE2", sizeof(result_buf)); in get_chip_type()
1025 ocs_strncpy(result_buf, "BE3-R", sizeof(result_buf)); in get_chip_type()
1028 ocs_strncpy(result_buf, "Skyhawk-R", sizeof(result_buf)); in get_chip_type()
1031 ocs_strncpy(result_buf, "Corsair", sizeof(result_buf)); in get_chip_type()
1034 ocs_strncpy(result_buf, "Lancer", sizeof(result_buf)); in get_chip_type()
1037 ocs_strncpy(result_buf, "LancerG6", sizeof(result_buf)); in get_chip_type()
1040 ocs_strncpy(result_buf, "Unknown", sizeof(result_buf)); in get_chip_type()
1042 if (ocs_strcmp(result_buf, "Unknown") != 0) { in get_chip_type()
1044 strcat(result_buf, tmp_buf); in get_chip_type()
1046 strcat(result_buf, tmp_buf); in get_chip_type()
1050 ocs_strncpy(result_buf, "Unknown", sizeof(result_buf)); in get_chip_type()
1053 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "chip_type", result_buf); in get_chip_type()
2035 char *result_buf; in get_profile_list() local
2040 result_buf = ocs_malloc(ocs, BUFFER_SIZE, OCS_M_ZERO); in get_profile_list()
2047 strcat(result_buf, result_line); in get_profile_list()
2052 ocs_mgmt_emit_string(textbuf, MGMT_MODE_RD, "profile_list", result_buf); in get_profile_list()
2054 ocs_free(ocs, result_buf, BUFFER_SIZE); in get_profile_list()