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

123

/freebsd-10.0-release/tools/tools/termcap/
H A Dtermcap.pl91 my %refs = ();
99 $refs{$ref} = $tcs;
111 $tca = $refs{$tca} if (defined $tca && defined $refs{$tca});
112 $tcb = $refs{$tcb} if (defined $tcb && defined $refs{$tca});
152 foreach my $ref (sort(keys(%refs))) {
153 next if ($refs{$ref} ne $tca);
/freebsd-10.0-release/contrib/texinfo/info/
H A Dfootnotes.c70 REFERENCE **refs; local
72 refs = info_xrefs_of_node (node);
74 if (refs)
85 for (i = 0; refs[i]; i++)
86 if ((refs[i]->nodename != (char *)NULL) &&
89 (strcmp (refs[i]->nodename, refname) == 0 ||
90 (strncmp (refs[i]->nodename, refname, reflen - 1) == 0 &&
91 refs[i]->nodename[reflen - 1] == '-' &&
92 isdigit (refs[i]->nodename[reflen]))))
109 info_free_references (refs);
[all...]
H A Dman.c588 REFERENCE **refs = (REFERENCE **)NULL; local
643 (entry, refs_index, refs, refs_slots, 10, REFERENCE *);
649 return (refs);
655 REFERENCE **refs; local
658 refs = xrefs_of_manpage (node);
660 if (refs)
665 for (i = 0; refs[i]; i++);
670 for (i = 0; (entry = refs[i]); i++)
681 entry = refs[i];
691 info_free_references (refs);
[all...]
/freebsd-10.0-release/share/doc/psd/18.gprof/
H A DMakefile6 postp.me present.me refs.me
/freebsd-10.0-release/sys/kern/
H A Dkern_module.c53 int refs; /* reference count */ member in struct:module
171 newmod->refs = 1;
193 MOD_DPF(REFS, ("module_reference: before, refs=%d\n", mod->refs));
194 mod->refs++;
203 if (mod->refs <= 0)
206 MOD_DPF(REFS, ("module_release: before, refs=%d\n", mod->refs));
208 mod->refs--;
209 if (mod->refs
369 int refs; member in struct:module_stat_v1
379 int id, namelen, refs, version; local
465 int refs; member in struct:module_stat32
476 int id, namelen, refs, version; local
[all...]
H A Dsubr_kobj.c165 * Increment refs to make sure that the ops table is not freed.
167 cls->refs++;
244 if (cls->refs == 0) {
286 cls->refs++;
329 int refs; local
338 cls->refs--;
339 refs = cls->refs;
342 if (!refs)
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c180 struct mem_ref *refs; /* References in the group. */ member in struct:mem_ref_group
252 group->refs = NULL;
269 for (aref = &group->refs; *aref; aref = &(*aref)->next)
312 for (ref = groups->refs; ref; ref = next_r)
436 gather_memory_references_ref (struct loop *loop, struct mem_ref_group **refs, argument
448 agrp = find_or_create_group (refs, base, step);
462 struct mem_ref_group *refs = NULL; local
482 gather_memory_references_ref (loop, &refs, rhs, false, stmt);
484 gather_memory_references_ref (loop, &refs, lhs, true, stmt);
489 return refs;
656 prune_ref_by_reuse(struct mem_ref *ref, struct mem_ref *refs) argument
901 determine_unroll_factor(struct loop *loop, struct mem_ref_group *refs, unsigned ahead, unsigned ninsns, struct tree_niter_desc *desc) argument
958 struct mem_ref_group *refs; local
[all...]
H A Dregs.h59 int refs; /* # of times (REG n) is used or set */ member in struct:reg_info_def
77 #define REG_N_REFS(N) (VEC_index (reg_info_p, reg_n_info, N)->refs)
/freebsd-10.0-release/sys/i386/i386/
H A Dbpf_jit_machdep.h88 u_int *refs; member in struct:bpf_bin_stream
406 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
407 stream.refs[stream.bpf_pc] + 5, 4); \
408 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
409 stream.refs[stream.bpf_pc]); \
412 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
413 stream.refs[stream.bpf_pc], 4); \
416 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
417 stream.refs[stream.bpf_pc], 4); \
423 JMP(stream.refs[strea
[all...]
H A Dbpf_jit_machdep.c66 if (stream->refs != NULL)
67 (stream->refs)[stream->bpf_pc] += len;
184 stream.refs = malloc((nins + 1) * sizeof(u_int), M_BPFJIT,
187 stream.refs = calloc(nins + 1, sizeof(u_int));
189 if (stream.refs == NULL)
652 stream.refs[i] += stream.refs[i - 1];
668 free(stream.refs, M_BPFJIT);
670 free(stream.refs);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dbpf_jit_machdep.h113 u_int *refs; member in struct:bpf_bin_stream
461 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
462 stream.refs[stream.bpf_pc] + 5, 4); \
463 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
464 stream.refs[stream.bpf_pc]); \
467 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
468 stream.refs[stream.bpf_pc], 4); \
471 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
472 stream.refs[stream.bpf_pc], 4); \
478 JMP(stream.refs[strea
[all...]
H A Dbpf_jit_machdep.c66 if (stream->refs != NULL)
67 (stream->refs)[stream->bpf_pc] += len;
183 stream.refs = malloc((nins + 1) * sizeof(u_int), M_BPFJIT,
186 stream.refs = calloc(nins + 1, sizeof(u_int));
188 if (stream.refs == NULL)
623 stream.refs[i] += stream.refs[i - 1];
639 free(stream.refs, M_BPFJIT);
641 free(stream.refs);
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_dev.c196 /* clear all refs */
222 * grabbing the FIFO refs to avoid deadlock at detach!
845 struct usb_cdev_refdata refs; local
862 err = usb_ref_device(cpd, &refs, 1);
871 err = usb_fifo_create(cpd, &refs);
875 usb_unref_device(cpd, &refs);
880 err = usb_fifo_open(cpd, refs.rxfifo, fflags);
883 usb_unref_device(cpd, &refs);
889 err = usb_fifo_open(cpd, refs.txfifo, fflags);
893 usb_fifo_close(refs
912 struct usb_cdev_refdata refs; local
1040 struct usb_cdev_refdata refs; local
1123 struct usb_cdev_refdata refs; local
1228 struct usb_cdev_refdata refs; local
1351 struct usb_cdev_refdata refs; local
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldcref.c62 struct cref_ref *refs; member in struct:cref_hash_entry
140 ret->refs = NULL;
174 for (r = h->refs; r != NULL; r = r->next)
183 r->next = h->refs;
184 h->refs = r;
226 for (r = c->refs; r != NULL; r = r->next)
257 for (r = c->refs; r != NULL; r = r->next)
299 for (r = c->refs; r != NULL; r = r->next)
417 for (r = h->refs; r != NULL; r = r->next)
429 for (r = h->refs;
[all...]
/freebsd-10.0-release/sbin/kldstat/
H A Dkldstat.c64 stat.id, stat.refs, stat.address, stat.size,
142 printf("%3d %4d %s\n", stat.id, stat.refs, stat.name);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.h206 void clearRefsIn(Stmt *S, ExprSet &refs);
208 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { argument
210 clearRefsIn(*begin, refs);
213 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
H A DTransforms.cpp221 ReferenceClear(ExprSet &refs) : Refs(refs) { } argument
230 ReferenceCollector(ValueDecl *D, ExprSet &refs) argument
231 : Dcl(D), Refs(refs) { }
304 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { argument
305 ReferenceClear(refs).TraverseStmt(S);
308 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { argument
309 ReferenceCollector(D, refs).TraverseStmt(S);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_emul.h37 int refs; member in struct:linux_emuldata_shared
H A Dlinux_emul.c164 s->refs = 1;
200 em->shared->refs++;
269 em->shared->refs--;
270 if (em->shared->refs == 0) {
377 em->shared->refs--;
378 if (em->shared->refs == 0) {
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dport.c64 table->refs[i] = 0;
77 table->refs[i] = 0;
151 ++table->refs[i];
174 table->refs[free] = 1;
229 if (--table->refs[index]) {
314 if (table->refs[i] &&
343 if (free < 0 && (table->refs[i] == 0)) {
348 if (table->refs[i] &&
353 ++table->refs[i];
364 table->refs[fre
[all...]
/freebsd-10.0-release/sys/xen/
H A Dgnttab.c209 gnttab_end_foreign_access_references(u_int count, grant_ref_t *refs) argument
216 tail = *refs;
217 last_ref = refs + count;
218 while (refs != last_ref) {
220 if (gnttab_end_foreign_access_ref(*refs)) {
221 gnttab_entry(*refs) = head;
222 head = *refs;
232 refs++;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Ddcache.c134 int refs; member in struct:dcache_block
230 db->refs++;
407 db->refs = 0;
572 paddr (p->addr), p->refs);
/freebsd-10.0-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c77 LIST_HEAD(, ref) refs = LIST_HEAD_INITIALIZER(refs);
263 LIST_FOREACH(r, &refs, next) {
270 LIST_INSERT_HEAD(&refs, r, next);
/freebsd-10.0-release/sys/sys/
H A Dlinker.h72 int refs; /* reference count */ member in struct:linker_file
299 int refs; member in struct:kld_file_stat_1
309 int refs; member in struct:kld_file_stat
/freebsd-10.0-release/sys/libkern/
H A Diconv.c130 dcp->refs++;
138 dcp->refs--;
139 if (dcp->refs > 1) {
140 ICDEBUG("converter have %d referenses left\n", dcp->refs);

Completed in 204 milliseconds

123