Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/unbound/contrib/
HDunbound_munin_115 get_value ( ) { function
168 get_value "time.now"
429 get_value "time.elapsed"
439 get_value $1
506 get_value total.num.cachehits
526 get_value $x
530 get_value histogram.000000.065536.to.000000.131072
532 get_value histogram.000000.131072.to.000000.262144
534 get_value histogram.000000.262144.to.000000.524288
536 get_value histogram.000000.524288.to.000001.000000
[all …]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/userquota/
HDuserquota_004_pos.ksh65 typeset user_used=$(get_value "userused@$QUSER1" $QFS)
66 typeset group_used=$(get_value "groupused@$QGROUP" $QFS)
79 user_used=$(get_value "userused@$QUSER1" $QFS)
80 group_used=$(get_value "groupused@$QGROUP" $QFS)
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
HDuserquota_004_pos.ksh54 typeset user_used=$(get_value "userused@$QUSER1" $QFS)
55 typeset group_used=$(get_value "groupused@$QGROUP" $QFS)
69 user_used=$(get_value "userused@$QUSER1" $QFS)
70 group_used=$(get_value "groupused@$QGROUP" $QFS)
HDuserquota_common.kshlib108 function get_value # property dataset function
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/
HDprojectquota_003_pos.ksh57 typeset project_used=$(get_value "projectused@$PRJID1" $QFS)
69 project_used=$(get_value "projectused@$PRJID1" $QFS)
78 typeset project_obj_used=$(get_value "projectobjused@$PRJID2" $QFS)
91 project_obj_used=$(get_value "projectobjused@$PRJID2" $QFS)
HDprojectquota_common.kshlib78 function get_value function
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_utility.cpp91 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() macro
94 p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f); in __kmp_query_cpuid()
96 (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f); in __kmp_query_cpuid()
97 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid()
99 #undef get_value in __kmp_query_cpuid()
/freebsd-13-stable/libexec/rtld-elf/tests/libval/
HDlibval.c11 int get_value(void);
15 get_value(void) in get_value() function
/freebsd-13-stable/libexec/rtld-elf/tests/libdeep/
HDlibdeep.c11 int get_value(void);
20 return (get_value()); in proxy_get_value()
/freebsd-13-stable/libexec/rtld-elf/tests/rtld_deepbind/
HDrtld_deepbind.c13 int get_value(void);
54 app_value = get_value(); in ATF_TC_BODY()
/freebsd-13-stable/contrib/bearssl/test/
HDtest_x509.c960 get_value(char *objtype, HT *objdata, long linenum, char *name) in get_value() function
1150 name = get_value(objtype, objdata, linenum, "name"); in parse_object()
1155 stype = get_value(objtype, objdata, linenum, "type"); in parse_object()
1160 sn = get_value(objtype, objdata, linenum, "n"); in parse_object()
1161 se = get_value(objtype, objdata, linenum, "e"); in parse_object()
1171 sc = get_value(objtype, objdata, linenum, "curve"); in parse_object()
1172 sq = get_value(objtype, objdata, linenum, "q"); in parse_object()
1197 dnfile = get_value(objtype, objdata, linenum, "DN_file"); in parse_object()
1198 kname = get_value(objtype, objdata, linenum, "key"); in parse_object()
1199 tatype = get_value(objtype, objdata, linenum, "type"); in parse_object()
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFAttribute.h29 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() function
59 return m_infos[i].attr.get_value(); in ValueAtIndex()
/freebsd-13-stable/usr.sbin/efivar/
HDefivar.c139 get_value(char *val, size_t *datalen) in get_value() function
162 data = get_value(val, &datalen); in append_variable()
187 data = get_value(val, &datalen); in write_variable()
/freebsd-13-stable/contrib/wireguard-tools/
HDconfig.c25 static const char *get_value(const char *line, const char *key) in get_value() function
442 #define key_match(key) (value = get_value(line, key "=")) in process_line()
/freebsd-13-stable/sys/dev/isci/scil/
HDscic_sds_controller.c2039 U32 get_value = this_controller->completion_queue_get; in scic_sds_controller_completion_queue_has_entries() local
2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in scic_sds_controller_completion_queue_has_entries()
2042 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value) in scic_sds_controller_completion_queue_has_entries()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp850 if (S_OK != Symbol->get_value(&Value)) in getValue()
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-wrapper.swig547 static char callee_name[] = "get_value";