HomeSort by relevance Sort by last modified time
    Searched refs:collection (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sa/
README 44 causes data collection program to write system activity
55 cause data collection program to be activated at every hour
  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
attribute.c 62 if (value->collection != NULL) {
65 for (i = 0; value->collection[i] != NULL; i++)
66 papiAttributeFree(value->collection[i]);
68 free(value->collection);
120 collection_dup(papi_attribute_t **collection)
124 /* allows a NULL collection that is "empty" or "no value" */
125 if (collection != NULL) {
129 for (i = 0; ((collection[i] != NULL) && (status == PAPI_OK));
131 papi_attribute_t *a = collection[i];
191 result->collection = collection_dup(v->collection)
    [all...]
papi.h 112 papi_attribute_t **collection; /* PAPI_COLLECTION value */ member in union:__anon4430
279 papi_attribute_t **collection);
309 papi_attribute_t ***collection);
  /onnv/onnv-gate/usr/src/lib/libzfs_jni/common/
libzfs_jni_util.c 114 new_Collection(JNIEnv *env, zjni_Collection_t *collection)
116 zjni_Object_t *object = (zjni_Object_t *)collection;
118 collection->method_add = (*env)->GetMethodID(
121 collection->method_size =
124 collection->method_toArray =
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
README 40 Main Items are collection, input, output and feature and end collection
54 root main item which will always be a Collection main item. Each collect-
55 ion item should be closed by an end collection. So root collection's
56 sibling will be an end collection. Whatever input, output and feature
57 items which fall inside a collection (please see a collection as '{' and
58 end collection as '}' in 'C' language) will form a child of the parent
59 collection with each of them forming a sibling of each other. i.e i
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/
README 133 an element's order in its parent's collection of children and an element's
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
Object.pod 42 exacct object, or a block of raw data. A Group is an ordered collection of
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
Exporter.pm 176 then export nothing. If it's just a collection of functions then
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipf_y.y 252 collection action
253 | insert collection action
295 collection: label
    [all...]
  /onnv/onnv-gate/usr/src/uts/
README 33 Makefile and a collection of derived header files generated by the
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
Encode.pm 318 Encode consists of a collection of modules whose details are too big
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Cmd.pm 601 C<Net::Cmd> is a collection of methods that can be inherited by a sub class

Completed in 360 milliseconds