Lines Matching refs:wild
79 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
97 static int geti64(char *str, uint64_t *iptr, uint64_t *wild);
273 geti(str, iptr, wild) in geti() argument
275 int *iptr, *wild;
283 if (wild != NULL && strcmp(str, WILD_STRING) == 0)
284 *iptr = *wild;
308 geti64(str, iptr, wild) in geti64() argument
310 uint64_t *iptr, *wild;
318 if ((wild != NULL) && (strcmp(str, WILD_STRING)) == 0) {
319 *iptr = *wild;
353 int wild; local
401 wild = ncyl + acyl - 1;
402 if (geti(buf, &cyl, &wild))
412 wild = nhead - 1;
413 if (geti(buf, &head, &wild))
423 wild = sectors(head) - 1;
424 if (geti(buf, §, &wild))