Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c320 int str2ushort(const char * str, uint16_t * ushrt_ptr) in str2ushort() argument
324 if (!str || !ushrt_ptr) in str2ushort()
328 *ushrt_ptr = 0; in str2ushort()
335 *ushrt_ptr = (uint16_t)arg_ulong; in str2ushort()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h82 int str2ushort(const char * str, uint16_t * ushrt_ptr);