Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
8 <method><ref>0x80712c0</ref></method>
12 <ref>0x80b9500</ref>
13 <geom><ref>0x80bfd00</ref></geom>
14 <provider><ref>0x80bf880</ref></provider>
19 <ref>0x80bfc80</ref>
20 <method><ref>0x80712c0</ref></method>
24 <ref>0x80b94c0</ref>
25 <geom><ref>0x80bfc80</ref></geom>
[all …]
H A Da1a.conf4 <ref>0x90712c0</ref>
7 <ref>0x90bfd00</ref>
8 <method><ref>0x90712c0</ref></method>
12 <ref>0x90b9500</ref>
13 <geom><ref>0x90bfd00</ref></geom>
14 <provider><ref>0x90bf880</ref></provider>
19 <ref>0x90bfc80</ref>
20 <method><ref>0x90712c0</ref></method>
24 <ref>0x90b94c0</ref>
25 <geom><ref>0x90bfc80</ref></geom>
[all …]
H A Da1d.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
8 <method><ref>0x80712c0</ref></method>
12 <ref>0x80b9500</ref>
13 <geom><ref>0x80bfd00</ref></geom>
14 <provider><ref>0x80bf880</ref></provider>
19 <ref>0x80bfc80</ref>
20 <method><ref>0x80712c0</ref></method>
24 <ref>0x80b94c0</ref>
25 <geom><ref>0x80bfc80</ref></geom>
[all …]
H A Da1b.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
8 <method><ref>0x80712c0</ref></method>
12 <ref>0x80b9500</ref>
13 <geom><ref>0x80bfd00</ref></geom>
14 <provider><ref>0x80bf880</ref></provider>
19 <ref>0x80bfc80</ref>
20 <method><ref>0x80712c0</ref></method>
24 <ref>0x80b94c0</ref>
25 <geom><ref>0x80bfc80</ref></geom>
[all …]
H A Da1c.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
8 <method><ref>0x80712c0</ref></method>
12 <ref>0x80b9500</ref>
13 <geom><ref>0x80bfd00</ref></geom>
14 <provider><ref>0x80bf880</ref></provider>
19 <ref>0x80bfc80</ref>
20 <method><ref>0x80712c0</ref></method>
24 <ref>0x80b94c0</ref>
25 <geom><ref>0x80bfc80</ref></geom>
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588s-pinctrl.dtsi15 /omit-if-no-ref/
30 /omit-if-no-ref/
71 /omit-if-no-ref/
80 /omit-if-no-ref/
91 /omit-if-no-ref/
100 /omit-if-no-ref/
111 /omit-if-no-ref/
120 /omit-if-no-ref/
131 /omit-if-no-ref/
138 /omit-if-no-ref/
[all...]
H A Drk3568-pinctrl.dtsi15 /omit-if-no-ref/
36 /omit-if-no-ref/
43 /omit-if-no-ref/
50 /omit-if-no-ref/
57 /omit-if-no-ref/
64 /omit-if-no-ref/
71 /omit-if-no-ref/
80 /omit-if-no-ref/
103 /omit-if-no-ref/
128 /omit-if-no-ref/
[all …]
H A Drockchip-pinconf.dtsi7 /omit-if-no-ref/
12 /omit-if-no-ref/
17 /omit-if-no-ref/
22 /omit-if-no-ref/
28 /omit-if-no-ref/
34 /omit-if-no-ref/
40 /omit-if-no-ref/
46 /omit-if-no-ref/
52 /omit-if-no-ref/
58 /omit-if-no-ref/
[all …]
H A Drk3588-pinctrl.dtsi15 /omit-if-no-ref/
25 /omit-if-no-ref/
35 /omit-if-no-ref/
52 /omit-if-no-ref/
61 /omit-if-no-ref/
70 /omit-if-no-ref/
77 /omit-if-no-ref/
88 /omit-if-no-ref/
99 /omit-if-no-ref/
108 /omit-if-no-ref/
[all …]
/freebsd/sys/dev/xen/grant_table/
H A Dgrant_table.c68 int ref, error; in get_free_entries() local
77 ref = head = gnttab_free_head; in get_free_entries()
85 *entries = ref; in get_free_entries()
118 put_free_entry(grant_ref_t ref) in put_free_entry() argument
122 gnttab_entry(ref) = gnttab_free_head; in put_free_entry()
123 gnttab_free_head = ref; in put_free_entry()
137 int error, ref; in gnttab_grant_foreign_access() local
139 error = get_free_entries(1, &ref); in gnttab_grant_foreign_access()
144 shared[ref].frame = frame; in gnttab_grant_foreign_access()
145 shared[ref].domid = domid; in gnttab_grant_foreign_access()
[all …]
/freebsd/sbin/hastd/
H A Dlzf.c116 const u8 *ref; in lzf_compress() local
151 ref = *hslot; *hslot = ip; in lzf_compress()
155 && ref < ip /* the next test will actually take care of this, but this is faster */ in lzf_compress()
157 && (off = ip - ref - 1) < MAX_OFF in lzf_compress()
159 && ref > (const u8 *)in_data in lzf_compress()
161 && ref[0] == ip[0] in lzf_compress()
162 && ref[1] == ip[1] in lzf_compress()
163 && ref[2] == ip[2] in lzf_compress()
165 && *(const u16 *)ref == *(const u16 *)ip in lzf_compress()
166 && ref[ in lzf_compress()
356 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1; lzf_decompress() local
[all...]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c95 reference_t *ref; in zfs_refcount_destroy_many() local
99 while ((ref = avl_destroy_nodes(&rc->rc_tree, &cookie)) != NULL) in zfs_refcount_destroy_many()
100 kmem_cache_free(reference_cache, ref); in zfs_refcount_destroy_many()
103 while ((ref = list_remove_head(&rc->rc_removed))) in zfs_refcount_destroy_many()
104 kmem_cache_free(reference_cache, ref); in zfs_refcount_destroy_many()
130 reference_t *ref; in zfs_refcount_add_many() local
139 ref = kmem_cache_alloc(reference_cache, KM_SLEEP); in zfs_refcount_add_many()
140 ref->ref_holder = holder; in zfs_refcount_add_many()
141 ref->ref_number = number; in zfs_refcount_add_many()
142 ref->ref_search = B_FALSE; in zfs_refcount_add_many()
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp25 SBCommandReturnObjectImpl(CommandReturnObject &ref) in SBCommandReturnObjectImpl() argument
26 : m_ptr(&ref), m_owned(false) {} in SBCommandReturnObjectImpl()
52 SBCommandReturnObject::SBCommandReturnObject(CommandReturnObject &ref) in SBCommandReturnObject() argument
53 : m_opaque_up(new SBCommandReturnObjectImpl(ref)) { in SBCommandReturnObject()
54 LLDB_INSTRUMENT_VA(this, ref); in SBCommandReturnObject()
88 ConstString output(ref().GetOutputData()); in GetOutput()
95 ConstString output(ref().GetErrorData()); in GetError()
102 return ref().GetOutputData().size(); in GetOutputSize()
108 return ref().GetErrorData().size(); in GetErrorSize()
162 ref().Clear(); in Clear()
[all …]
/freebsd/contrib/libucl/tests/schema/
H A DrefRemote.json.disabled3 "description": "remote ref",
4 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/integer.json"},
7 "description": "remote ref valid",
12 "description": "remote ref invalid",
19 "description": "fragment within remote ref",
20 "schema": {"$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/integer"},
35 "description": "ref within remote ref",
37 "$ref": "http://highsecure.ru/ucl-schema/remotes/subSchemas.json#/refToInteger"
41 "description": "ref within ref valid",
46 "description": "ref within ref invalid",
[all …]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c221 const unsigned char *ref; in FASTLZ_COMPRESSOR() local
236 ref = anchor - 1 + 3; in FASTLZ_COMPRESSOR()
244 ref = htab[hval]; in FASTLZ_COMPRESSOR()
247 distance = anchor - ref; in FASTLZ_COMPRESSOR()
252 if (!ref) in FASTLZ_COMPRESSOR()
261 *ref++ != *ip++ || *ref++ != *ip++ || in FASTLZ_COMPRESSOR()
262 *ref++ != *ip++) in FASTLZ_COMPRESSOR()
268 if (*ip++ != *ref++ || *ip++ != *ref++) in FASTLZ_COMPRESSOR()
286 if (*ref++ != x) in FASTLZ_COMPRESSOR()
294 if (*ref++ != *ip++) in FASTLZ_COMPRESSOR()
[all …]
/freebsd/contrib/bzip2/
H A DFREEBSD-upgrade17 gzip -9 sample1.ref sample2.ref sample3.ref
18 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
19 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
20 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
21 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
22 rm sample3.bz2 sample3.ref.gz
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drefcount.h37 refcount_set(refcount_t *ref, unsigned int i)
39 atomic_set(ref, i);
43 refcount_inc(refcount_t *ref) in refcount_set()
45 atomic_inc(ref);
49 refcount_inc_not_zero(refcount_t *ref) in refcount_inc()
51 return (atomic_inc_not_zero(ref));
55 refcount_dec(refcount_t *ref) in refcount_inc_not_zero()
57 atomic_dec(ref);
61 refcount_read(refcount_t *ref) in refcount_dec()
63 return atomic_read(ref);
40 refcount_set(refcount_t * ref,unsigned int i) refcount_set() argument
46 refcount_inc(refcount_t * ref) refcount_inc() argument
52 refcount_inc_not_zero(refcount_t * ref) refcount_inc_not_zero() argument
58 refcount_dec(refcount_t * ref) refcount_dec() argument
64 refcount_read(refcount_t * ref) refcount_read() argument
70 refcount_dec_and_lock_irqsave(refcount_t * ref,spinlock_t * lock,unsigned long * flags) refcount_dec_and_lock_irqsave() argument
[all...]
/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.c260 struct ttm_ref_object *ref; in ttm_ref_object_add() local
273 ref = drm_hash_entry(hash, struct ttm_ref_object, hash); in ttm_ref_object_add()
274 refcount_acquire(&ref->kref); in ttm_ref_object_add()
280 ret = ttm_mem_global_alloc(mem_glob, sizeof(*ref), in ttm_ref_object_add()
284 ref = malloc(sizeof(*ref), M_TTM_OBJ_REF, M_WAITOK); in ttm_ref_object_add()
285 ref->hash.key = base->hash.key; in ttm_ref_object_add()
286 ref->obj = base; in ttm_ref_object_add()
287 ref->tfile = tfile; in ttm_ref_object_add()
288 ref->ref_type = ref_type; in ttm_ref_object_add()
289 refcount_init(&ref->kref, 1); in ttm_ref_object_add()
[all …]
/freebsd/usr.bin/localedef/
H A Dcollate.c160 int32_t ref; member
170 int32_t ref[COLL_WEIGHTS_MAX]; member
183 int32_t ref[COLL_WEIGHTS_MAX]; member
193 int32_t ref[COLL_WEIGHTS_MAX]; member
205 int32_t ref[COLLATE_STR_LEN]; member
288 get_pri(int32_t ref) in get_pri() argument
290 if ((ref < 0) || (ref > numpri)) { in get_pri()
294 return (&prilist[ref]); in get_pri()
298 set_pri(int32_t ref, int32_t v, res_t res) in set_pri() argument
302 pri = get_pri(ref); in set_pri()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c511 const BYTE *ref; in LZ4_compressCtx() local
526 ref = base + HashTable[h]; in LZ4_compressCtx()
529 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()
532 while ((ip > anchor) && (ref > (const BYTE *) source) && in LZ4_compressCtx()
533 unlikely(ip[-1] == ref[-1])) { in LZ4_compressCtx()
535 ref--; in LZ4_compressCtx()
561 LZ4_WRITE_LITTLEENDIAN_16(op, ip - ref); in LZ4_compressCtx()
565 ref += MINMATCH; /* MinMatch verified */ in LZ4_compressCtx()
568 UARCH diff = AARCH(ref) ^ AARCH(ip); in LZ4_compressCtx()
571 ref += STEPSIZE; in LZ4_compressCtx()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1126-pinctrl.dtsi15 /omit-if-no-ref/
23 /omit-if-no-ref/
29 /omit-if-no-ref/
49 /omit-if-no-ref/
55 /omit-if-no-ref/
63 /omit-if-no-ref/
81 /omit-if-no-ref/
91 /omit-if-no-ref/
101 /omit-if-no-ref/
109 /omit-if-no-ref/
[all...]
/freebsd/contrib/libcbor/doc/
H A Ddoxy_frontpage.md11 - \ref src/cbor/common.h
12 - \ref src/cbor/encoding.h
13 - \ref src/cbor.h
16 - \ref src/cbor/internal/builder_callbacks.h
17 - \ref src/cbor/internal/stack.h
20 - \ref src/cbor/internal/encoders.h
21 - \ref src/cbor/internal/loaders.h
24 - \ref src/cbor/streaming.h
27 - \ref src/cbor/ints.h
28 - \ref src/cbor/bytestrings.h
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
20 inline ty *unwrap(ref P) { \
24 inline ref wrap(const ty *P) { \
25 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
32 inline T *unwrap(ref P) { \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
40 inline T *unwrap(ref P) { \
/freebsd/contrib/unbound/services/cache/
H A Drrset.c175 rrset_update_id(struct rrset_ref* ref, struct alloc_cache* alloc) in rrset_update_id() argument
180 lock_rw_wrlock(&ref->key->entry.lock); in rrset_update_id()
182 if(ref->key->id == ref->id) { in rrset_update_id()
183 ref->key->id = newid; in rrset_update_id()
184 ref->id = newid; in rrset_update_id()
186 lock_rw_unlock(&ref->key->entry.lock); in rrset_update_id()
190 rrset_cache_update(struct rrset_cache* r, struct rrset_ref* ref, in rrset_cache_update() argument
194 struct ub_packed_rrset_key* k = ref->key; in rrset_cache_update()
198 log_assert(ref->id != 0 && k->id != 0); in rrset_cache_update()
209 ref->key = (struct ub_packed_rrset_key*)e->key; in rrset_cache_update()
[all …]
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm244 my $ref = shift;
269 if (ref($ref) eq "ARRAY") {
270 if (scalar @$ref == 0) {
279 @items = @$ref;
281 } elsif (ref($ref) eq "HASH") {
282 if (scalar keys %$ref == 0) {
286 quotify1($_) . " => " . dump_data($ref->{$_}, %subopts);
291 @items = sort keys %$ref;
293 } elsif (ref($ref) eq "SCALAR") {
294 $product = defined $$ref ? quotify1 $$ref : "undef";
[all …]

12345678910>>...37