Searched defs:progtype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c303 static char *progtype = NULL; local
366 if (progtype != NULL && (severity != BOOTLOG_PROGRESS ||
367 strncmp(progtype, message, strlen(progtype)) != 0)) {
369 free(progtype);
370 progtype = NULL;
378 } else if (progtype == NULL) {
385 progtype = strdup(message);
386 if (progtype != NULL) {
387 for (i = 0; progtype[
[all...]

Completed in 77 milliseconds