Home
last modified time | relevance | path

Searched refs:result_str (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D0006-Workaround-patch-for-missing-Python3-transition-of-t.patch72 - PyString_AsStringAndSize( result, &result_str, &len );
74 + //PyString_AsStringAndSize( result, &result_str, &len );
75 + //PyBytes_AsStringAndSize( result, &result_str, &len );
76 + PY_AsString_Bytes( result, &result_str, &len );
/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c259 static const char * const result_str[] = { in knav_acc_result_str() local
270 if (result >= ARRAY_SIZE(result_str)) in knav_acc_result_str()
271 return result_str[ACC_RET_INVALID_RET]; in knav_acc_result_str()
273 return result_str[result]; in knav_acc_result_str()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c711 unsigned char result_str[80]; in fm10k_tlv_msg_test() local
735 result_str); in fm10k_tlv_msg_test()
736 if (!err && memcmp(test_str, result_str, sizeof(test_str))) in fm10k_tlv_msg_test()
/openbmc/qemu/net/
H A Dnet.c1044 GString *result_str = g_string_new(model); in add_nic_result() local
1047 g_string_append(result_str, " (aka "); in add_nic_result()
1050 g_string_append(result_str, ", "); in add_nic_result()
1052 g_string_append(result_str, alias_list->pdata[i]); in add_nic_result()
1054 g_string_append(result_str, ")"); in add_nic_result()
1055 result = result_str->str; in add_nic_result()
1056 g_string_free(result_str, false); in add_nic_result()