Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y83 static void __parser_str2uint64(uint64_t * p_val, char * str);
2283 __parser_str2uint64(p_num,$1);
2304 __parser_str2uint64(&tmp_parser_struct.num_pair[0],$1);
2310 __parser_str2uint64(&tmp_parser_struct.num_pair[1],$1);
2357 __parser_str2uint64(&tmp_parser_struct.num_pair[0],$1);
2358 __parser_str2uint64(&tmp_parser_struct.num_pair[1],$1);
2364 __parser_str2uint64(&tmp_parser_struct.num_pair[0],$1);
2370 __parser_str2uint64(&tmp_parser_struct.num_pair[1],$1);
2525 static void __parser_str2uint64(uint64_t * p_val, char * str) in __parser_str2uint64() function