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

/freebsd-12-stable/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_004_pos.ksh67 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-12-stable/contrib/unbound/contrib/
H A Dunbound_munin_117 get_value ( ) { function
158 get_value "time.now"
421 get_value "time.elapsed"
431 get_value $1
502 get_value total.num.cachehits
522 get_value $x
526 get_value histogram.000000.065536.to.000000.131072
528 get_value histogram.000000.131072.to.000000.262144
530 get_value histogram.000000.262144.to.000000.524288
532 get_value histogra
[all...]
/freebsd-12-stable/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-12-stable/contrib/libstdc++/include/tr1/
H A Dtuple_defs.h51 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
58 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
H A Dtuple_iterate.h131 get_value(_Tp& __in) function in struct:std::__get_helper
136 get_value(const _Tp& __in) function in struct:std::__get_helper
/freebsd-12-stable/usr.sbin/efivar/
H A Defivar.c100 get_value(char *val, size_t *datalen) function
123 data = get_value(val, &datalen);
148 data = get_value(val, &datalen);
/freebsd-12-stable/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-12-stable/contrib/gcc/
H A Dtree-ssa-ccp.c400 get_value (tree var, bool may_use_default_p) function
416 prop_value_t *old_val = get_value (var, false);
508 prop_value_t *val = get_value (use, true);
562 get_value (def, false)->lattice_val = VARYING;
585 prop_value_t *val = get_value (PHI_RESULT (phi), false);
592 && get_value (arg, false)->lattice_val == VARYING)
729 old_val = get_value (PHI_RESULT (phi), false);
789 arg_val = *(get_value (arg, true));
852 return get_value (rhs, true)->value;
885 prop_value_t *val = get_value (op
[all...]
/freebsd-12-stable/contrib/binutils/bfd/
H A Dbout.c491 get_value (arelent *reloc,
554 value = get_value (reloc_entry, link_info, input_section);
594 value = get_value (reloc_entry, link_info, input_section);
1067 bfd_vma value = get_value (r, link_info, input_section);
1294 + get_value (reloc, link_info, input_section)),
1329 value = get_value (reloc, link_info, input_section);
1349 value = get_value (reloc, link_info, input_section);
490 get_value (arelent *reloc, function
H A Delflink.c7043 get_value (bfd_vma size,
7191 x = get_value (wordsz, chunksz, input_bfd, contents + rel->r_offset);
7033 get_value (bfd_vma size, function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp850 if (S_OK != Symbol->get_value(&Value))
/freebsd-12-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c2041 U32 get_value = this_controller->completion_queue_get; local
2042 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
2044 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value)

Completed in 274 milliseconds