Lines Matching defs: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)
275 int *iptr, *wild;
280 * If there's a wildcard value and the string is wild, return the
283 if (wild != NULL && strcmp(str, WILD_STRING) == 0)
284 *iptr = *wild;
308 geti64(str, iptr, wild)
310 uint64_t *iptr, *wild;
315 * If there's a wildcard value and the string is wild, return the
318 if ((wild != NULL) && (strcmp(str, WILD_STRING)) == 0) {
319 *iptr = *wild;
353 int wild;
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))
1128 * If the token is the wild card, simply supply the max
1308 * If the token is the wild card, simply supply the max
1554 * If the token is the wild card, simply supply the max