Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dconfig.c477 char *str, char *sep1, char *sep2, in lnet_expand1tb() argument
481 int len2 = strlen(sep2 + 1); in lnet_expand1tb()
485 LASSERT(*sep2 == ']'); in lnet_expand1tb()
493 memcpy(&ltb->ltb_text[len1+itemlen], sep2 + 1, len2); in lnet_expand1tb()
506 char *sep2; in lnet_str2tbs_expand() local
522 sep2 = strchr(sep, ']'); in lnet_str2tbs_expand()
523 if (sep2 == NULL) in lnet_str2tbs_expand()
526 for (parsed = sep; parsed < sep2; parsed = enditem) { in lnet_str2tbs_expand()
529 while (enditem < sep2 && *enditem != ',') in lnet_str2tbs_expand()
542 &pending, str, sep, sep2, in lnet_str2tbs_expand()
[all …]