Lines Matching +defs:val +defs:first
107 boolean_t first = B_TRUE;
118 if (first) {
120 first = B_FALSE;
566 char *val;
578 val = strchr(opt, '=');
579 if (val != NULL) {
580 *val++ = '\0';
585 optval = strtol(val, &rest, 10);
587 bam_error(_("invalid boot entry number: %s\n"), val);
595 bam_error(_("invalid boot entry number: %s\n"), val);
615 optval = strtol(val, &rest, 10);
617 bam_error(_("invalid timeout: %s\n"), val);
1101 * so, we split the opt at first space