Searched refs:geti (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.h105 int geti(char *str, int *iptr, int *wild);
H A Dio.c273 geti(str, iptr, wild) function
402 if (geti(buf, &cyl, &wild))
413 if (geti(buf, &head, &wild))
424 if (geti(buf, &sect, &wild))
855 if (geti(cleantoken, (int *)&bn, (int *)NULL))
919 if (geti(cleantoken, (int *)&bn, (int *)NULL))
1190 if (geti(cleantoken, &cyls, &i))
1379 if (geti(cleantoken, &cylno, (int *)NULL)) {
1422 if (geti(cleantoken, &cyls, &i))
H A Dmenu_command.c155 if (geti(cleantoken, &index, (int *)NULL))
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswstate.c588 int geti; local
596 geti = params->compati;
598 geti = params->dbi;
601 (nscd_acc_data_t *)nscd_nsw_config[geti]);
604 params->nswcfg, geti);

Completed in 66 milliseconds