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

/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c511 char *token, *parsestr; local
513 parsestr = get_token(path, kernstr, " \t,");
530 if ((parsestr = get_token(&token, parsestr, " \t,")) == NULL) {
544 while ((parsestr = get_token(&token, parsestr, ",")) != NULL) {
566 char *token, *parsestr; local
568 parsestr = get_token(&token, kernel, " \t,");
587 while ((parsestr = get_token(&token, parsestr, " ")) !
608 char *parsestr = modstr; local
676 char *parsestr, *token; local
[all...]

Completed in 89 milliseconds