Home
last modified time | relevance | path

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

12345678910>>...87

/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
12 <ref>0x80b9500</ref>
19 <ref>0x80bfc80</ref>
24 <ref>0x80b94c0</ref>
31 <ref>0x80bfc00</ref>
36 <ref>0x80b9480</ref>
48 <ref>0x80b9440</ref>
60 <ref>0x80b9400</ref>
72 <ref>0x80b93c0</ref>
[all …]
H A Da1a.conf4 <ref>0x90712c0</ref>
7 <ref>0x90bfd00</ref>
12 <ref>0x90b9500</ref>
19 <ref>0x90bfc80</ref>
24 <ref>0x90b94c0</ref>
31 <ref>0x90bfc00</ref>
36 <ref>0x90b9480</ref>
48 <ref>0x90b9440</ref>
60 <ref>0x90b9400</ref>
72 <ref>0x90b93c0</ref>
[all …]
H A Da1b.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
12 <ref>0x80b9500</ref>
19 <ref>0x80bfc80</ref>
24 <ref>0x80b94c0</ref>
31 <ref>0x80bfc00</ref>
36 <ref>0x80b9480</ref>
48 <ref>0x80b9440</ref>
60 <ref>0x80b9400</ref>
72 <ref>0x80b93c0</ref>
[all …]
H A Da1c.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
12 <ref>0x80b9500</ref>
19 <ref>0x80bfc80</ref>
24 <ref>0x80b94c0</ref>
31 <ref>0x80bfc00</ref>
36 <ref>0x80b9480</ref>
48 <ref>0x80b9440</ref>
60 <ref>0x80b9400</ref>
72 <ref>0x80b93c0</ref>
[all …]
H A Da1d.conf4 <ref>0x80712c0</ref>
7 <ref>0x80bfd00</ref>
12 <ref>0x80b9500</ref>
19 <ref>0x80bfc80</ref>
24 <ref>0x80b94c0</ref>
31 <ref>0x80bfc00</ref>
36 <ref>0x80b9480</ref>
48 <ref>0x80b9440</ref>
60 <ref>0x80b9400</ref>
72 <ref>0x80b93c0</ref>
[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
85 *entries = ref; in get_free_entries()
137 int error, ref; in gnttab_grant_foreign_access() local
150 *result = ref; in gnttab_grant_foreign_access()
247 int error, ref; in gnttab_grant_foreign_transfer() local
255 *result = ref; in gnttab_grant_foreign_transfer()
322 grant_ref_t ref; in gnttab_free_grant_references() local
328 ref = head; in gnttab_free_grant_references()
330 ref = gnttab_entry(ref); in gnttab_free_grant_references()
344 int ref, error; in gnttab_alloc_grant_references() local
[all …]
/freebsd/sbin/hastd/
H A Dlzf.c116 const u8 *ref; in lzf_compress() local
151 ref = *hslot; *hslot = ip; 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()
166 && ref[2] == ip[2] in lzf_compress()
377 ref -= *ip++; in lzf_decompress()
385 if (ref < (u8 *)out_data) in lzf_decompress()
395 *op++ = *ref++; in lzf_decompress()
396 *op++ = *ref++; in lzf_decompress()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Drefcount.c95 reference_t *ref; in zfs_refcount_destroy_many() local
130 reference_t *ref; in zfs_refcount_add_many() local
140 ref->ref_holder = holder; in zfs_refcount_add_many()
171 reference_t *ref, s; in zfs_refcount_remove_many() local
229 reference_t *ref; in zfs_refcount_transfer() local
266 reference_t *ref, s; in zfs_refcount_transfer_ownership_many() local
276 ASSERT(ref); in zfs_refcount_transfer_ownership_many()
298 reference_t *ref, s; in zfs_refcount_held() local
312 res = ref && ref->ref_holder == holder; in zfs_refcount_held()
325 reference_t *ref, s; in zfs_refcount_not_held() local
[all …]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp54 LLDB_INSTRUMENT_VA(this, ref); in SBCommandReturnObject()
162 ref().Clear(); in Clear()
168 return ref().GetStatus(); in GetStatus()
174 ref().SetStatus(status); in SetStatus()
180 return ref().Succeeded(); in Succeeded()
186 return ref().HasResult(); in HasResult()
192 ref().AppendMessage(message); in AppendMessage()
198 ref().AppendWarning(message); in AppendWarning()
228 else if (ref().Succeeded()) in GetDescription()
297 ref().AppendMessage(string); in PutCString()
[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",
35 "description": "ref within remote ref",
41 "description": "ref within ref valid",
46 "description": "ref within ref invalid",
59 "items": {"$ref": "folderInteger.json"}
64 "description": "changed scope ref valid",
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-port.yaml16 $ref: /schemas/graph.yaml#/$defs/port-base
25 $ref: simple-card.yaml#/definitions/mclk-fs
28 $ref: /schemas/graph.yaml#/$defs/endpoint-base
31 $ref: simple-card.yaml#/definitions/mclk-fs
34 $ref: /schemas/types.yaml#/definitions/flag
37 $ref: /schemas/types.yaml#/definitions/flag
105 $ref: "#/definitions/port-base"
109 $ref: "#/definitions/port-base"
113 $ref: "#/definitions/endpoint-base"
117 - $ref: "#/definitions/port-base"
[all …]
H A Dsimple-card.yaml164 $ref: "#/definitions/label"
171 $ref: "#/definitions/widgets"
173 $ref: "#/definitions/routing"
185 $ref: "#/definitions/format"
187 $ref: "#/definitions/mclk-fs"
195 $ref: "#/definitions/prefix"
205 $ref: "#/definitions/dai"
207 $ref: "#/definitions/dai"
209 $ref: "#/definitions/dai"
254 $ref: "#/definitions/dai"
[all …]
/freebsd/lib/libmd/
H A DMakefile79 sha0.ref sha0hl.c sha1.ref sha1hl.c shadriver \
80 sha224.ref sha256.ref sha224hl.c sha256hl.c \
86 skein256.ref skein512.ref skein1024.ref \
237 md4.ref:
249 md5.ref:
259 sha0.ref:
272 sha1.ref:
285 sha224.ref:
299 sha256.ref:
429 test: md4.ref md5.ref sha0.ref rmd160.ref sha1.ref sha224.ref sha256.ref sha384.ref \
[all …]
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz.c244 ref = htab[hval]; in FASTLZ_COMPRESSOR()
252 if (!ref) in FASTLZ_COMPRESSOR()
261 *ref++ != *ip++ || *ref++ != *ip++ || in FASTLZ_COMPRESSOR()
268 if (*ip++ != *ref++ || *ip++ != *ref++) in FASTLZ_COMPRESSOR()
449 ref -= ofs; in FASTLZ_DECOMPRESSOR()
453 ref -= *ip++; in FASTLZ_DECOMPRESSOR()
460 ref -= code; in FASTLZ_DECOMPRESSOR()
488 if (ref == op) { in FASTLZ_DECOMPRESSOR()
502 ref--; in FASTLZ_DECOMPRESSOR()
503 *op++ = *ref++; in FASTLZ_DECOMPRESSOR()
[all …]
/freebsd/sys/dev/drm2/ttm/
H A Dttm_object.c260 struct ttm_ref_object *ref; in ttm_ref_object_add() local
284 ref = malloc(sizeof(*ref), M_TTM_OBJ_REF, M_WAITOK); in ttm_ref_object_add()
285 if (unlikely(ref == NULL)) { in ttm_ref_object_add()
291 ref->obj = base; in ttm_ref_object_add()
292 ref->tfile = tfile; in ttm_ref_object_add()
293 ref->ref_type = ref_type; in ttm_ref_object_add()
312 free(ref, M_TTM_OBJ_REF); in ttm_ref_object_add()
327 list_del(&ref->head); in ttm_ref_object_release()
335 free(ref, M_TTM_OBJ_REF); in ttm_ref_object_release()
343 struct ttm_ref_object *ref; in ttm_ref_object_base_unref() local
[all …]
/freebsd/contrib/bzip2/
H A DFREEBSD-upgrade19 gzip -9 sample1.ref sample2.ref sample3.ref
20 uuencode sample1.ref.gz sample1.ref.gz > sample1.ref.gz.uu
21 uuencode sample2.ref.gz sample2.ref.gz > sample2.ref.gz.uu
22 uuencode sample3.ref.gz sample3.ref.gz > sample3.ref.gz.uu
23 rm sample1.bz2 sample1.ref.gz sample2.bz2 sample2.ref.gz
24 rm sample3.bz2 sample3.ref.gz
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drefcount.h40 refcount_set(refcount_t *ref, unsigned int i) in refcount_set() argument
42 atomic_set(&ref->value, i); in refcount_set()
46 refcount_inc(refcount_t *ref) in refcount_inc() argument
48 atomic_inc(&ref->value); in refcount_inc()
52 refcount_inc_not_zero(refcount_t *ref) in refcount_inc_not_zero() argument
54 return (atomic_inc_not_zero(&ref->value)); in refcount_inc_not_zero()
58 refcount_dec(refcount_t *ref) in refcount_dec() argument
60 atomic_dec(&ref->value); in refcount_dec()
64 refcount_read(refcount_t *ref) in refcount_read() argument
66 return atomic_read(&ref->value); in refcount_read()
[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/
73 /omit-if-no-ref/
107 /omit-if-no-ref/
119 /omit-if-no-ref/
125 /omit-if-no-ref/
[all …]
/freebsd/usr.bin/localedef/
H A Dcollate.c160 int32_t ref; member
288 get_pri(int32_t ref) in get_pri() argument
290 if ((ref < 0) || (ref > numpri)) { in get_pri()
302 pri = get_pri(ref); in set_pri()
595 int32_t ref; in end_order() local
610 set_pri(currchar->ref[i], ref, REFER); in end_order()
640 set_pri(currelem->ref[i], ref, REFER); in end_order()
667 set_pri(currundef->ref[i], ref, REFER); in end_order()
716 int32_t ref; in start_order_char() local
752 set_pri(cc->ref[i], ref, REFER); in start_order_char()
[all …]
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c529 } while ((ref < ip - MAX_DISTANCE) || (A32(ref) != A32(ip))); in LZ4_compressCtx()
535 ref--; in LZ4_compressCtx()
580 ref += 4; in LZ4_compressCtx()
585 ref += 2; in LZ4_compressCtx()
728 ref--; in LZ4_compress64kCtx()
773 ref += 4; in LZ4_compress64kCtx()
778 ref += 2; in LZ4_compress64kCtx()
904 const BYTE *ref; in LZ4_uncompress_unknownOutputSize() local
986 ref += 4; in LZ4_uncompress_unknownOutputSize()
987 ref -= dec32table[op-ref]; in LZ4_uncompress_unknownOutputSize()
[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
24 - \ref src/cbor/streaming.h
27 - \ref src/cbor/ints.h
28 - \ref src/cbor/bytestrings.h
29 - \ref src/cbor/strings.h
30 - \ref src/cbor/arrays.h
31 - \ref src/cbor/maps.h
32 - \ref src/cbor/tags.h
[all …]

12345678910>>...87