Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_picmg.c536 is_link_type_ext(const char *argv_ptr, uint8_t *link_type_ext_ptr) in is_link_type_ext() argument
538 if (!argv_ptr || !link_type_ext_ptr) { in is_link_type_ext()
542 if (str2uchar(argv_ptr, link_type_ext_ptr) != 0 in is_link_type_ext()
543 || *link_type_ext_ptr > 15) { in is_link_type_ext()