Searched refs:intval (Results 1 - 25 of 35) sorted by path

12

/freebsd-11-stable/contrib/gcc/
H A Dgenrecog.c111 HOST_WIDE_INT intval; /* Value for XINT for XWINT. */ member in union:decision_test::__anon1329
1098 test->u.intval = XINT (pattern, i);
1103 test->u.intval = XINT (pattern, i);
1117 test->u.intval = XWINT (pattern, i);
1217 return d1->u.intval == d2->u.intval;
1429 return d1->u.intval == d2->u.intval;
2055 print_host_wide_int (p->tests->u.intval);
2106 printf ("XINT (x%d, 0) == %d", depth, (int) p->u.intval);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlibunwind-frame.c243 unw_word_t intval; local
277 ret = unw_get_reg_p (&cache->cursor, uw_regnum, &intval);
278 ptr = &intval;
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c3969 pmc_syscall = pmc_modstat.data.intval;
/freebsd-11-stable/sbin/kldstat/
H A Dkldstat.c59 stat.data.intval, stat.data.uintval, stat.data.ulongval);
172 stat.data.intval, stat.data.uintval, stat.data.ulongval);
/freebsd-11-stable/share/examples/kld/syscall/test/
H A Dcall.c49 syscall_num = stat.data.intval;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c616 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);
878 uint64_t intval = fnvpair_value_uint64(pair); local
880 source, sizeof (intval), 1, &intval, tx);
H A Dzap_micro.c1096 const uint64_t *intval = val; local
1119 mzap_addent(zn, *intval);
1191 const uint64_t *intval = val; local
1229 MZE_PHYS(zap, mze)->mze_value = *intval;
1231 mzap_addent(zn, *intval);
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h1431 uint32_t nexttbtt, uint32_t intval);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c244 "%s: %s beacons bslot %d intval %u tsfadjust %llu\n",
922 u_int32_t nexttbtt, intval, tsftu; local
960 intval = ni->ni_intval & HAL_BEACON_PERIOD;
962 intval /= ATH_BCBUF;
965 intval = ni->ni_intval & HAL_BEACON_PERIOD;
968 nexttbtt = intval;
969 else if (intval) /* NB: can be 0 for monitor mode */
970 nexttbtt = roundup(nexttbtt, intval);
971 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n",
972 __func__, nexttbtt, intval, n
[all...]
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipwreg.h295 uint16_t intval; member in struct:ipw_node
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h454 uint16_t intval; /* beacon interval */ member in struct:iwi_associate
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h880 uint32_t intval[5]; member in struct:iwn_pmgt_cmd
2086 uint32_t intval[5]; member in struct:iwn_pmgt
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c3813 max = pmgt->intval[4];
3822 cmd.intval[i] = htole32(MIN(max, pmgt->intval[i]));
H A Dif_wpireg.h602 uint32_t intval[5]; member in struct:wpi_pmgt_cmd
982 uint32_t intval[5]; member in struct:wpi_pmgt
/freebsd-11-stable/sys/kern/
H A Dkern_syscalls.c172 ms.intval = *data->offset;
/freebsd-11-stable/sys/sys/
H A Dmodule.h67 int intval; member in union:modspecific
/freebsd-11-stable/tools/regression/kgssapi/
H A Dgsstest.c95 syscall_num = stat.data.intval;
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c492 int intval, vlen, rc; local
514 intval = val->v.integer;
680 intval = ctx->scratch->int1;
856 rc = wlan_config_set_ioctl(wif, val->var.subs[sub - 1], intval,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c791 uint64_t intval; local
801 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) {
809 zfs_prop_to_name(ZFS_PROP_VOLSIZE), intval) != 0)
811 volsize = intval;
818 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) {
827 intval) != 0)
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c969 uint64_t intval; local
1059 intval = 0;
1061 strval, &intval) != 0) {
1068 (void) nvpair_value_uint64(elem, &intval);
1069 if (intval == 0) {
1092 valary[2] = intval;
1132 &strval, &intval, errbuf) != 0)
1146 if (intval < version) {
1176 if (intval < SPA_MINBLOCKSIZE ||
1177 intval > maxb
2447 zcp_check(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t intval, const char *strval) argument
[all...]
H A Dlibzfs_pool.c249 uint64_t intval; local
268 intval = zpool_get_prop_int(zhp, prop, &src);
269 (void) snprintf(buf, len, "%llu", intval);
304 intval = zpool_get_prop_int(zhp, prop, &src);
314 (u_longlong_t)intval);
316 (void) zfs_nicenum(intval, buf, len);
322 if (intval == 0) {
326 (u_longlong_t)intval);
328 (void) zfs_nicenum(intval, buf, len);
334 (u_longlong_t)intval);
435 uint64_t intval; local
[all...]
H A Dlibzfs_sendrecv.c3531 int intval; local
3534 (void) nvpair_value_int32(prop_err, &intval);
3537 trunc_prop_errs(intval);
3558 zfs_setprop_error(hdl, prop, intval, tbuf);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwnm_ap.c50 u8 action_type, u16 intval)
79 wnmsleep_ie.intval = host_to_le16(intval);
330 le_to_host16(wnmsleep_ie->intval));
48 ieee802_11_send_wnmsleep_resp(struct hostapd_data *hapd, const u8 *addr, u8 dialog_token, u8 action_type, u16 intval) argument
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1842 le16 intval; member in struct:wnm_sleep_element
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7514 int intval = 0; local
7528 intval = atoi(pos + 10);
7553 WNM_SLEEP_MODE_EXIT, intval,

Completed in 520 milliseconds

12