Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c373 int str2uchar(const char * str, uint8_t * uchr_ptr) in str2uchar() argument
377 if (!str || !uchr_ptr) in str2uchar()
381 *uchr_ptr = 0; in str2uchar()
388 *uchr_ptr = (uint8_t)arg_ulong; in str2uchar()
H A Dipmi_raw.c46 static int is_valid_param(const char *input_param, uint8_t *uchr_ptr,
419 is_valid_param(const char *input_param, uint8_t *uchr_ptr, const char *label) { in is_valid_param() argument
424 if (str2uchar(input_param, uchr_ptr) == 0) in is_valid_param()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h84 int str2uchar(const char * str, uint8_t * uchr_ptr);