Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c125 char *p_prefix, *p_last; in read_ibdiag_config() local
139 p_prefix = strtok_r(buf, "\n", &p_last); in read_ibdiag_config()
140 if (!p_prefix) in read_ibdiag_config()
143 if (*p_prefix == '#') in read_ibdiag_config()
147 name = strtok_r(p_prefix, "=", &p_last); in read_ibdiag_config()
H A Dibqueryerrors.c136 char *p_prefix, *p_last; in set_thresholds() local
153 p_prefix = strtok_r(buf, "\n", &p_last); in set_thresholds()
154 if (!p_prefix) in set_thresholds()
157 if (*p_prefix == '#') in set_thresholds()
161 name = strtok_r(p_prefix, "=", &p_last); in set_thresholds()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c1747 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()