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

1234

/freebsd-current/sys/contrib/device-tree/scripts/
H A Dfilter.sh14 LAST=$(git show-ref -s refs/heads/$UPSTREAM_MASTER||true)
28 rm -f .git/refs/original/refs/heads/${UPSTREAM_REWRITTEN}
37 --prune-empty --state-branch refs/heads/filter-state \
H A Dcronjob28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then
31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then
38 REF=$(git show-ref --verify refs/heads/${branch})
89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH})
111 echo "Recording refs/tests/${DATE}"
112 git update-ref refs/tests/${DATE} ${TESTBRANCH}
119 REF=$(git show-ref --verify refs/heads/${branch})
H A Dmerge-new-release.sh40 export GIT_COMMITTER_DATE="$(git for-each-ref --format='%(taggerdate)' "refs/tags/${v%-dts}")"
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plistvar.h46 volatile u_int refs; /**< refcount */ member in struct:bhnd_nvram_prop
68 volatile u_int refs; /**< refcount */ member in struct:bhnd_nvram_plist
H A Dbhnd_nvram_plist.c71 plist->refs = 1;
95 BHND_NV_ASSERT(plist->refs >= 1, ("plist over-released"));
97 refcount_acquire(&plist->refs);
113 BHND_NV_ASSERT(plist->refs >= 1, ("plist over-released"));
116 if (!refcount_release(&plist->refs))
785 prop->refs = 1;
860 BHND_NV_ASSERT(prop->refs >= 1, ("prop over-released"));
862 refcount_acquire(&prop->refs);
876 BHND_NV_ASSERT(prop->refs >= 1, ("prop over-released"));
879 if (!refcount_release(&prop->refs))
[all...]
/freebsd-current/tools/tools/termcap/
H A Dtermcap.pl90 my %refs = ();
98 $refs{$ref} = $tcs;
110 $tca = $refs{$tca} if (defined $tca && defined $refs{$tca});
111 $tcb = $refs{$tcb} if (defined $tcb && defined $refs{$tca});
151 foreach my $ref (sort(keys(%refs))) {
152 next if ($refs{$ref} ne $tca);
/freebsd-current/sys/kern/
H A Dkern_module.c50 int refs; /* reference count */ member in struct:module
164 newmod->refs = 1;
186 MOD_DPF(REFS, ("module_reference: before, refs=%d\n", mod->refs));
187 mod->refs++;
196 if (mod->refs <= 0)
199 MOD_DPF(REFS, ("module_release: before, refs=%d\n", mod->refs));
201 mod->refs--;
202 if (mod->refs
362 int refs; member in struct:module_stat_v1
369 int refs; member in struct:module_stat_v2
380 int id, namelen, refs, version; local
485 int refs; member in struct:module_stat32_v2
493 int refs; member in struct:module_stat32
504 int id, namelen, refs, version; local
[all...]
H A Dsubr_kobj.c170 * Increment refs to make sure that the ops table is not freed.
172 cls->refs++;
241 if (cls->refs == 0) {
265 cls->refs++;
330 int refs; local
339 cls->refs--;
340 refs = cls->refs;
343 if (!refs)
/freebsd-current/share/doc/psd/18.gprof/
H A DMakefile4 postp.me present.me refs.me
/freebsd-current/sys/i386/i386/
H A Dbpf_jit_machdep.h88 u_int *refs; member in struct:bpf_bin_stream
424 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
425 stream.refs[stream.bpf_pc] + 5, 4); \
426 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
427 stream.refs[stream.bpf_pc]); \
430 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
431 stream.refs[stream.bpf_pc], 4); \
434 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
435 stream.refs[stream.bpf_pc], 4); \
441 JMP(stream.refs[strea
[all...]
/freebsd-current/sys/dev/usb/
H A Dusb_dev.c197 /* clear all refs */
229 * grabbing the FIFO refs to avoid deadlock at detach!
308 /* clear all refs */
873 struct usb_cdev_refdata refs; local
889 err = usb_ref_device(cpd, &refs, 1);
898 err = usb_fifo_create(cpd, &refs);
902 usb_unref_device(cpd, &refs);
907 err = usb_fifo_open(cpd, refs.rxfifo, fflags);
910 usb_unref_device(cpd, &refs);
916 err = usb_fifo_open(cpd, refs
939 struct usb_cdev_refdata refs; local
1056 struct usb_cdev_refdata refs; local
1247 struct usb_cdev_refdata refs; local
1297 struct usb_cdev_refdata refs; local
1400 struct usb_cdev_refdata refs; local
1514 struct usb_cdev_refdata refs; local
[all...]
/freebsd-current/sys/x86/iommu/
H A Dintel_ctx.c295 domain->refs++; /* XXXKIB prevent free */
449 ctx->refs = 1;
460 KASSERT(domain->refs >= domain->ctx_cnt,
461 ("dom %p ref underflow %d %d", domain, domain->refs,
463 domain->refs++;
475 KASSERT(domain->refs > 0,
476 ("domain %p ctx dtr refs %d", domain, domain->refs));
477 KASSERT(domain->ctx_cnt >= domain->refs,
478 ("domain %p ctx dtr refs
[all...]
/freebsd-current/lib/libproc/
H A D_libproc.h52 u_int refs; member in struct:file_info
H A Dproc_rtld.c83 file->refs = 1;
85 file->refs++;
/freebsd-current/sys/xen/
H A Dgntdev.h47 * all the allocated grant-refs, i.e., you need to allocate
76 * - `refs[i].domid`, as the domain id of the foreign domain
77 * - `refs[i].ref`, as the grant-ref for the grant to be mapped
169 struct ioctl_gntdev_grant_ref *refs; member in struct:ioctl_gntdev_map_grant_ref
H A Dgnttab.h84 void gnttab_end_foreign_access_references(u_int count, grant_ref_t *refs);
/freebsd-current/sbin/kldstat/
H A Dkldstat.c83 stat.id, stat.refs, PTR_WIDTH, stat.address,
87 stat.id, stat.refs, PTR_WIDTH, stat.address,
172 stat.id, stat.refs, stat.name,
177 printf("%3d %4d %s\n", stat.id, stat.refs,
/freebsd-current/sys/amd64/amd64/
H A Dbpf_jit_machdep.h113 u_int *refs; member in struct:bpf_bin_stream
479 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
480 stream.refs[stream.bpf_pc] + 5, 4); \
481 JMP(stream.refs[stream.bpf_pc + ins->jf] - \
482 stream.refs[stream.bpf_pc]); \
485 emitm(&stream, stream.refs[stream.bpf_pc + ins->jt] - \
486 stream.refs[stream.bpf_pc], 4); \
489 emitm(&stream, stream.refs[stream.bpf_pc + ins->jf] - \
490 stream.refs[stream.bpf_pc], 4); \
496 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)
621 stream.refs[i] += stream.refs[i - 1];
637 free(stream.refs, M_BPFJIT);
639 free(stream.refs);
/freebsd-current/contrib/wpa/wpa_supplicant/doc/docbook/
H A DMakefile26 rm -f manpage.links manpage.refs
/freebsd-current/sys/dev/nvmf/controller/
H A Dnvmft_var.h29 u_int refs; member in struct:nvmft_port
164 refcount_acquire(&np->refs);
170 if (refcount_release(&np->refs))
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h54 u_int refs; member in struct:linux_cdev
66 cdev->refs = 1;
/freebsd-current/sys/dev/xen/grant_table/
H A Dgrant_table.c208 gnttab_end_foreign_access_references(u_int count, grant_ref_t *refs) argument
215 tail = *refs;
216 last_ref = refs + count;
217 while (refs != last_ref) {
218 if (gnttab_end_foreign_access_ref(*refs)) {
219 gnttab_entry(*refs) = head;
220 head = *refs;
230 refs++;
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h207 void clearRefsIn(Stmt *S, ExprSet &refs);
209 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { argument
211 clearRefsIn(*begin, refs);
214 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_private.h50 volatile u_int refs; /**< reference count; updated atomically member in struct:bhnd_service_entry

Completed in 289 milliseconds

1234