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

  /src/usr.sbin/makefs/
walk.c 68 static size_t missing = 0; variable
436 * will be changed to those found in specfile, and missing
472 if (missing)
473 errx(EXIT_FAILURE, "Add %zu missing entries in `%s'",
474 missing, specfile);
516 warnx("missing specfile entry for %s/%s",
518 missing++;
walk.c 68 static size_t missing = 0; variable
436 * will be changed to those found in specfile, and missing
472 if (missing)
473 errx(EXIT_FAILURE, "Add %zu missing entries in `%s'",
474 missing, specfile);
516 warnx("missing specfile entry for %s/%s",
518 missing++;
walk.c 68 static size_t missing = 0; variable
436 * will be changed to those found in specfile, and missing
472 if (missing)
473 errx(EXIT_FAILURE, "Add %zu missing entries in `%s'",
474 missing, specfile);
516 warnx("missing specfile entry for %s/%s",
518 missing++;
walk.c 68 static size_t missing = 0; variable
436 * will be changed to those found in specfile, and missing
472 if (missing)
473 errx(EXIT_FAILURE, "Add %zu missing entries in `%s'",
474 missing, specfile);
516 warnx("missing specfile entry for %s/%s",
518 missing++;
  /src/sys/dev/ata/
wd.c 1310 uint32_t count, missing, skip; local
1318 missing = wd->sc_bscount;
1338 missing--;
1355 missing--;
1361 dbsi.dbsi_left = missing;
wd.c 1310 uint32_t count, missing, skip; local
1318 missing = wd->sc_bscount;
1338 missing--;
1355 missing--;
1361 dbsi.dbsi_left = missing;
wd.c 1310 uint32_t count, missing, skip; local
1318 missing = wd->sc_bscount;
1338 missing--;
1355 missing--;
1361 dbsi.dbsi_left = missing;
wd.c 1310 uint32_t count, missing, skip; local
1318 missing = wd->sc_bscount;
1338 missing--;
1355 missing--;
1361 dbsi.dbsi_left = missing;
  /src/usr.bin/config/
sem.c 1224 * is missing but other devices which also provide the
2244 char missing[1000], extra[1000], nodefault[1000]; local
2259 mp = missing;
2301 cfgerror("%s: must specify %s", name, missing);
sem.c 1224 * is missing but other devices which also provide the
2244 char missing[1000], extra[1000], nodefault[1000]; local
2259 mp = missing;
2301 cfgerror("%s: must specify %s", name, missing);
sem.c 1224 * is missing but other devices which also provide the
2244 char missing[1000], extra[1000], nodefault[1000]; local
2259 mp = missing;
2301 cfgerror("%s: must specify %s", name, missing);
sem.c 1224 * is missing but other devices which also provide the
2244 char missing[1000], extra[1000], nodefault[1000]; local
2259 mp = missing;
2301 cfgerror("%s: must specify %s", name, missing);

Completed in 62 milliseconds