Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c512 char *token, *parsestr; in cvt_metal_kernel() local
532 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) { in cvt_metal_kernel()
546 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_metal_kernel()
590 while ((parsestr = get_token(&token, parsestr, " ")) != NULL) { in cvt_hyper_kernel()
617 while ((parsestr = get_token(path, parsestr, " \t,")) != NULL) { in cvt_hyper_module()
618 if (*parsestr != '/') in cvt_hyper_module()
626 ((parsestr = get_token(&token, parsestr, " \t,")) == NULL)) { in cvt_hyper_module()
644 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) { in cvt_hyper_module()
703 if ((parsestr = get_token(&token, parsestr, " \t")) == NULL) { in parse_bootenvrc()
714 parsestr = get_token(&token, parsestr, " \t"); in parse_bootenvrc()
[all …]