HomeSort by: relevance | last modified time | path
    Searched defs:sep2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
boot.c 586 char *sep, *sep2 = NULL; local in function:command_consdev_subr
601 sep2 = strchr(sep, ',');
602 if (sep2 != NULL)
603 *sep2++ = '\0';
638 if (sep != NULL || sep2 != NULL)
649 if (sep2 != NULL) {
650 speed = atoi(sep2);
660 if (sep2 != NULL)
boot.c 586 char *sep, *sep2 = NULL; local in function:command_consdev_subr
601 sep2 = strchr(sep, ',');
602 if (sep2 != NULL)
603 *sep2++ = '\0';
638 if (sep != NULL || sep2 != NULL)
649 if (sep2 != NULL) {
650 speed = atoi(sep2);
660 if (sep2 != NULL)

Completed in 23 milliseconds