Searched defs:strtoi (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c63 strtoi(char *str, char **pos) function
100 maj = strtoi(c, &c);
107 dot = strtoi(c + 1, &c);
111 dotdot = strtoi(c + 1, &c);
128 year = strtoi(c, NULL);
129 month = strtoi(c + 5, NULL);
130 day = strtoi(c + 8, NULL);
150 hour = strtoi(c, NULL);
151 min = strtoi(c + 3, NULL);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_string.c239 strtoi(const char *s) function
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c150 strtoi(char *str, char **ptr) function
189 (void) strtoi(addr, &next);
190 (void) strtoi(next, &next);
191 (void) strtoi(next, &next);
192 (void) strtoi(next, &next);
193 p1 = strtoi(next, &next);
194 p2 = strtoi(next, &next);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpc_subr.c64 static int strtoi(char *, char **);
244 (void) strtoi(addr, &next);
245 (void) strtoi(next, &next);
246 (void) strtoi(next, &next);
247 (void) strtoi(next, &next);
248 p1 = strtoi(next, &next);
249 p2 = strtoi(next, &next);
266 p1 = strtoi(p, &p);
267 p2 = strtoi(p, &p);
278 strtoi(cha function
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c3366 strtoi(char *str) function
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c1320 strtoi(char *p, char **pos) function
1384 *sysp = strtoi(verp, &ep);
1389 *intfp = strtoi(verp, &ep);
1394 *bldp = strtoi(verp, &ep);
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c1332 strtoi(char *p, char **pos) function
1396 *sysp = strtoi(verp, &ep);
1401 *intfp = strtoi(verp, &ep);
1406 *bldp = strtoi(verp, &ep);

Completed in 105 milliseconds