Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c758 const char *parse_sep) in parse_size() argument
762 val = strtok(NULL, parse_sep); in parse_size()
785 bool parse_torus(struct torus *t, const char *parse_sep) in parse_torus() argument
797 if (!parse_size(&t->x_sz, &t->flags, X_MESH, parse_sep)) in parse_torus()
800 if (!parse_size(&t->y_sz, &t->flags, Y_MESH, parse_sep)) in parse_torus()
803 if (!parse_size(&t->z_sz, &t->flags, Z_MESH, parse_sep)) in parse_torus()
853 bool parse_unsigned(unsigned *result, const char *parse_sep) in parse_unsigned() argument
857 val = strtok(NULL, parse_sep); in parse_unsigned()
865 bool parse_port_order(struct torus *t, const char *parse_sep) in parse_port_order() argument
870 if (!parse_unsigned(&(t->port_order[i]), parse_sep)) in parse_port_order()
[all …]