HomeSort by: relevance | last modified time | path
    Searched defs:intval (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/arch/arm/nxp/
imx6_platform.c 186 fdt32_t intval[3]; local
223 intval[0] = cpu_to_fdt32(1);
224 intval[1] = cpu_to_fdt32(13);
225 intval[2] = cpu_to_fdt32(0xf01);
227 intval, sizeof(intval));
  /src/usr.bin/patch/
util.c 289 static sig_t hupval, intval; local
295 intval = signal(SIGINT, SIG_IGN);
296 if (intval != SIG_IGN)
297 intval = my_exit;
300 signal(SIGINT, intval);
  /src/bin/ksh/
var.c 354 intval(vp) function
1011 getopts_reset((int) intval(vp));
1036 sethistsize((int) intval(vp));
1052 if ((x_cols = intval(vp)) <= MIN_COLS)
1065 mcset(intval(vp));
1070 srand((unsigned int)intval(vp));
1075 seconds = time((time_t*) 0) - intval(vp);
1087 user_lineno = (unsigned int) intval(vp) - current_lineno - 1;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_prop.c 616 uint64_t zapobj, intval, dummy; local
626 isint = (dodefault(zfs_name_to_prop(propname), 8, 1, &intval) == 0);
723 VERIFY0(dsl_prop_get_int_ds(ds, propname, &intval));
737 cbr->cbr_func(cbr->cbr_arg, intval);
742 ds->ds_dir->dd_object, propname, intval, TRUE);
746 "%lld", (longlong_t)intval);
874 uint64_t intval = fnvpair_value_uint64(pair); local
876 source, sizeof (intval), 1, &intval, tx);
zap_micro.c 1089 const uint64_t *intval = val; local
1116 mzap_addent(zn, *intval);
1158 const uint64_t *intval = val; local
1197 MZE_PHYS(zap, mze)->mze_value = *intval;
1199 mzap_addent(zn, *intval);
spa.c 196 uint64_t intval, zprop_source_t src)
207 VERIFY(nvlist_add_uint64(propval, ZPROP_VALUE, intval) == 0);
347 uint64_t intval = 0; local
381 intval = za.za_first_integer;
384 spa_prop_add_list(*nvp, prop, strval, intval, src);
434 uint64_t intval; local
454 if (nvpair_value_uint64(elem, &intval) != 0) {
459 if (intval != 0) {
474 error = nvpair_value_uint64(elem, &intval);
476 (intval < spa_version(spa) |
6631 uint64_t intval; local
6659 ASSERT3U(spa_version(spa), >=, intval); local
    [all...]
zfs_ioctl.c 2484 uint64_t intval; local
2503 VERIFY(0 == nvpair_value_uint64(pair, &intval));
2507 err = dsl_dir_set_quota(dsname, source, intval);
2510 err = dsl_dataset_set_refquota(dsname, source, intval);
2514 if (intval == UINT64_MAX) {
2528 err = dsl_dir_set_reservation(dsname, source, intval);
2531 err = dsl_dataset_set_refreservation(dsname, source, intval);
2534 err = zvol_set_volsize(dsname, intval);
2543 err = zfs_set_version(zfsvfs, intval);
2546 if (err == 0 && intval >= ZPL_VERSION_USERSPACE)
2580 uint64_t intval; local
3921 uint64_t intval; local
    [all...]
  /src/sbin/iscsid/
iscsid.h 444 uint32_t intval; member in struct:__anon764
452 'intval' fields.
455 intval
  /src/sys/dev/ic/
athn.c 1973 uint32_t intval, next_tbtt, next_dtim; local
1981 intval = ic->ic_bss->ni_intval;
1983 next_tbtt = roundup(tsftu, intval);
1998 next_dtim = next_tbtt + rem_dtim_count * intval;
2001 AR_WRITE(sc, AR_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2002 AR_WRITE(sc, AR_DMA_BEACON_PERIOD, intval * IEEE80211_DUR_TU);
2024 AR_WRITE(sc, AR_TIM_PERIOD, intval * IEEE80211_DUR_TU);
2025 AR_WRITE(sc, AR_DTIM_PERIOD, dtim_period * intval * IEEE80211_DUR_TU);
2041 uint32_t intval, next_tbtt; local
2044 intval = ic->ic_bss->ni_intval
    [all...]
ath.c 2477 u_int32_t nexttbtt, intval, tsftu; local
2484 intval = ni->ni_intval & HAL_BEACON_PERIOD;
2486 nexttbtt = intval;
2487 else if (intval) /* NB: can be 0 for monitor mode */
2488 nexttbtt = roundup(nexttbtt, intval);
2489 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
2490 __func__, nexttbtt, intval, ni->ni_intval);
2515 nexttbtt += intval;
2523 bs.bs_intval = intval;
2525 bs.bs_dtimperiod = dtimperiod*intval;
    [all...]
rtw.c 3623 uint16_t bcnitv, bintritv, intval; local
3634 intval = MIN(intval0, __SHIFTOUT_MASK(RTW_BCNITV_BCNITV_MASK));
3637 bcnitv |= __SHIFTIN(intval, RTW_BCNITV_BCNITV_MASK);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
error.cc 539 int intval; member in union:__anon11076::__anon11077
707 arg[pos].u.intval = va_arg (argp, int);
805 error_integer (spec[n++].u.intval);
trans-intrinsic.cc 360 tree intval; local
365 intval = convert (type, arg);
366 intval = gfc_evaluate_now (intval, pblock);
368 tmp = convert (argtype, intval);
373 intval, build_int_cst (type, 1));
374 tmp = fold_build3_loc (input_location, COND_EXPR, type, cond, intval, tmp);
  /src/sbin/ping6/
ping6.c 298 double intval; local
420 intval = strtod(optarg, &e);
423 if (intval < 1 && prog_getuid()) {
427 if (intval > INT_MAX/1000.0 - 1.0) {
430 interval.tv_sec = (time_t)intval;
432 (long)((intval - interval.tv_sec) * 1000000000);
  /src/sys/dev/pci/
if_ipwreg.h 283 u_int16_t intval; member in struct:ipw_node
if_iwireg.h 399 uint16_t intval; member in struct:iwi_associate
if_iwnreg.h 776 uint32_t intval[5]; member in struct:iwn_pmgt_cmd
1779 uint32_t intval[5]; member in struct:iwn_pmgt
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 247 uint64_t intval; local
266 intval = zpool_get_prop_int(zhp, prop, &src);
267 (void) snprintf(buf, len, "%llu", intval);
302 intval = zpool_get_prop_int(zhp, prop, &src);
312 (u_longlong_t)intval);
314 (void) zfs_nicenum(intval, buf, len);
318 if (intval == 0) {
322 (u_longlong_t)intval);
324 (void) zfs_nicenum(intval, buf, len);
330 (u_longlong_t)intval);
431 uint64_t intval; local
    [all...]
libzfs_dataset.c 868 uint64_t intval; local
958 intval = 0;
960 strval, &intval) != 0) {
967 (void) nvpair_value_uint64(elem, &intval);
968 if (intval == 0) {
991 valary[2] = intval;
1031 &strval, &intval, errbuf) != 0)
1045 if (intval < version) {
1075 if (intval < SPA_MINBLOCKSIZE ||
1076 intval > maxbs || !ISP2(intval))
    [all...]
libzfs_sendrecv.c 3420 int intval; local
3423 (void) nvpair_value_int32(prop_err, &intval);
3426 trunc_prop_errs(intval);
3447 zfs_setprop_error(hdl, prop, intval, tbuf);
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 332 long int intval; member in union:YYSTYPE
1749 pc->meridian = (yyvsp[(2) - (2)].intval);
1762 pc->meridian = (yyvsp[(4) - (4)].intval);
1777 pc->time_zone = time_zone_hhmm ((yyvsp[(4) - (5)].textintval), (yyvsp[(5) - (5)].intval));
1789 pc->meridian = (yyvsp[(6) - (6)].intval);
1803 pc->time_zone = time_zone_hhmm ((yyvsp[(6) - (7)].textintval), (yyvsp[(7) - (7)].intval));
1812 pc->local_isdst = (yyvsp[(1) - (1)].intval);
1813 pc->dsts_seen += (0 < (yyvsp[(1) - (1)].intval));
1823 pc->dsts_seen += (0 < (yyvsp[(1) - (2)].intval)) + 1;
1831 { pc->time_zone = (yyvsp[(1) - (1)].intval); ;}
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/h8300/
h8300.cc 702 && INTVAL (XEXP (x, 1)) == offset);
992 HOST_WIDE_INT val = INTVAL (operands[1]);
1217 HOST_WIDE_INT n = INTVAL (x);
1451 fprintf (file, "#%ld", (-INTVAL (x)) & 0xff);
1464 fprintf (file, "#%ld", ((-INTVAL (x)) & 0xff00) >> 8);
1472 fprintf (file, "#%ld", 0xff & (-INTVAL (x)));
1487 bitint = (INTVAL (x) & 0xffff);
1496 bitint = ((~INTVAL (x)) & 0xffff);
1520 bitint = INTVAL (x);
1549 fprintf (file, "#%ld", ((INTVAL (x) >> 16) & 0xffff))
2736 HOST_WIDE_INT intval = INTVAL (operands[2]); local
2836 HOST_WIDE_INT intval = INTVAL (operands[2]); local
2907 HOST_WIDE_INT intval = INTVAL (operands[2]); local
2951 const unsigned HOST_WIDE_INT intval = local
3122 const unsigned HOST_WIDE_INT intval = local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 982 if (INTVAL (op1) <= 1 || (INTVAL (op1) & 1) == 0)
989 if (wi::ne_p (wi::umod_trunc (w, INTVAL (op1)), 1))
1044 wide_int wmod1 = wi::umod_trunc (w, INTVAL (op1));
1045 wide_int wmod2 = wi::smod_trunc (w, INTVAL (op1));
1047 wmod2 = wmod2 + (INTVAL (op1) - 1);
1052 wcorr = wcorr + INTVAL (op1);
1115 gen_int_mode (INTVAL (op1), word_mode),
1133 gen_int_mode (1 - INTVAL (op1),
1183 if (INTVAL (op1) <= 1 || pow2p_hwi (INTVAL (op1))
1339 HOST_WIDE_INT intval = trunc_int_for_mode (INTVAL (x), mode); local
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 772 uint64_t intval; local
782 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) {
790 zfs_prop_to_name(ZFS_PROP_VOLSIZE), intval) != 0)
792 volsize = intval;
799 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) {
808 intval) != 0)
  /src/external/bsd/wpa/dist/wpa_supplicant/
ctrl_iface.c 8307 int intval = 0; local
8321 intval = atoi(pos + 10);
8346 WNM_SLEEP_MODE_EXIT, intval,

Completed in 94 milliseconds

1 2