Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_y.y163 tmp_parser_struct_t tmp_parser_struct; variable
2326 if (tmp_parser_struct.num_pair[0] <= tmp_parser_struct.num_pair[1]) {
2338 if (tmp_parser_struct.num_pair[0] <= tmp_parser_struct.num_pair[1]) {
2693 tmp_parser_struct.str[0] = '\0'; in __parser_tmp_struct_init()
2694 cl_list_construct(&tmp_parser_struct.str_list); in __parser_tmp_struct_init()
2695 cl_list_init(&tmp_parser_struct.str_list, 10); in __parser_tmp_struct_init()
2696 cl_list_construct(&tmp_parser_struct.num_list); in __parser_tmp_struct_init()
2697 cl_list_init(&tmp_parser_struct.num_list, 10); in __parser_tmp_struct_init()
2713 tmp_parser_struct.str[0] = '\0'; in __parser_tmp_struct_reset()
2725 cl_list_destroy(&tmp_parser_struct.str_list); in __parser_tmp_struct_destroy()
[all …]