Searched defs:consumer (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c46 static SLPError consumer(void *);
101 /* kick off the consumer thread */
103 NULL, 0, (void *(*)(void *))consumer,
118 return (consumer(args));
124 static SLPError consumer(void *ap) { function
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c104 * input: uchar_t: the categories the consumer is interested in
105 * char: the consumer type of the caller
112 inittab_load(uchar_t categories, char consumer, size_t *n_entries) argument
114 return (inittab_lookup(categories, consumer, NULL, -1, n_entries));
120 * input: int: the categories the consumer is interested in
121 * char: the consumer type of the caller
122 * char *: the name of the inittab entry the consumer wants
128 inittab_getbyname(uchar_t categories, char consumer, const char *name) argument
130 return (inittab_lookup(categories, consumer, name, -1, NULL));
136 * input: uchar_t: the categories the consumer i
144 inittab_getbycode(uchar_t categories, char consumer, uint16_t code) argument
164 inittab_lookup(uchar_t categories, char consumer, const char *name, int32_t code, size_t *n_entriesp) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtrace_jni.c58 * C, such as after notifying the java consumer of new data. Failure to do this
67 * It is important to stop a DTrace consumer and remove it if an exception
68 * occurs. This API guarantees that a consumer is stopped automatically if it
80 * MonitorExit() or the application will hang (all consumer threads). The
81 * consumer loop and the getAggregate() method require a per-consumer lock
101 #define FIRST_HANDLE 0 /* sequence-generated consumer ID */
103 #define INITIAL_CAPACITY 8 /* initial size of consumer array */
109 * key: caller's consumer handle (int)
110 * value: per-consumer dat
176 dtj_consumer_t *consumer; local
319 dtj_consumer_t *consumer; local
335 dtj_consumer_t *consumer; local
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java39 * DTrace consumer.
164 // Per-consumer lock used in native code to prevent conflict between
165 // the native consumer loop and the getAggregate() thread without
166 // locking this LocalConsumer. A distinct per-consumer lock allows
168 // when the consumer loop grabs the per-consumer lock before
175 // method does not return until this consumer has actually stopped.
177 // deadlock this consumer:
178 // 1. stop() grabs the lock on this consumer before determining if
179 // this consumer i
1383 Identifier(LocalConsumer consumer) argument
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c1213 struct gconsumer *consumer; local
1217 LIST_FOREACH (consumer, &geom->lg_consumer, lg_consumer)
1219 if (!consumer)
1220 grub_util_error (_("couldn't find geli consumer"));
1221 fname = xasprintf ("/dev/%s", consumer->lg_provider->lg_name);
1222 grub_util_info ("consumer %s", consumer->lg_provider->lg_name);
1223 lastsubdev = consumer->lg_provider->lg_name;
1383 struct gconsumer *consumer; local
1387 LIST_FOREACH (consumer,
[all...]

Completed in 42 milliseconds