Symbol: OSAL_SNPRINTF
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2105
if (OSAL_SNPRINTF(fw_ver_str, sizeof(fw_ver_str), "%d_%d_%d_%d", fw_info.ver.num.major, fw_info.ver.num.minor, fw_info.ver.num.rev, fw_info.ver.num.eng) < 0)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2154
if (OSAL_SNPRINTF(mfw_ver_str, sizeof(mfw_ver_str), "%d_%d_%d_%d", (u8)(mfw_ver >> 24), (u8)(mfw_ver >> 16), (u8)(mfw_ver >> 8), (u8)mfw_ver) < 0)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
2699
if (OSAL_SNPRINTF(hw_id_mask_str, sizeof(hw_id_mask_str), "0x%x", dev_data->bus.hw_id_mask) < 0)
sys/dev/qlnx/qlnxe/ecore_dbg_fw_funcs.c
3917
if (OSAL_SNPRINTF(mem_name, sizeof(mem_name), "tbus_%s", phy_defs->phy_name) < 0)
sys/dev/qlnx/qlnxe/ecore_dev.c
1231
OSAL_SNPRINTF(str, str_len, "Ethertype 0x%04x",
sys/dev/qlnx/qlnxe/ecore_dev.c
1235
OSAL_SNPRINTF(str, str_len, "TCP src port 0x%04x",
sys/dev/qlnx/qlnxe/ecore_dev.c
1239
OSAL_SNPRINTF(str, str_len, "UDP src port 0x%04x",
sys/dev/qlnx/qlnxe/ecore_dev.c
1243
OSAL_SNPRINTF(str, str_len, "TCP dst port 0x%04x", dest_port);
sys/dev/qlnx/qlnxe/ecore_dev.c
1246
OSAL_SNPRINTF(str, str_len, "UDP dst port 0x%04x", dest_port);
sys/dev/qlnx/qlnxe/ecore_dev.c
1249
OSAL_SNPRINTF(str, str_len, "TCP src/dst ports 0x%04x/0x%04x",
sys/dev/qlnx/qlnxe/ecore_dev.c
1253
OSAL_SNPRINTF(str, str_len, "UDP src/dst ports 0x%04x/0x%04x",
sys/dev/qlnx/qlnxe/ecore_dev.c
5698
OSAL_SNPRINTF(name, n, "%s %c%d", ECORE_IS_BB(p_dev) ? "BB" : "AH",
sys/dev/qlnx/qlnxe/ecore_int.c
1110
OSAL_SNPRINTF(bit_name, 30,
sys/dev/qlnx/qlnxe/ecore_mng_tlv.c
452
OSAL_SNPRINTF(p_buf->data, 14, "%d%d%d%d%d%d",
sys/dev/qlnx/qlnxe/ecore_rdma.c
83
OSAL_SNPRINTF(bmap->name, QEDR_MAX_BMAP_NAME, "%s", name);