Searched refs:val (Results 1 - 25 of 3795) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/unbound/contrib/
H A Dmetrics.awk13 # everything like total.num.queries=value is put in val["total.num.queries"]
15 val[$1]=$2;
21 print "unbound_hits_queries{type=\"total.num.queries\"} " val["total.num.queries"];
23 if(val["thread" $x ".num.queries"] != "") {
24 print "unbound_hits_queries{type=\"thread" $x ".num.queries\"} " val["thread" $x ".num.queries"];
27 print "unbound_hits_queries{type=\"total.num.cachehits\"} " val["total.num.cachehits"];
28 print "unbound_hits_queries{type=\"total.num.prefetch\"} " val["total.num.prefetch"];
29 print "unbound_hits_queries{type=\"num.query.tcp\"} " val["num.query.tcp"];
30 print "unbound_hits_queries{type=\"num.query.tcpout\"} " val["num.query.tcpout"];
31 print "unbound_hits_queries{type=\"num.query.tls\"} " val["nu
[all...]
/freebsd-12-stable/usr.sbin/cxgbetool/
H A Dtcbshowt6.c48 spr_tcp_state(val("t_state")),
49 val("t_state"),
50 spr_ip_version(val("ip_version")),
51 val("lock_tid"),
52 val("rss_fw")
55 val("l2t_ix"),
56 val("smac_sel"),
57 val("tos")
60 val("t_maxseg"), val("recv_scal
[all...]
H A Dtcbshowt5.c48 spr_tcp_state(val("t_state")),
49 val("t_state"),
50 spr_ip_version(val("ip_version")),
51 val("lock_tid"),
52 val("rss_fw")
55 val("l2t_ix"),
56 val("smac_sel"),
57 val("tos")
60 val("t_maxseg"), val("recv_scal
[all...]
H A Dtcbshowt4.c48 spr_tcp_state(val("t_state")),
49 val("t_state"),
50 spr_ip_version(val("ip_version")),
51 val("lock_tid"),
52 val("init")
55 val("l2t_ix"),
56 val("smac_sel"),
57 val("tos")
60 val("t_maxseg"), val("recv_scal
[all...]
/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h83 @Param[in] val - The 16-bit value to swap.
93 #define SWAP_UINT16(val) \
94 ((uint16_t)((((val) & 0x00FF) << 8) | (((val) & 0xFF00) >> 8)))
99 @Param[in] val - The 32-bit value to swap.
109 #define SWAP_UINT32(val) \
110 ((uint32_t)((((val) & 0x000000FF) << 24) | \
111 (((val) & 0x0000FF00) << 8) | \
112 (((val) & 0x00FF0000) >> 8) | \
113 (((val)
160 SwapUint16(uint16_t val) argument
175 SwapUint32(uint32_t val) argument
192 SwapUint64(uint64_t val) argument
[all...]
/freebsd-12-stable/sys/dev/mii/
H A Drlswitch.c141 int val; local
144 val = 0;
145 val |= 0 << 10; /* enable 802.1q VLAN Tag support */
146 val |= 0 << 9; /* enable VLAN ingress filtering */
147 val |= 1 << 8; /* disable VLAN tag admit control */
148 val |= 1 << 6; /* internal use */
149 val |= 1 << 5; /* internal use */
150 val |= 1 << 4; /* internal use */
151 val |= 1 << 3; /* internal use */
152 val |
385 int phy, reg, val; local
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.quantmany.d31 int64_t val, shift;
34 /val == 0/
36 val = -(1 << shift);
47 /val == -1/
49 val = (1 << shift);
54 @[shift] = quantize(val, val);
55 val >>= 1;
H A Dtst.negquant.d36 val = 123;
41 @["k-ingleside"] = quantize(1, -val);
46 @["l-taraval"] = quantize(0, -val);
47 @["l-taraval"] = quantize(-1, -val);
48 @["l-taraval"] = quantize(1, val);
49 @["l-taraval"] = quantize(1, val);
62 @["n-judah"] = quantize(1, val);
63 @["n-judah"] = quantize(2, val);
64 @["n-judah"] = quantize(2, val);
71 this->val
[all...]
H A Dtst.neglquant.d36 val = 123;
41 @["k-ingleside"] = lquantize(1, 0, 10, 1, -val);
46 @["l-taraval"] = lquantize(0, 0, 10, 1, -val);
47 @["l-taraval"] = lquantize(-1, 0, 10, 1, -val);
48 @["l-taraval"] = lquantize(1, 0, 10, 1, val);
49 @["l-taraval"] = lquantize(1, 0, 10, 1, val);
62 @["n-judah"] = lquantize(1, 0, 10, 1, val);
63 @["n-judah"] = lquantize(2, 0, 10, 1, val);
64 @["n-judah"] = lquantize(2, 0, 10, 1, val);
71 this->val
[all...]
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dbswap.c40 bswap32 (unsigned int val) argument
42 return (val & 0xff) << 24 |
43 (val & 0xff00) << 8 |
44 (val & 0xff0000) >> 8 |
45 (val & 0xff000000) >> 24;
52 bswap16 (unsigned short val) argument
54 return (val & 0xff) << 8 |
55 (val & 0xff00) >> 8;
/freebsd-12-stable/contrib/bearssl/T0/
H A DCodeElementUInt.cs29 uint val; field in class:CodeElementUInt
31 internal CodeElementUInt(uint val) : base() argument
33 this.val = val;
39 return Encode7EUnsigned(val, null);
46 return oneByteCode ? 1 : Encode7EUnsigned(val, null);
52 ? EncodeOneByte(val, bw)
53 : Encode7EUnsigned(val, bw);
/freebsd-12-stable/contrib/ntp/scripts/deprecated/
H A Dhpadjtime.sh2 val=1
7 *.10.*) val=1 ;;
9 9000/3*) val=1 ;;
10 *) val=0 ;;
12 *) val=0 ;;
18 exit $val
/freebsd-12-stable/sys/compat/linuxkpi/common/include/asm/
H A Dmsr.h34 #define rdmsrl(msr, val) ((val) = rdmsr(msr))
35 #define rdmsrl_safe(msr, val) rdmsr_safe(msr, val)
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Ddoorbell.h43 # define MLX5_PAIR_TO_64(val) ((uint64_t) val[1] << 32 | val[0])
45 # define MLX5_PAIR_TO_64(val) ((uint64_t) val[0] << 32 | val[1])
50 static inline void mlx5_write64(uint32_t val[2], void *dest, struct mlx5_spinlock *lock) argument
52 *(volatile uint64_t *)dest = MLX5_PAIR_TO_64(val);
57 static inline void mlx5_write64(uint32_t val[2], void *dest, struct mlx5_spinlock *lock) argument
60 *(volatile uint32_t *)dest = val[
[all...]
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Drandom.h51 u_int val; local
53 get_random_bytes(&val, sizeof(val));
54 return (val);
60 u_long val; local
62 get_random_bytes(&val, sizeof(val));
63 return (val);
/freebsd-12-stable/bin/date/
H A Dvary.c37 int val; member in struct:trans
74 for (f = 0; t[f].val != -1; f++)
77 return t[f].val;
128 adjyear(struct tm *t, char type, int val, int mk) argument
132 t->tm_year += val;
135 t->tm_year -= val;
138 t->tm_year = val;
149 adjmon(struct tm *t, char type, int val, int istext, int mk) argument
153 if (val < 0)
159 if (val <
209 adjday(struct tm *t, char type, int val, int mk) argument
253 adjwday(struct tm *t, char type, int val, int istext, int mk) argument
289 adjhour(struct tm *t, char type, int val, int mk) argument
334 adjmin(struct tm *t, char type, int val, int mk) argument
375 adjsec(struct tm *t, char type, int val, int mk) argument
422 int val; local
[all...]
/freebsd-12-stable/contrib/dtc/libfdt/
H A Dfdt_addresses.c61 int val; local
71 val = fdt32_to_cpu(*ac);
72 if ((val <= 0) || (val > FDT_MAX_NCELLS))
75 return val;
81 int val; local
91 val = fdt32_to_cpu(*sc);
92 if ((val < 0) || (val > FDT_MAX_NCELLS))
95 return val;
[all...]
/freebsd-12-stable/sys/contrib/libfdt/
H A Dfdt_addresses.c61 int val; local
71 val = fdt32_to_cpu(*ac);
72 if ((val <= 0) || (val > FDT_MAX_NCELLS))
75 return val;
81 int val; local
91 val = fdt32_to_cpu(*sc);
92 if ((val < 0) || (val > FDT_MAX_NCELLS))
95 return val;
[all...]
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh64 typeset val
66 for val in 1 2 3; do
67 if datasetexists $TESTPOOL/fs_$val; then
68 log_must $ZFS destroy $TESTPOOL/fs_$val
76 for val in 1 2 3; do
77 log_must $ZFS create -o copies=$val $TESTPOOL/fs_$val
79 log_must $MKFILE $FILESIZE /$TESTPOOL/fs_$val/$FILE
92 for val in 1 2 3; do
93 used=$(get_used_prop $TESTPOOL/fs_$val)
[all...]
/freebsd-12-stable/sys/powerpc/powernv/
H A Dopal.c42 cell_t val[2]; local
55 OF_getencprop(opal, "opal-base-address", val, sizeof(val));
56 opal_data = ((uint64_t)val[0] << 32) | val[1];
57 OF_getencprop(opal, "opal-entry-address", val, sizeof(val));
58 opal_entrypoint = ((uint64_t)val[0] << 32) | val[1];
/freebsd-12-stable/sys/arm64/include/
H A Diodev.h37 uint8_t val; \
38 __asm __volatile("ldrb %w0, [%1]" : "=&r" (val) : "r"(a)); \
39 val; \
44 uint16_t val; \
45 __asm __volatile("ldrh %w0, [%1]" : "=&r" (val) : "r"(a)); \
46 val; \
51 uint32_t val; \
52 __asm __volatile("ldr %w0, [%1]" : "=&r" (val) : "r"(a)); \
53 val; \
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.lltostrbase.d28 int64_t val[int];
34 val[i++] = -10;
35 val[i++] = -1;
36 val[i++] = 0;
37 val[i++] = 10;
38 val[i++] = 100;
39 val[i++] = 1000;
40 val[i++] = (1LL << 62);
48 printf("base %2d of %20d: ", base, val[i]);
54 printf(" %s\n", lltostr(val[
[all...]
/freebsd-12-stable/contrib/amd/amd/
H A Dconf.c73 static int gopt_arch(const char *val);
74 static int gopt_auto_attrcache(const char *val);
75 static int gopt_auto_dir(const char *val);
76 static int gopt_auto_nfs_version(const char *val);
77 static int gopt_autofs_use_lofs(const char *val);
78 static int gopt_browsable_dirs(const char *val);
79 static int gopt_cache_duration(const char *val);
80 static int gopt_cluster(const char *val);
81 static int gopt_debug_mtab_file(const char *val);
82 static int gopt_debug_options(const char *val);
277 set_conf_kv(const char *section, const char *key, const char *val) argument
351 process_global_option(const char *key, const char *val) argument
372 gopt_arch(const char *val) argument
380 gopt_auto_attrcache(const char *val) argument
392 gopt_auto_dir(const char *val) argument
399 gopt_auto_nfs_version(const char *val) argument
413 gopt_autofs_use_lofs(const char *val) argument
429 gopt_browsable_dirs(const char *val) argument
448 gopt_cache_duration(const char *val) argument
458 gopt_cluster(const char *val) argument
466 gopt_debug_mtab_file(const char *val) argument
474 gopt_debug_options(const char *val) argument
488 gopt_dismount_interval(const char *val) argument
498 gopt_domain_strip(const char *val) argument
514 gopt_exec_map_timeout(const char *val) argument
524 gopt_forced_unmounts(const char *val) argument
566 gopt_full_os(const char *val) argument
574 gopt_fully_qualified_hosts(const char *val) argument
590 gopt_hesiod_base(const char *val) argument
603 gopt_karch(const char *val) argument
611 gopt_pid_file(const char *val) argument
619 gopt_local_domain(const char *val) argument
627 gopt_localhost_address(const char *val) argument
635 gopt_ldap_base(const char *val) argument
648 gopt_ldap_cache_seconds(const char *val) argument
667 gopt_ldap_cache_maxmem(const char *val) argument
686 gopt_ldap_hostports(const char *val) argument
700 gopt_ldap_proto_version(const char *val) argument
738 gopt_log_file(const char *val) argument
746 gopt_log_options(const char *val) argument
754 gopt_map_defaults(const char *val) argument
762 gopt_map_options(const char *val) argument
770 gopt_map_reload_interval(const char *val) argument
780 gopt_map_type(const char *val) argument
793 gopt_mount_type(const char *val) argument
815 gopt_portmap_program(const char *val) argument
836 gopt_preferred_amq_port(const char *val) argument
849 gopt_nfs_allow_any_interface(const char *val) argument
865 gopt_nfs_allow_insecure_port(const char *val) argument
881 gopt_nfs_proto(const char *val) argument
893 gopt_nfs_retransmit_counter(const char *val) argument
904 gopt_nfs_retransmit_counter_udp(const char *val) argument
912 gopt_nfs_retransmit_counter_tcp(const char *val) argument
920 gopt_nfs_retransmit_counter_toplvl(const char *val) argument
928 gopt_nfs_retry_interval(const char *val) argument
939 gopt_nfs_retry_interval_udp(const char *val) argument
947 gopt_nfs_retry_interval_tcp(const char *val) argument
955 gopt_nfs_retry_interval_toplvl(const char *val) argument
963 gopt_nfs_vers(const char *val) argument
977 gopt_nfs_vers_ping(const char *val) argument
990 gopt_nis_domain(const char *val) argument
1003 gopt_normalize_hostnames(const char *val) argument
1019 gopt_normalize_slashes(const char *val) argument
1035 gopt_os(const char *val) argument
1043 gopt_osver(const char *val) argument
1051 gopt_plock(const char *val) argument
1067 gopt_print_pid(const char *val) argument
1083 gopt_print_version(const char *val) argument
1100 gopt_restart_mounts(const char *val) argument
1116 gopt_search_path(const char *val) argument
1124 gopt_selectors_in_defaults(const char *val) argument
1140 gopt_show_statfs_entries(const char *val) argument
1156 gopt_sun_map_syntax(const char *val) argument
1172 gopt_truncate_log(const char *val) argument
1188 gopt_unmount_on_exit(const char *val) argument
1204 gopt_use_tcpwrappers(const char *val) argument
1225 gopt_vendor(const char *val) argument
1236 process_regular_option(const char *section, const char *key, const char *val, cf_map_t *cfm) argument
1286 ropt_browsable_dirs(const char *val, cf_map_t *cfm) argument
1305 ropt_map_name(const char *val, cf_map_t *cfm) argument
1313 ropt_map_defaults(const char *val, cf_map_t *cfm) argument
1321 ropt_map_options(const char *val, cf_map_t *cfm) argument
1329 ropt_map_type(const char *val, cf_map_t *cfm) argument
1342 ropt_mount_type(const char *val, cf_map_t *cfm) argument
1364 ropt_search_path(const char *val, cf_map_t *cfm) argument
1372 ropt_sun_map_syntax(const char *val, cf_map_t *cfm) argument
1389 ropt_tag(const char *val, cf_map_t *cfm) argument
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.c36 int val = 1; local
39 if (sysctlbyname("debug.dtracetest.sdttest", NULL, NULL, &val,
40 sizeof(val)))
/freebsd-12-stable/lib/libc/sparc64/sys/
H A D__sparc_utrap_align.c42 u_long val; local
45 val = 0;
47 val = (val << 8) | p[i];
48 return (val);
52 __unaligned_store(u_char *p, u_long val, int size) argument
57 p[i] = val >> ((size - i - 1) * 8);
64 u_long val; local
76 val = __unaligned_load(addr, 2);
77 __emul_store_reg(uf, IF_F3_RD(insn), val);
[all...]

Completed in 621 milliseconds

1234567891011>>