Searched refs:commp_strtoull (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcommputil/common/
H A Dcommp_util.h66 extern int commp_strtoull(const char *, const char *, uint64_t *);
H A Dcommp_util.c107 commp_strtoull(const char *begin, const char *end, uint64_t *num) function
215 if (commp_strtoull(begin, end, num) != 0)
H A Dsdp_parse.c283 if (commp_strtoull(begin, current, &new_origin->o_id) != 0)
289 if (commp_strtoull(begin, current, &new_origin->o_version) != 0)
361 if (commp_strtoull(begin, current, &new_time->t_start) != 0)
367 if (commp_strtoull(begin, current, &new_time->t_stop) != 0)
557 if (commp_strtoull(begin, current, &new_bw->b_value) != 0)
712 if (commp_strtoull(begin, current, &new_zone->z_time) != 0)

Completed in 59 milliseconds