Searched refs:intval (Results 1 - 25 of 35) sorted by last modified time

12

/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2821 ms.intval = *data->offset;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
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);
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_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...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c2524 uint64_t intval; local
2543 VERIFY(0 == nvpair_value_uint64(pair, &intval));
2547 err = dsl_dir_set_quota(dsname, source, intval);
2550 err = dsl_dataset_set_refquota(dsname, source, intval);
2554 if (intval == UINT64_MAX) {
2568 err = dsl_dir_set_reservation(dsname, source, intval);
2571 err = dsl_dataset_set_refreservation(dsname, source, intval);
2574 err = zvol_set_volsize(dsname, intval);
2583 err = zfs_set_version(zfsvfs, intval);
2586 if (err == 0 && intval >
2620 uint64_t intval; local
4133 uint64_t intval; local
[all...]
H A Dspa.c277 uint64_t intval, zprop_source_t src)
288 VERIFY(nvlist_add_uint64(propval, ZPROP_VALUE, intval) == 0);
430 uint64_t intval = 0; local
465 intval = za.za_first_integer;
468 spa_prop_add_list(*nvp, prop, strval, intval, src);
518 uint64_t intval; local
538 if (nvpair_value_uint64(elem, &intval) != 0) {
543 if (intval != 0) {
558 error = nvpair_value_uint64(elem, &intval);
560 (intval < spa_versio
276 spa_prop_add_list(nvlist_t *nvl, zpool_prop_t prop, char *strval, uint64_t intval, zprop_source_t src) argument
7682 uint64_t intval; local
7710 ASSERT3U(spa_version(spa), >=, intval); local
[all...]
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);
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);
/freebsd-11-stable/sys/kern/
H A Dkern_module.c452 int intval; member in union:modspecific32
486 CP(mod->data, data32, intval);
/freebsd-11-stable/usr.bin/patch/
H A Dutil.c300 static sig_t hupval, intval; local
306 intval = signal(SIGINT, SIG_IGN);
307 if (intval != SIG_IGN)
308 intval = my_exit;
311 signal(SIGINT, 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/sys/dev/iwn/
H A Dif_iwn.c6339 max = pmgt->intval[4];
6347 cmd.intval[i] = htole32(MIN(max, pmgt->intval[i]));
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c2968 assoc->intval = htole16(ni->ni_intval);
2981 le16toh(assoc->intval)));
/freebsd-11-stable/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);
186 "(action=%d, intval=%d)", action, intval);
382 "frame (action=%d, intval=%d)",
383 wnmsleep_ie->action_type, wnmsleep_ie->intval);
392 "(action=%d, intval=%d)",
393 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
H A Dctrl_iface.c7514 int intval = 0; local
7528 intval = atoi(pos + 10);
7553 WNM_SLEEP_MODE_EXIT, intval,
/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/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/sbin/sysctl/
H A Dsysctl.c254 int intval; local
268 intval = strIKtoi(newvalstr, &endptr, fmt);
270 intval = (int)strtol(newvalstr, &endptr, 0);
271 newval = &intval;
272 valsize = sizeof(intval);
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c3969 pmc_syscall = pmc_modstat.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/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/tools/regression/kgssapi/
H A Dgsstest.c95 syscall_num = stat.data.intval;
/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/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...]

Completed in 489 milliseconds

12