Lines Matching refs:ocs_snprintf
695 ocs_snprintf(status_str, arg_out_length, "%d", change_status); in ocs_mgmt_firmware_write()
983 ocs_snprintf(tmp_buf, 2, "%d", rev_id); in get_chip_type()
992 ocs_snprintf(tmp_buf, 3, " %c", ((rev_id & 0xf0) >> 4) + 'A'); in get_chip_type()
994 ocs_snprintf(tmp_buf, 2, "%d", rev_id & 0x0f); in get_chip_type()
1004 ocs_snprintf(tmp_buf, 2, "%d", rev_id & 0x0f); in get_chip_type()
1010 ocs_snprintf(tmp_buf, 3, " %c", ((rev_id & 0xf0) >> 4) + 'A'); in get_chip_type()
1012 ocs_snprintf(tmp_buf, 2, "%d", rev_id & 0x0f); in get_chip_type()
1043 ocs_snprintf(tmp_buf, 3, " %c", ((asic_rev_num & 0xf0) >> 4) + 'A'); in get_chip_type()
1045 ocs_snprintf(tmp_buf, 2, "%d", asic_rev_num & 0x0f); in get_chip_type()
1173 bytes_added = ocs_snprintf(d, buffer_remaining, "%02x ", *s); in get_sfp_a0()
1216 bytes_added = ocs_snprintf(d, buffer_remaining, "%02x ", *s); in get_sfp_a2()
2266 ocs_snprintf(result_string, sizeof(result_string), "%02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x", in get_nv_wwnn()