Searched refs:get_value (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/libexec/rtld-elf/tests/libval/
H A Dlibval.c11 int get_value(void);
15 get_value(void) function
/freebsd-current/libexec/rtld-elf/tests/libdeep/
H A Dlibdeep.c11 int get_value(void);
20 return (get_value());
/freebsd-current/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_004_pos.ksh62 typeset user_used=$(get_value "userused@$QUSER1" $QFS)
63 typeset group_used=$(get_value "groupused@$QGROUP" $QFS)
76 user_used=$(get_value "userused@$QUSER1" $QFS)
77 group_used=$(get_value "groupused@$QGROUP" $QFS)
/freebsd-current/libexec/rtld-elf/tests/rtld_deepbind/
H A Drtld_deepbind.c13 int get_value(void);
31 * libval.so that provides get_value() and set_value() for both us and
32 * the lib. The lib's get_value() and set_value() should bind to the
47 app_value = get_value();
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_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 histogra
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h29 DWARFFormValue::ValueType get_value() const { return m_value; } function in class:lldb_private::plugin::dwarf::DWARFAttribute
59 return m_infos[i].attr.get_value();
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_utility.cpp154 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) macro
157 p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f);
159 (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f);
160 p->stepping = get_value(buf.eax, 0, 0x0f);
162 #undef get_value macro
/freebsd-current/usr.sbin/efivar/
H A Defivar.c139 get_value(char *val, size_t *datalen) function
162 data = get_value(val, &datalen);
187 data = get_value(val, &datalen);
/freebsd-current/contrib/bearssl/test/
H A Dtest_x509.c960 get_value(char *objtype, HT *objdata, long linenum, char *name) function
1150 name = get_value(objtype, objdata, linenum, "name");
1155 stype = get_value(objtype, objdata, linenum, "type");
1160 sn = get_value(objtype, objdata, linenum, "n");
1161 se = get_value(objtype, objdata, linenum, "e");
1171 sc = get_value(objtype, objdata, linenum, "curve");
1172 sq = get_value(objtype, objdata, linenum, "q");
1197 dnfile = get_value(objtype, objdata, linenum, "DN_file");
1198 kname = get_value(objtype, objdata, linenum, "key");
1199 tatype = get_value(objtyp
[all...]
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c25 static const char *get_value(const char *line, const char *key) function
442 #define key_match(key) (value = get_value(line, key "="))
/freebsd-current/contrib/one-true-awk/testdir/
H A Dfunstack.awk183 Author = TeX_to_HTML(get_value($0))
206 Journal = get_value($0)
234 Month = ($0 ~ /[=] *"/) ? get_value($0) : get_abbrev($0)
281 Number = get_value($0)
293 Pages = get_value($0)
302 String[get_key($0)] = get_value($0)
308 Title = TeX_to_HTML(get_value($0))
314 Url = get_value($0)
322 Volume = get_value($0)
328 Year = get_value(
350 function get_value(s) function
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp850 if (S_OK != Symbol->get_value(&Value))
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_controller.c2039 U32 get_value = this_controller->completion_queue_get; local
2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
2042 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value)

Completed in 137 milliseconds