Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c266 int str2uint(const char * str, uint32_t * uint_ptr) in str2uint() argument
270 if (!str || !uint_ptr) in str2uint()
274 *uint_ptr = 0; in str2uint()
281 *uint_ptr = (uint32_t)arg_ulong; in str2uint()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h80 int str2uint(const char * str, uint32_t * uint_ptr);