Searched refs:p_prefix (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/ofed/infiniband-diags/src/ |
| D | ibdiag_common.c | 124 char *p_prefix, *p_last; in read_ibdiag_config() local 138 p_prefix = strtok_r(buf, "\n", &p_last); in read_ibdiag_config() 139 if (!p_prefix) in read_ibdiag_config() 142 if (*p_prefix == '#') in read_ibdiag_config() 145 name = strtok_r(p_prefix, "=", &p_last); in read_ibdiag_config()
|
| D | ibqueryerrors.c | 135 char *p_prefix, *p_last; in set_thresholds() local 152 p_prefix = strtok_r(buf, "\n", &p_last); in set_thresholds() 153 if (!p_prefix) in set_thresholds() 156 if (*p_prefix == '#') in set_thresholds() 159 name = strtok_r(p_prefix, "=", &p_last); in set_thresholds()
|
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_subnet.c | 1747 char *p_prefix, *p_guid, *p_extra, *p_last, *p_end; in parse_prefix_routes_file() local 1754 p_prefix = strtok_r(buf, " \t\n", &p_last); in parse_prefix_routes_file() 1755 if (! p_prefix) in parse_prefix_routes_file() 1758 if (*p_prefix == '#') in parse_prefix_routes_file() 1775 if (strcmp(p_prefix, "*") == 0) in parse_prefix_routes_file() 1778 prefix = strtoull(p_prefix, &p_end, 16); in parse_prefix_routes_file() 1781 p_subn->opt.prefix_routes_file, line, p_prefix); in parse_prefix_routes_file()
|