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

  /netvirt/usr/src/lib/print/libpapi-common/common/
attribute.c 54 if (value->collection != NULL) {
57 for (i = 0; value->collection[i] != NULL; i++)
58 papiAttributeFree(value->collection[i]);
60 free(value->collection);
112 collection_dup(papi_attribute_t **collection)
116 /* allows a NULL collection that is "empty" or "no value" */
117 if (collection != NULL) {
121 for (i = 0; ((collection[i] != NULL) && (status == PAPI_OK));
123 papi_attribute_t *a = collection[i];
183 result->collection = collection_dup(v->collection)
    [all...]
papi.h 112 papi_attribute_t **collection; /* PAPI_COLLECTION value */ member in union:__anon3820
279 papi_attribute_t **collection);
309 papi_attribute_t ***collection);
  /netvirt/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
  /netvirt/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 =
  /netvirt/usr/src/uts/common/io/usb/clients/hidparser/
README 42 Main Items are collection, input, output and feature and end collection
56 root main item which will always be a Collection main item. Each collect-
57 ion item should be closed by an end collection. So root collection's
58 sibling will be an end collection. Whatever input, output and feature
59 items which fall inside a collection (please see a collection as '{' and
60 end collection as '}' in 'C' language) will form a child of the parent
61 collection with each of them forming a sibling of each other. i.e i
    [all...]
  /netvirt/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
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/
Exporter.pm 158 then export nothing. If it's just a collection of functions then
  /netvirt/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
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/
Exporter.pm 176 then export nothing. If it's just a collection of functions then
  /netvirt/usr/src/cmd/ipf/tools/
ipf_y.y 253 collection action
254 | insert collection action
296 collection: label
    [all...]
  /netvirt/usr/src/uts/
README 33 Makefile and a collection of derived header files generated by the
  /netvirt/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
  /netvirt/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 420 milliseconds