Searched refs:geti (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 273 geti(str, iptr, wild) in geti() function 402 if (geti(buf, &cyl, &wild)) 413 if (geti(buf, &head, &wild)) 424 if (geti(buf, §, &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 D | io.h | 105 int geti(char *str, int *iptr, int *wild);
|
H A D | menu_command.c | 154 if (geti(cleantoken, &index, (int *)NULL)) in c_disk()
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_nswstate.c | 588 int geti; in _get_nsw_state_int() local 596 geti = params->compati; in _get_nsw_state_int() 598 geti = params->dbi; in _get_nsw_state_int() 601 (nscd_acc_data_t *)nscd_nsw_config[geti]); in _get_nsw_state_int() 604 params->nswcfg, geti); in _get_nsw_state_int()
|