Home
last modified time | relevance | path

Searched refs:consumers (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
HDTestMaxConsumers.java61 Consumer[] consumers = new Consumer[n]; in main() local
64 consumers[i] = new LocalConsumer(); in main()
65 consumers[i].open(); in main()
68 consumers[i].close(); in main()
71 consumers[i] = new LocalConsumer(); in main()
72 consumers[i].open(); in main()
93 consumers[i].close(); in main()
/freebsd-11-stable/sys/geom/
HDgeom_subr.c289 LIST_FOREACH(cp, &pp->consumers, consumers) { in g_retaste_event()
454 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer()
460 if (LIST_EMPTY(&pp->consumers)) in g_wither_washer()
536 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_new_provider_event()
546 LIST_FOREACH(cp, &pp->consumers, consumers) in g_new_provider_event()
585 LIST_INIT(&pp->consumers); in g_new_providerf()
627 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event()
645 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_resize_provider_event()
658 LIST_FOREACH(cp, &pp->consumers, consumers) in g_resize_provider_event()
726 KASSERT(LIST_EMPTY(&pp->consumers), in g_destroy_provider()
[all …]
HDgeom_event.c134 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) { in g_attr_changed_event()
204 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, cp2) { in g_orphan_register()
219 if (LIST_EMPTY(&pp->consumers) && wf) in g_orphan_register()
224 cp = LIST_FIRST(&pp->consumers); in g_orphan_register()
HDgeom_dump.c127 LIST_FOREACH(cp, &pp->consumers, consumers) in g_conftxt_geom()
HDgeom.h178 LIST_ENTRY(g_consumer) consumers; /* XXX: better name */
200 LIST_HEAD(,g_consumer) consumers;
HDnotes54 on both the provider and the consumer, because multiple consumers
/freebsd-11-stable/usr.bin/fstat/
HDfuser.c98 STAILQ_HEAD(, consumer) consumers;
158 STAILQ_INIT(&reqfile->consumers); in addfile()
264 STAILQ_FOREACH(consumer, &reqfiles[i].consumers, next) { in do_fuser()
328 STAILQ_FOREACH(cons, &reqfiles[i].consumers, next) in dofiles()
349 STAILQ_INSERT_TAIL(&reqfiles[i].consumers, cons, next); in dofiles()
/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_iface.c330 TAILQ_INIT(&iif->consumers); in ipfw_iface_ref()
380 TAILQ_INSERT_TAIL(&iif->consumers, ic, next); in ipfw_iface_add_notify()
397 TAILQ_REMOVE(&iif->consumers, ic, next); in ipfw_iface_del_notify()
434 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifattach()
451 TAILQ_FOREACH(ic, &iif->consumers, next) in handle_ifdetach()
HDip_fw_private.h389 TAILQ_HEAD(, ipfw_ifc) consumers;
/freebsd-11-stable/lib/libz/
HDFREEBSD-upgrade6 benefit other consumers.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h648 ArrayRef<PathDiagnosticConsumer *> consumers,
663 ArrayRef<PathDiagnosticConsumer *> consumers,
683 ArrayRef<PathDiagnosticConsumer *> consumers,
/freebsd-11-stable/sys/geom/bde/
HDg_bde.c253 while (sc->dead != 2 && !LIST_EMPTY(&pp->consumers)) in g_bde_destroy_geom()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2802 ArrayRef<PathDiagnosticConsumer *> consumers, in generatePathDiagnostics() argument
2812 for (PathDiagnosticConsumer *PC : consumers) { in generatePathDiagnostics()
3120 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap() argument
3124 for (auto *Consumer : consumers) in generateDiagnosticForConsumerMap()
3196 BugReport *exampleReport, ArrayRef<PathDiagnosticConsumer *> consumers, in generateDiagnosticForConsumerMap() argument
3202 consumers, bugReports); in generateDiagnosticForConsumerMap()
3216 consumers, convertedArrayOfReports); in generateDiagnosticForConsumerMap()
/freebsd-11-stable/sys/dev/sound/pci/hda/
HDhdaa.c2434 int i, j, consumers, cleft, cright; in hdaa_audio_ctl_dest_volume() local
2446 consumers = 0; in hdaa_audio_ctl_dest_volume()
2453 consumers++; in hdaa_audio_ctl_dest_volume()
2460 if ((consumers == 2 && (w->bindas < 0 || in hdaa_audio_ctl_dest_volume()
2463 consumers > 2) in hdaa_audio_ctl_dest_volume()
4626 int i, j, consumers, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_dest_amp() local
4638 consumers = 0; in hdaa_audio_ctl_dest_amp()
4645 consumers++; in hdaa_audio_ctl_dest_amp()
4652 if ((consumers == 2 && (w->bindas < 0 || in hdaa_audio_ctl_dest_amp()
4655 consumers > 2) in hdaa_audio_ctl_dest_amp()
/freebsd-11-stable/sys/geom/part/
HDg_part_ebr.c298 cp = LIST_FIRST(&pp->consumers); in g_part_ebr_create()
/freebsd-11-stable/contrib/openpam/
HDHISTORY412 pam_set_data() consumers.
/freebsd-11-stable/contrib/atf/
HDNEWS15 * Removed ATF_WORKDIR. The only remaining consumers have been converted to
/freebsd-11-stable/contrib/libarchive/
HDNEWS541 direct consumers of archive_write_disk would break). This
/freebsd-11-stable/
HDUPDATING716 in pwd_mkdb(8), as all base system consumers of the legacy formatted
966 statically linked into consumers (GDB and variants) in the base
/freebsd-11-stable/contrib/gcc/config/ia64/
HDitanium1.md980 ;; Intel docs say only LD, ST, IALU, ILOG, ISHF consumers have latency 4,
/freebsd-11-stable/crypto/heimdal/
HDChangeLog.20051461 external consumers
/freebsd-11-stable/contrib/tzdata/
HDNEWS797 Add support for vanguard and rearguard data consumers.
876 are intended for downstream data consumers and are not
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdbint.texinfo1143 output consumers. @var{indent}, if non-@code{NULL}, is the string to
/freebsd-11-stable/contrib/subversion/
HDCHANGES1643 composed errors by API consumers (r1553266)
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200229767 * config/ia64/ia64.c (ia64_adjust_cost): All non-MM consumers have

12