/src/usr.sbin/makefs/ |
walk.c | 68 static size_t missing = 0; variable in typeref:typename:size_t 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/usr.bin/config/ |
sem.c | 1219 * is missing but other devices which also provide the 2239 char missing[1000], extra[1000], nodefault[1000]; local in function:fixloc 2254 mp = missing; 2296 cfgerror("%s: must specify %s", name, missing);
|
/src/sys/dev/ata/ |
wd.c | 1310 uint32_t count, missing, skip; local in function:wdioctl 1318 missing = wd->sc_bscount; 1338 missing--; 1355 missing--; 1361 dbsi.dbsi_left = missing;
|