/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
if0004.h | 14 __u32 ref; member in struct:nv04_nvsw_get_ref_v0
|
/src/share/doc/papers/memfs/ |
Makefile | 8 EXTRA= ref.bib A.t tmac.srefs 9 CLEANFILES=ref.bib.i A.gt paper.t 14 paper.t: ${SRCS} ref.bib.i A.gt 15 ${TOOL_REFER} -n -e -l -s -p ref.bib ${SRCS} A.gt > ${.TARGET} 17 ref.bib.i: ref.bib 18 ${TOOL_INDXBIB} ref.bib
|
/src/sys/arch/arm/sunxi/ |
sunxi_dep.c | 92 u_int ref; local in function:sunxi_dep_attach 99 if (buf == NULL || len < sizeof(ref) || (len % sizeof(ref)) != 0) { 105 for (int i = 0; i < (len / sizeof(ref)); i++) { 108 ref = be32dec(&buf[i]); 110 fdtbus_get_phandle_from_native(ref), true);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_ring_types.h | 28 struct kref ref; member in struct:intel_ring
|
intel_context_types.h | 43 struct kref ref; member in struct:intel_context
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
nouveau_nvkm_engine_sw_nv04.c | 41 atomic_t ref; member in struct:nv04_sw_chan 58 args->v0.ref = atomic_read(&chan->ref); 99 atomic_set(&chan->ref, data); 121 atomic_set(&chan->ref, 0);
|
/src/sys/altq/ |
altq_conf.h | 95 int ref; /* reference count */ member in struct:altq_module_data
|
/src/sys/arch/xen/include/ |
xenio_gntdev.h | 42 uint32_t ref; member in struct:ioctl_gntdev_grant_ref
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_frontbuffer.h | 46 struct kref ref; member in struct:intel_frontbuffer 76 if (unlikely(!kref_get_unless_zero(&front->ref)))
|
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
lib_sw_fence.c | 92 struct kref ref; member in union:heap_fence::__anon85865082010a 122 refcount_set(&h->ref.refcount, 2); 127 static void heap_fence_release(struct kref *ref) 129 struct heap_fence *h = container_of(ref, typeof(*h), ref); 140 kref_put(&h->ref, heap_fence_release);
|
i915_active.c | 24 struct kref ref; member in struct:live_active 30 kref_get(&active->ref); 39 static void __live_release(struct kref *ref) 41 struct live_active *active = container_of(ref, typeof(*active), ref); 48 kref_put(&active->ref, __live_release); 75 kref_init(&active->ref); 120 pr_err("Failed to track active ref!\n"); 237 void i915_active_print(struct i915_active *ref, struct drm_printer *m) 239 drm_printf(m, "active %pS:%pS\n", ref->active, ref->retire) [all...] |
/src/usr.sbin/acpitools/aml/ |
aml_store.c | 265 union aml_object *ref; local in function:aml_store_to_objref 267 if (r->objref.ref == NULL) { 268 r->objref.ref = aml_alloc_object(obj->type, NULL); /* XXX */ 269 r->objref.nameref->property = r->objref.ref; 271 ref = r->objref.ref; 273 switch (ref->type) { 276 aml_store_to_buffer(env, obj, ref, r->objref.offset); 280 if (r->objref.ref->package.elements < offset) { 281 aml_realloc_object(ref, offset) [all...] |
aml_evalobj.c | 139 union aml_object *ref, *ret; local in function:aml_eval_objref 145 ref = obj->objref.ref; 146 if (ref == NULL) { 149 switch (ref->type) { 151 if (ref->package.elements > offset) { 152 ret = ref->package.objects[offset]; 160 if (ref->buffer.size > offset) { 161 num1.num.number = ref->buffer.data[offset] & 0xff;
|
/src/lib/libedit/ |
hist.h | 50 void *ref; /* Argument for history fcns */ member in struct:el_history_t 56 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
|
/src/share/examples/refuse/ian/libfetch/ |
common.h | 61 int ref; /* reference count */ member in struct:fetchconn
|
/src/sys/arch/hpcmips/dev/ |
mq200subr.c | 110 int ref = 12288; local in function:mq200_pllparam 113 e = ref; 117 m = (reqout * ((n + 1) << p)) / ref - 1; 118 out = ref * (m + 1) / ((n + 1) << p); 122 1000 <= ref/(n + 1) && 123 170000 <= ref*(m+1)/(n+1) && 124 ref*(m+1)/(n+1) <= 340000 && 133 if (ref <= e) 137 out = ref * (bm + 1) / ((bn + 1) << bp); 139 ref / 1000, ref % 1000, bm, bn, (1<<bp) [all...] |
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/qca/ |
ar9331.dtsi | 32 ref: ref { label 68 clocks = <&ref>; 94 clocks = <&ref>; 95 clock-names = "ref";
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
tpmif.h | 41 grant_ref_t ref; /* grant table access reference */ member in struct:tpmif_tx_request
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_mode_object.c | 458 struct drm_mode_object *ref; local in function:set_property_legacy 461 if (!drm_property_change_valid_get(prop, prop_value, &ref)) 477 drm_property_change_valid_put(prop, ref);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_context_types.h | 110 * @ref: reference count 118 struct kref ref; member in struct:i915_gem_context
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_nv40.c | 52 u32 ref = 27000, khz = 0; local in function:read_pll_1 55 khz = ref * N / M; 71 u32 ref = 27000, khz = 0; local in function:read_pll_2 74 khz = ref * N1 / M1;
|
/src/bin/sh/ |
jobs.h | 72 void *ref; /* temporary reference, used variously */ member in struct:job
|
/src/usr.bin/make/ |
hash.c | 297 HashEntry **ref = &t->buckets[he->hash & t->bucketsMask]; local in function:HashTable_DeleteEntry 299 for (; *ref != he; ref = &(*ref)->next) 301 *ref = he->next;
|
/src/libexec/ld.elf_so/ |
symbol.c | 404 const Elf_Sym *ref; local in function:_rtld_find_symdef 410 ref = refobj->symtab + symnum; 411 name = refobj->strtab + ref->st_name; 416 * which we already have a pointer (ie ref). 418 if (ELF_ST_BIND(ref->st_info) != STB_LOCAL) { 419 if (ELF_ST_TYPE(ref->st_info) == STT_SECTION) { 431 def = ref; 439 if (def == NULL && ELF_ST_BIND(ref->st_info) == STB_WEAK) { 468 const Elf_Sym *ref = obj->symtab + symnum; local in function:_rtld_find_plt_symdef 469 const char *name = obj->strtab + ref->st_name [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/ |
Makefile.in | 113 @HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.c \ 114 @HAVE_AMD64_ASM_FALSE@ crypto_stream/salsa20/ref/salsa20_ref.h 145 @MINIMAL_FALSE@ crypto_shorthash/siphash24/ref/shorthash_siphashx24_ref.c \ 147 @MINIMAL_FALSE@ crypto_stream/salsa2012/ref/stream_salsa2012_ref.c \ 149 @MINIMAL_FALSE@ crypto_stream/salsa208/ref/stream_salsa208_ref.c \ 233 am_libavx2_la_OBJECTS = crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo \ 270 crypto_core/salsa/ref/core_salsa_ref.c \ 273 crypto_generichash/blake2b/ref/blake2.h \ 274 crypto_generichash/blake2b/ref/blake2b-compress-ref.c [all...] |