Searched refs:ref (Results 1 - 25 of 242) sorted by relevance

12345678910

/freebsd-9.3-release/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></geo
[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></geo
[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></geo
[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></geo
[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></geo
[all...]
H A Da2d.conf6 <class ref="0x80740e0"/>
10 <geom ref="0x80bce00"/>
11 <provider ref="0x80bc880"/>
16 <class ref="0x80740e0"/>
20 <geom ref="0x80bcc80"/>
21 <provider ref="0x80bc800"/>
26 <class ref="0x80740e0"/>
30 <geom ref="0x80bcb00"/>
31 <provider ref="0x80bc780"/>
36 <class ref
[all...]
H A Da2.conf6 <class ref="0x80740e0"/>
10 <geom ref="0x80bce00"/>
11 <provider ref="0x80bc880"/>
16 <class ref="0x80740e0"/>
20 <geom ref="0x80bcc80"/>
21 <provider ref="0x80bc800"/>
26 <class ref="0x80740e0"/>
30 <geom ref="0x80bcb00"/>
31 <provider ref="0x80bc780"/>
36 <class ref
[all...]
H A Da2a.conf6 <class ref="0x90740e0"/>
10 <geom ref="0x90bce00"/>
11 <provider ref="0x90bc880"/>
16 <class ref="0x90740e0"/>
20 <geom ref="0x90bcc80"/>
21 <provider ref="0x90bc800"/>
26 <class ref="0x90740e0"/>
30 <geom ref="0x90bcb00"/>
31 <provider ref="0x90bc780"/>
36 <class ref
[all...]
H A Da2b.conf6 <class ref="0x80740e0"/>
10 <geom ref="0x80bce00"/>
11 <provider ref="0x80bc880"/>
16 <class ref="0x80740e0"/>
20 <geom ref="0x80bcc80"/>
21 <provider ref="0x80bc800"/>
26 <class ref="0x80740e0"/>
30 <geom ref="0x80bcb00"/>
31 <provider ref="0x80bc780"/>
36 <class ref
[all...]
H A Da2c.conf6 <class ref="0x80740e0"/>
10 <geom ref="0x80bce00"/>
11 <provider ref="0x80bc880"/>
16 <class ref="0x80740e0"/>
20 <geom ref="0x80bcc80"/>
21 <provider ref="0x80bc800"/>
26 <class ref="0x80740e0"/>
30 <geom ref="0x80bcb00"/>
31 <provider ref="0x80bc780"/>
36 <class ref
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drefcount.c28 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { argument
29 REQUIRE(ref != NULL);
31 ref->refs = n;
33 return (isc_mutex_init(&ref->lock));
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drefcount.c28 isc_refcount_init(isc_refcount_t *ref, unsigned int n) { argument
29 REQUIRE(ref != NULL);
31 ref->refs = n;
33 return (isc_mutex_init(&ref->lock));
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
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) \
29 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
32 inline T *unwrap(ref P) { \
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
37 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
40 inline T *unwrap(ref
[all...]
/freebsd-9.3-release/contrib/nvi/docs/USD.doc/vi.ref/
H A DMakefile7 all: vi.ref.txt vi.ref.ps
9 vi.ref.txt: vi.ref index.so
10 soelim vi.ref | ${TBL} | groff ${MACROS} -Tascii > $@
14 vi.ref.ps: vi.ref index.so
15 soelim vi.ref | ${TBL} | ${ROFF} ${MACROS} > $@
19 index.so: vi.ref
21 soelim vi.ref |
[all...]
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_global.c70 int drm_global_item_ref(struct drm_global_reference *ref) argument
73 struct drm_global_item *item = &glob[ref->global_type];
78 item->object = malloc(ref->size, M_DRM_GLOBAL,
81 ref->object = item->object;
82 ret = ref->init(ref);
88 ref->object = item->object;
98 void drm_global_item_unref(struct drm_global_reference *ref) argument
100 struct drm_global_item *item = &glob[ref->global_type];
104 MPASS(ref
[all...]
H A Ddrm_global.h51 extern int drm_global_item_ref(struct drm_global_reference *ref);
52 extern void drm_global_item_unref(struct drm_global_reference *ref);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c210 dump_mem_ref (FILE *file, struct mem_ref *ref) argument
212 fprintf (file, "Reference %p:\n", (void *) ref);
214 fprintf (file, " group %p (base ", (void *) ref->group);
215 print_generic_expr (file, ref->group->base, TDF_SLIM);
217 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ref->group->step);
221 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ref->delta);
224 fprintf (file, " %s\n", ref->write_p ? "write" : "read");
307 struct mem_ref *ref, *next_r; local
312 for (ref = groups->refs; ref; re
403 tree ref = *ref_p; local
436 gather_memory_references_ref(struct loop *loop, struct mem_ref_group **refs, tree ref, bool write_p, tree stmt) argument
495 prune_ref_by_self_reuse(struct mem_ref *ref) argument
540 prune_ref_by_group_reuse(struct mem_ref *ref, struct mem_ref *by, bool by_is_before) argument
656 prune_ref_by_reuse(struct mem_ref *ref, struct mem_ref *refs) argument
738 should_issue_prefetch_p(struct mem_ref *ref) argument
759 struct mem_ref *ref; local
805 struct mem_ref *ref; local
820 issue_prefetch_ref(struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) argument
864 struct mem_ref *ref; local
908 struct mem_ref *ref; local
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dlzf.c114 const u8 *ref; local
149 ref = *hslot; *hslot = ip;
153 && ref < ip /* the next test will actually take care of this, but this is faster */
155 && (off = ip - ref - 1) < MAX_OFF
157 && ref > (const u8 *)in_data
159 && ref[0] == ip[0]
160 && ref[1] == ip[1]
161 && ref[2] == ip[2]
163 && *(const u16 *)ref == *(const u16 *)ip
164 && ref[
354 u8 *ref = op - ((ctrl & 0x1f) << 8) - 1; local
[all...]
/freebsd-9.3-release/share/doc/papers/relengr/
H A DMakefile7 EXTRA= ref.bib
13 @(echo .R1; echo database ${.CURDIR}/ref.bib; echo .R2) > ${.TARGET}
/freebsd-9.3-release/share/doc/psd/02.implement/
H A DMakefile6 EXTRA= ref.bib
14 @(echo .R1; echo database ${.CURDIR}/ref.bib; \
/freebsd-9.3-release/share/doc/usd/13.viref/
H A DMakefile5 SRCS= vi.ref-patched
6 EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
8 CLEANFILES= vi.ref-patched index
12 SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref
14 vi.ref-patched: vi.ref
24 sed -e 's:^\.so index\.so\.\\\*\[\.T\]$$::' vi.ref-patched | \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c81 reference_t *ref; local
84 while (ref = list_head(&rc->rc_list)) {
85 list_remove(&rc->rc_list, ref);
86 kmem_cache_free(reference_cache, ref);
90 while (ref = list_head(&rc->rc_removed)) {
91 list_remove(&rc->rc_removed, ref);
92 kmem_cache_free(reference_history_cache, ref->ref_removed);
93 kmem_cache_free(reference_cache, ref);
120 reference_t *ref = NULL; local
124 ref
148 reference_t *ref; local
[all...]
/freebsd-9.3-release/usr.bin/bzip2/
H A DMakefile18 REFFILES= sample1.ref sample2.ref sample3.ref
37 ./bzip2 -1 < sample1.ref > sample1.rb2
38 ./bzip2 -2 < sample2.ref > sample2.rb2
39 ./bzip2 -3 < sample3.ref > sample3.rb2
46 cmp sample1.tst sample1.ref
47 cmp sample2.tst sample2.ref
48 cmp sample3.tst sample3.ref
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_object.c52 * @ref_hash: Hash tables of ref objects, one per ttm_ref_type,
53 * for fast lookup of ref objects given a base object.
96 * @head: List entry for the per-file list of ref-objects.
100 * @obj: Base object this ref object is referencing.
102 * @ref_type: Type of ref object.
107 * a particular ttm_object_file. It also carries a ref count to avoid creating
108 * multiple ref objects if a ttm_object_file references the same base
262 struct ttm_ref_object *ref; local
275 ref = drm_hash_entry(hash, struct ttm_ref_object, hash);
276 refcount_acquire(&ref
320 ttm_ref_object_release(struct ttm_ref_object *ref) argument
345 struct ttm_ref_object *ref; local
364 struct ttm_ref_object *ref; local
[all...]
/freebsd-9.3-release/share/doc/smm/06.nfs/
H A DMakefile5 SRCS= 0.t 1.t 2.t ref.t

Completed in 147 milliseconds

12345678910