Searched refs:strtoull (Results 26 - 50 of 108) sorted by relevance

12345

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_type.c366 if (strtoull(v, &p, 10) != 0 && *v == '0')
/illumos-gate/usr/src/lib/libsrpt/common/
H A Dlibsrpt.c473 * strtoull() does not return EINVAL as documented. Lucky
477 guid = strtoull(bufp, &end, 16);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c133 val = strtoull(s, &end, 0);
201 val = strtoull(s, &end, 0);
444 val = strtoull(s, &end, 0);
501 val = strtoull(s, &end, 0) * mul;
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_set_property.c170 uint64_value = strtoull (optarg, NULL, 0);
H A Dhal-device.c526 p->v.uint64_value = strtoull(s, NULL, 10);
/illumos-gate/usr/src/cmd/mandoc/
H A Dtbl_layout.c93 cp->spacing = strtoull(p + *pos, &endptr, 10);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c183 val = strtoull(varval, NULL, 0);
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c327 ep->e_mask = strtoull((const char *)p3, (char **)NULL,
488 ep->e_value.num = strtoull((const char *)p,
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c488 ll = strtoull(s, 0, 0);
523 ll = strtoull(s, 0, 0);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c889 number = strtoull(a_buf, (char **)NULL, 10);
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c282 ul = strtoull(str, &np, 10);
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c231 value->q = s ? (Sflong_t)strtoull(s, NiL, 0) : n;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c626 val = strtoull(arg, &end, 0);
669 *rval = strtoull(arg, &end, 0) * mul;
721 val = strtoull(arg, &end, 0);
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c2092 strtoull(argv[optind++], 0, 0);
2135 errdef.offset = strtoull(optarg, &str, 0);
2143 errdef.len = strtoull(argv[optind++], 0, 0);
2164 strtoull(argv[optind++], 0, 0);
2191 collecttime = strtoull(optarg, &str, 0);
2205 edef_sleep = strtoull(argv[optind++], 0, 0);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c110 *serial = (uint64_t)strtoull(str_serial, &end, 16);
H A Dcpu_mdesc.c228 sn = (uint64_t)strtoull(strserial, &end, 16);
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c113 val = strtoull(component, &t, 10);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Ddm_platform.c152 strtoull(eq, NULL, 0)) != 0)
/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c575 strtoull(argv[3], NULL, 0));
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c539 strtoull(charptr, NULL, 10);
949 strtoull(charptr, NULL, 10);
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c406 value = strtoull (attr[3], NULL, 0);
1137 value = strtoull (pc->cdata_buf, NULL, 0);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3295 offset = strtoull(s ? s : "", NULL, 16);
3297 size = strtoull(s ? s : "", NULL, 16);
3332 blkptr_offset = strtoull(p, &p, 16);
3476 uint64_t v, guid = strtoull(tgt, NULL, 0);
3619 max_inflight = strtoull(optarg, NULL, 0);
3643 max_txg = strtoull(optarg, NULL, 0);
3819 zopt_object[i] = strtoull(argv[i], NULL, 0);
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c450 tmpAddr = strtoull(tpArgv[tp], NULL, 16);
474 tmpAddr = strtoull(tpArgv[tp], NULL, 16);
1061 hbaWWN = strtoull(input->wwn_argv[port_wwn_counter], NULL,
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c666 val = strtoull(s, &p, 0);
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c253 lldata = strtoull((const char *)data, NULL, 0);

Completed in 131 milliseconds

12345