Home
last modified time | relevance | path

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

/cmd/
A Dtlv_eeprom.c36 static bool tlvinfo_find_tlv(u8 *eeprom, u8 tcode, int *eeprom_index);
38 static bool tlvinfo_add_tlv(u8 *eeprom, int tcode, char *strval);
521 int tcode; in do_tlv_eeprom() local
523 tcode = simple_strtoul(argv[2], NULL, 0); in do_tlv_eeprom()
524 tlvinfo_delete_tlv(eeprom, tcode); in do_tlv_eeprom()
526 tlvinfo_add_tlv(eeprom, tcode, argv[3]); in do_tlv_eeprom()
567 static bool tlvinfo_find_tlv(u8 *eeprom, u8 tcode, int *eeprom_index) in tlvinfo_find_tlv() argument
581 if (eeprom_tlv->type == tcode) in tlvinfo_find_tlv()
625 static bool tlvinfo_add_tlv(u8 *eeprom, int tcode, char *strval) in tlvinfo_add_tlv() argument
635 switch (tcode) { in tlvinfo_add_tlv()
[all …]

Completed in 65 milliseconds