Searched defs:atoi (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_mod.c114 atoi(char *p) function
326 cpr_device = (major_t)atoi((char *)mdep);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c466 atoi(const char *p) function
673 nfs_readsize = atoi(val);
678 ival = atoi(val);
685 nfs_version = atoi(val);
698 nfs_port = atoi(val);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsock_test.c45 static int atoi(const char *);
280 atoi(const char *p) function
463 *port = htons(atoi(tmp));
502 if (st_local_listen(g_sock_fd, atoi(tmp)) < 0) {
570 if ((*send_cnt = atoi(cnt)) < 0) {
642 buf_len = atoi(tmp);
680 buf_len = atoi(tmp);
724 echo_port = atoi(tmp);
730 buf_len = atoi(tmp);
831 opt_val = atoi(tm
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c162 static int atoi(const char *);
1657 atoi(phys_slotname) == SC_MC_CTC_SLOT) {
1661 hsc->slot_table_prop[i].pslotnum = atoi(phys_slotname);
1662 hsc->slot_table_prop[i].ga = atoi(ga);
1663 hsc->slot_table_prop[i].pci_devno = atoi(pcidev);
2147 atoi(const char *p) function
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c2401 atoi(const char *p) function
2574 args->rsize = atoi(val);
2583 args->wsize = atoi(val);
2592 args->timeo = atoi(val);
2601 args->retrans = atoi(val);
2614 args->acregmax = atoi(val);
2623 args->acregmin = atoi(val);
2632 args->acregmax = atoi(val);
2641 args->acdirmin = atoi(val);
2650 args->acdirmax = atoi(va
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c2893 static int atoi(char *);
2990 hostid = (int32_t)atoi(hw_serial);
3081 atoi(char *p) function
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h344 #define atoi(i) ((int) atoi0(i)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile586 atoi.3c \
2313 atoi.3c := LINKSRC = strtol.3c

Completed in 112 milliseconds