Searched refs:intval (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-current/share/examples/kld/syscall/test/
H A Dcall.c49 syscall_num = stat.data.intval;
/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.c248 "%s: %s beacons bslot %d intval %u tsfadjust %llu\n",
934 u_int32_t nexttbtt, intval, tsftu; local
997 intval = ni->ni_intval & HAL_BEACON_PERIOD;
999 intval /= ATH_BCBUF;
1002 intval = ni->ni_intval & HAL_BEACON_PERIOD;
1006 * Note: rounding up to the next intval can cause problems with
1011 * Now, if this is rounded up to the next intval, it assumes
1013 * are multiples of intval, versus say being 25 TU off.
1017 * multiple of intval. So, if bintval=100, then we shouldn't
1021 nexttbtt = intval;
[all...]
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dbeacon.c146 void mt7603_beacon_set_timer(struct mt7603_dev *dev, int idx, int intval) argument
151 if (intval)
157 if (!dev->mt76.beacon_mask || (!intval && idx < 0)) {
164 if (intval)
165 dev->mt76.beacon_int = intval;
167 FIELD_PREP(MT_TBTT_PERIOD, intval) | MT_TBTT_CAL_ENABLE);
H A Dmt7603.h206 void mt7603_beacon_set_timer(struct mt7603_dev *dev, int idx, int intval);
/freebsd-current/usr.bin/patch/
H A Dutil.c299 static sig_t hupval, intval; local
305 intval = signal(SIGINT, SIG_IGN);
306 if (intval != SIG_IGN)
307 intval = my_exit;
310 signal(SIGINT, intval);
/freebsd-current/sys/dev/wtap/wtap_hal/
H A Dhal.c222 uint32_t intval = hal->hw.timer_intr_intval; local
224 hal->hw.tsf += ticks_to_msecs(intval);
226 callout_schedule(&hal->hw.timer_intr, intval);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.h57 u8 action, u16 intval, struct wpabuf *tfs_req);
H A Dwnm_sta.c57 u8 action, u16 intval, struct wpabuf *tfs_req)
83 wnmsleep_ie->intval = host_to_le16(intval);
195 "(action=%d, intval=%d)", action, intval);
399 "frame (action=%d, intval=%d)",
400 wnmsleep_ie->action_type, wnmsleep_ie->intval);
409 "(action=%d, intval=%d)",
410 wnmsleep_ie->action_type, wnmsleep_ie->intval);
56 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddsl_crypt.c2004 uint64_t intval, nlevels, blksz, ibs; local
2011 ret = nvlist_lookup_uint64(nvl, "mdn_compress", &intval);
2012 if (ret != 0 || intval >= ZIO_COMPRESS_LEGACY_FUNCTIONS)
2015 ret = nvlist_lookup_uint64(nvl, "mdn_checksum", &intval);
2016 if (ret != 0 || intval >= ZIO_CHECKSUM_LEGACY_FUNCTIONS)
2074 intval = 0;
2076 (void) nvlist_lookup_uint64(nvl, "from_ivset_guid", &intval);
2081 if (intval == 0 || from_ivset_guid == 0)
2084 if (intval != from_ivset_guid)
2173 uint64_t intval, key_gui local
2632 uint64_t intval; local
[all...]
H A Dvdev.c5773 uint64_t intval, zprop_source_t src)
5783 fnvlist_add_uint64(propval, ZPROP_VALUE, intval);
5825 uint64_t intval; local
5864 intval = fnvpair_value_uint64(elem);
5869 prop, intval, &unused));
5872 sizeof (uint64_t), 1, &intval, tx));
5876 nvpair_name(elem), (longlong_t)intval);
5919 uint64_t intval = 0; local
5951 if (nvpair_value_uint64(elem, &intval) != 0) {
5955 if (intval !
5772 vdev_prop_add_list(nvlist_t *nvl, const char *propname, const char *strval, uint64_t intval, zprop_source_t src) argument
6037 uint64_t intval = 0; local
[all...]
H A Ddsl_prop.c723 uint64_t zapobj, intval, dummy, count; local
734 isint = (dodefault(zfs_name_to_prop(propname), 8, 1, &intval) == 0);
855 VERIFY0(dsl_prop_get_int_ds(ds, propname, &intval));
869 cbr->cbr_func(cbr->cbr_arg, intval);
874 ds->ds_dir->dd_object, propname, intval, TRUE);
878 "%lld", (longlong_t)intval);
1004 uint64_t intval = fnvpair_value_uint64(pair); local
1006 source, sizeof (intval), 1, &intval, tx);
H A Dzfs_ioctl.c2452 uint64_t intval = 0; local
2473 intval = fnvpair_value_uint64(pair);
2478 err = dsl_dir_set_quota(dsname, source, intval);
2481 err = dsl_dataset_set_refquota(dsname, source, intval);
2485 if (intval == UINT64_MAX) {
2509 err = dsl_dir_set_reservation(dsname, source, intval);
2512 err = dsl_dataset_set_refreservation(dsname, source, intval);
2515 err = dsl_dataset_set_compression(dsname, source, intval);
2524 err = zvol_set_volsize(dsname, intval);
2527 err = zvol_set_volthreading(dsname, intval);
2615 uint64_t intval; local
4551 uint64_t intval, compval; local
[all...]
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c280 uint64_t intval; local
295 intval = zpool_get_prop_int(zhp, prop, &src);
296 (void) snprintf(buf, len, "%llu", (u_longlong_t)intval);
332 intval = zpool_get_prop_int(zhp, prop, &src);
347 (u_longlong_t)intval);
349 (void) zfs_nicenum(intval, buf, len);
354 if (intval == 0) {
358 (u_longlong_t)intval);
360 (void) zfs_nicebytes(intval, buf, len);
367 (u_longlong_t)intval);
495 uint64_t intval; local
5173 uint64_t intval; local
[all...]
H A Dlibzfs_dataset.c1035 uint64_t intval; local
1131 intval = 0;
1133 strval, &intval) != 0) {
1140 (void) nvpair_value_uint64(elem, &intval);
1141 if (intval == 0) {
1169 valary[2] = intval;
1213 &strval, &intval, errbuf) != 0)
1227 if (intval < version) {
1251 if (intval < SPA_MINBLOCKSIZE ||
1252 intval > maxb
2606 zcp_check(zfs_handle_t *zhp, zfs_prop_t prop, uint64_t intval, const char *strval) argument
[all...]
H A Dlibzfs_crypto.c945 uint64_t intval; local
949 zfs_prop_to_name(ZFS_PROP_ENCRYPTION), &intval);
950 if (ret == 0 && intval != ZIO_CRYPT_OFF)
959 zfs_prop_to_name(ZFS_PROP_KEYFORMAT), &intval);
964 zfs_prop_to_name(ZFS_PROP_PBKDF2_ITERS), &intval);
/freebsd-current/sbin/kldstat/
H A Dkldstat.c62 stat.name, stat.data.intval, stat.data.uintval,
173 stat.data.intval, stat.data.uintval,
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c1027 uint64_t intval; local
1037 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
1038 crypto_mac_update(ctx, &intval, sizeof (uint64_t));
1041 intval = osp->os_flags;
1043 intval = BSWAP_64(intval);
1044 intval &= OBJSET_CRYPT_PORTABLE_FLAGS_MASK;
1046 intval = BSWAP_64(intval);
1048 crypto_mac_update(ctx, &intval, sizeo
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c1143 uint64_t intval; local
1164 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type);
1166 cd.cd_raw.iov_base = (char *)&intval;
1176 intval = osp->os_flags;
1178 intval = BSWAP_64(intval);
1179 intval &= OBJSET_CRYPT_PORTABLE_FLAGS_MASK;
1181 intval = BSWAP_64(intval);
1184 cd.cd_raw.iov_base = (char *)&intval;
[all...]
/freebsd-current/sbin/sysctl/
H A Dsysctl.c250 int intval; local
264 intval = strIKtoi(newvalstr, &endptr, fmt);
266 intval = (int)strtol(newvalstr, &endptr, 0);
267 newval = &intval;
268 valsize = sizeof(intval);
/freebsd-current/sbin/veriexec/
H A Dmanifest_parser.y92 int intval;
/freebsd-current/sys/sys/
H A Dmodule.h67 int intval; member in union:modspecific
/freebsd-current/contrib/wpa/src/ap/
H A Dwnm_ap.c50 u8 action_type, u16 intval)
80 wnmsleep_ie.intval = host_to_le16(intval);
354 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-current/tools/regression/kgssapi/
H A Dgsstest.c93 syscall_num = stat.data.intval;
/freebsd-current/sys/kern/
H A Dkern_syscalls.c199 ms.intval = *data->offset;
/freebsd-current/sys/dev/ipw/
H A Dif_ipwreg.h296 uint16_t intval; member in struct:ipw_node

Completed in 399 milliseconds

12