/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckint.c | 89 ckint(long *intval, short base, char *defstr, char *error, char *help, argument 111 *intval = strtol(defstr, NULL, (int)base); 127 *intval = value;
|
/illumos-gate/usr/src/cmd/valtools/ |
H A D | ckint.c | 110 long intval; local 209 n = ckint(&intval, base, deflt, error, help, prompt); 215 (void) printf("%ld", intval);
|
H A D | ckrange.c | 118 long lvalue, uvalue, intval; local 254 n = ckrange(&intval, lvalue, uvalue, (short)base, 261 (void) printf("%ld", intval);
|
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure_ctl.c | 128 uint64_t intval; local 138 (void) nvpair_value_uint64(nvp, &intval); 147 tp->seci_power_cycle_delay = intval; 149 tp->seci_power_cycle_request = intval; 151 tp->seci_power_off_duration = intval;
|
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | isns_esi.h | 64 uint32_t intval; member in struct:ev
|
H A D | esi.c | 265 uint32_t intval = 0; local 287 intval = attr->value.ui; 289 intval = DEFAULT_ESI_INTVAL; 296 return ((int)intval); 306 * intval - the ESI interval for returnning. 314 uint32_t *intval 335 *intval = lc.data[2].ui; 352 if (*intval > intv) { 353 *intval = intv; 384 uint32_t intval; local [all...] |
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_beacon.c | 232 uint32_t nexttbtt = 0, intval, tsftu; local 248 intval = conf.beacon_interval & ATH9K_BEACON_PERIOD; 263 sleepduration = conf.listen_interval * intval; 265 sleepduration = intval; 274 nexttbtt += intval; 282 bs.bs_intval = intval; 284 bs.bs_dtimperiod = dtimperiod*intval; 285 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval; 296 if (sleepduration > intval) { 300 bs.bs_bmissthreshold = DIV_ROUND_UP(conf.bmiss_timeout, intval); [all...] |
/illumos-gate/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_engine.c | 154 int intval; local 157 (intval = atoi(strval)) > 0) { 159 *intp = intval;
|
/illumos-gate/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 115 int intval; member in union:proto_option_defs::__anon3938 170 proto_options[i].defvalue.intval); 177 proto_options[i].defvalue.intval ?
|
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 464 dsym_parse_intrange(const char *field, int *intval, int min, int max) argument 475 *intval = (int)longval; 737 int intval; local 750 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 753 sym->ds_code = (ushort_t)intval; 764 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 767 sym->ds_gran = (uchar_t)intval; 774 ret = dsym_parse_intrange(fields[field_num], &intval, 0, 777 sym->ds_max = (uchar_t)intval;
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksdp.c | 960 int error, intval; local 1016 intval = 0; 1019 &intval, cr); 1020 if (so_copyout(&intval, (void *)arg, sizeof (int), 1053 intval = 0; 1056 intval = sdp_polldata( 1061 if (so_copyout(&intval, (void *)arg, sizeof (intval),
|
H A D | socksctp.c | 1437 int intval; local 1508 intval = (so->so_state & SS_ACCEPTCONN) ? 0 : 1510 if (so_copyout(&intval, (void *)arg, sizeof (intval), 1518 intval = 0; 1520 if (so_copyout(&intval, (void *)arg, sizeof (int), 1560 intval = STRUCT_FGET(opt, sopt_aid); 1562 if ((so->so_type == SOCK_SEQPACKET) && intval) { 1563 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) { 1628 intval [all...] |
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | platsvc.c | 462 * intval seconds between attempts to send the message. The timeout 463 * and intval arguments are in seconds. 468 int intval) 514 delay(SEC2HZ(intval)); 519 delay(SEC2HZ(intval)); 466 ps_suspend_send_response(ds_svc_hdl_t *ds_handle, uint64_t req_num, uint32_t result, uint32_t rec_result, char *reason, int timeout, int intval) argument
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | module.h | 67 int intval; member in union:modspecific
|
/illumos-gate/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_engine.c | 254 int intval; local 257 (intval = atoi(strval)) > 0) { 259 *intp = intval;
|
/illumos-gate/usr/src/common/iscsit/ |
H A D | iscsit_common.c | 265 uint32_t intval; local 293 ret = nvlist_lookup_uint32(nvl, "cfgVersion", &intval); 299 tmpcfg->config_version = intval; 550 uint32_t intval; local 585 ret = it_nv_to_tpgtlist(listval, &intval, 587 ttgt->tgt_tpgt_count = intval;
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_prop.c | 615 uint64_t zapobj, intval, dummy; local 625 isint = (dodefault(zfs_name_to_prop(propname), 8, 1, &intval) == 0); 722 VERIFY0(dsl_prop_get_int_ds(ds, propname, &intval)); 736 cbr->cbr_func(cbr->cbr_arg, intval); 741 ds->ds_dir->dd_object, propname, intval, TRUE); 745 "%lld", (longlong_t)intval); 873 uint64_t intval = fnvpair_value_uint64(pair); local 875 source, sizeof (intval), 1, &intval, tx);
|
H A D | zap_micro.c | 1077 const uint64_t *intval = val; local 1104 mzap_addent(zn, *intval); 1146 const uint64_t *intval = val; local 1185 MZE_PHYS(zap, mze)->mze_value = *intval; 1187 mzap_addent(zn, *intval);
|
/illumos-gate/usr/src/cmd/picl/plugins/lib/picld_pluginutil/ |
H A D | picld_pluginutil.c | 406 int32_t intval; local 429 intval = strtol(val, &endptr, 0); 432 (void) memcpy(outbuf, &intval, size);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 1457 int intval = 0; local 1462 intval = strtol(val, (char **)NULL, 0); 1464 wd_debug = intval;
|
/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/ |
H A D | cfga_ib.c | 1801 int32_t intval = 0; local 1919 name, intval); 1923 (void) nvpair_value_int32(nvp, &intval); 1925 if (intval == AP_RSTATE_EMPTY) 1927 else if (intval == AP_RSTATE_DISCONNECTED) 1930 else if (intval == AP_RSTATE_CONNECTED) 1933 "rstate = %x\n", name, intval); 1937 (void) nvpair_value_int32(nvp, &intval); 1939 if (intval == AP_OSTATE_CONFIGURED) 1941 else if (intval [all...] |
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex.c | 3241 int intval = 0, ii; local 3247 intval = intval * 10 +c[ii] - '0'; 3256 return (intval);
|
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 2266 uint64_t intval; local 2267 intval = strtoull(value, NULL, 0); 2268 if (intval > UID_MAX && intval != -1) 2270 *uid = (uid_t)intval; 2291 uint64_t intval; local 2292 intval = strtoull(value, NULL, 0); 2293 if (intval > UID_MAX && intval != -1) 2295 *gid = (gid_t)intval; [all...] |
/illumos-gate/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 2129 uint64_t intval; local 2130 intval = strtoull(value, NULL, 0); 2131 if (intval > UID_MAX && intval != -1) 2154 uint64_t intval; local 2155 intval = strtoull(value, NULL, 0); 2156 if (intval > UID_MAX && intval != -1) 2481 int intval; member in union:proto_option_defs::__anon231 2772 proto_options[i].defvalue.intval); [all...] |
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1354 uint64_t *intval = val; local 1390 *intval = BSWAP_64(*(uint64_t *)nvp);
|