| /freebsd-13.1/contrib/unbound/contrib/ |
| H A D | unbound_munin_ | 115 get_value ( ) { function 168 get_value "time.now" 428 get_value "time.elapsed" 438 get_value $1 505 get_value total.num.cachehits 525 get_value $x 529 get_value histogram.000000.065536.to.000000.131072 531 get_value histogram.000000.131072.to.000000.262144 533 get_value histogram.000000.262144.to.000000.524288 535 get_value histogram.000000.524288.to.000001.000000 [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/userquota/ |
| H A D | userquota_004_pos.ksh | 67 typeset user_used=$(get_value "userused@$QUSER1" $QFS) 68 typeset group_used=$(get_value "groupused@$QGROUP" $QFS) 81 user_used=$(get_value "userused@$QUSER1" $QFS) 82 group_used=$(get_value "groupused@$QGROUP" $QFS)
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userquota_004_pos.ksh | 54 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)
|
| H A D | userquota_common.kshlib | 108 function get_value # property dataset function
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/projectquota/ |
| H A D | projectquota_003_pos.ksh | 57 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)
|
| H A D | projectquota_common.kshlib | 78 function get_value function
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_utility.cpp | 154 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() macro 157 p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f); in __kmp_query_cpuid() 159 (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f); in __kmp_query_cpuid() 160 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid() 162 #undef get_value in __kmp_query_cpuid()
|
| /freebsd-13.1/contrib/bearssl/test/ |
| H A D | test_x509.c | 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() 1198 kname = get_value(objtype, objdata, linenum, "key"); in parse_object() 1199 tatype = get_value(objtype, objdata, linenum, "type"); in parse_object() 1227 get_value(objtype, objdata, linenum, "anchors")); in parse_object() 1229 get_value(objtype, objdata, linenum, "chain")); in parse_object() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFAttribute.h | 27 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() function 60 return m_infos[i].attr.get_value(); in ValueAtIndex()
|
| /freebsd-13.1/usr.sbin/efivar/ |
| H A D | efivar.c | 141 get_value(char *val, size_t *datalen) in get_value() function 164 data = get_value(val, &datalen); in append_variable() 189 data = get_value(val, &datalen); in write_variable()
|
| /freebsd-13.1/sys/dev/isci/scil/ |
| H A D | scic_sds_controller.c | 2041 U32 get_value = this_controller->completion_queue_get; in scic_sds_controller_completion_queue_has_entries() local 2042 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in scic_sds_controller_completion_queue_has_entries() 2044 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value) in scic_sds_controller_completion_queue_has_entries()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 850 if (S_OK != Symbol->get_value(&Value)) in getValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-wrapper.swig | 851 static char callee_name[] = "get_value";
|