Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c60 if (value->collection != NULL) { in papiAttributeValueFree()
63 for (i = 0; value->collection[i] != NULL; i++) in papiAttributeValueFree()
64 papiAttributeFree(value->collection[i]); in papiAttributeValueFree()
66 free(value->collection); in papiAttributeValueFree()
117 collection_dup(papi_attribute_t **collection) in collection_dup() argument
122 if (collection != NULL) { in collection_dup()
126 for (i = 0; ((collection[i] != NULL) && (status == PAPI_OK)); in collection_dup()
128 papi_attribute_t *a = collection[i]; in collection_dup()
186 result->collection = collection_dup(v->collection); in papiAttributeValueDup()
361 char *name, papi_attribute_t **collection) in papiAttributeListAddCollection() argument
[all …]
H A Dpapi.h110 papi_attribute_t **collection; /* PAPI_COLLECTION value */ member
277 papi_attribute_t **collection);
307 papi_attribute_t ***collection);
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.c112 new_Collection(JNIEnv *env, zjni_Collection_t *collection) in new_Collection() argument
114 zjni_Object_t *object = (zjni_Object_t *)collection; in new_Collection()
116 collection->method_add = (*env)->GetMethodID( in new_Collection()
119 collection->method_size = in new_Collection()
122 collection->method_toArray = in new_Collection()
/illumos-gate/usr/src/test/util-tests/tests/awk/
H A DREADME1 The following tests come from Brian Kernighan's tests collection:
6 - t.* files are Kernighan's collection of useful examples
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME40 Main Items are collection, input, output and feature and end collection
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 if
60 an Input main item comes first within a collection then it'll form the
61 child of the collection with the subsequent main items being linked as
62 siblings of each other. When we reach an end collection, it must form the
63 sibling of the collection. This applies for nested collections also. i.e
[all …]
/illumos-gate/usr/src/cmd/sa/
H A DREADME44 causes data collection program to write system activity
55 cause data collection program to be activated at every hour
/illumos-gate/usr/src/cmd/Adm/
H A Dadm24 # The adm crontab file should contain startup of performance collection if
H A Dsys24 # The sys crontab should be used to do performance collection. See cron
H A Droot26 # The root crontab should be used to perform accounting data collection.
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dfunstack.in95 %%% the TeX User Group collection, from
106 %%% science bibliography collection on
109 %%% snapshot of this collection was taken on
/illumos-gate/usr/src/test/test-runner/stf/contrib/
H A DLICENSE.Artistic14 * "Package" refers to the collection of files distributed by the
15 Copyright Holder, and derivatives of that collection of files
/illumos-gate/usr/src/cmd/perl/
H A DTHIRDPARTYLICENSE12 refers to the collection of files distributed by the Copyright
13 Holder, and derivatives of that collection of files created through
/illumos-gate/usr/src/data/perfmon/
H A Dreadme.txt129 For instance, PEBS collection of this event may consume limited PEBS resources whereas interrupt-ba…
130 …med to collect a PEBS record, and due to the nature of the event, PEBS collection may be preferred…
131 PEBS collection of Goldmont�s HW_INTERUPTS.RECIEVED event is recommended because the hardware inter…
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib117 # Start the data collection
177 [[ -n $collect_scripts ]] || log_fail "No data collection scripts."
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME4 (C information abstractor from Robin Chen), and a collection of other
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles39 Your library should consist of a hierarchical collection of Makefiles:
233 3. Providing a collection of conditional assignments that set TARGET
605 Example of a Makefile hierarchy for a library and a collection
610 Example of a Makefile hierarchy for a collection of related
H A DREADME.mapfiles58 how to generate an executable file or a shared object from a collection of
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-FM-MIB.mib511 "A collection of objects providing access to Sun Fault
541 "A collection of notifications provided by the Sun Fault
/illumos-gate/usr/src/data/consfonts/
H A DTHIRDPARTYLICENSE37 "Original Version" refers to the collection of Font Software components as
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y252 collection action
253 | insert collection action
295 collection:
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY137 06/05/87 fix macro actual arg collection with imbedded #include, #line
/illumos-gate/usr/src/uts/
H A DREADME32 Makefile and a collection of derived header files generated by the
/illumos-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME223 A collection of programs and data files that can be used if you want to
/illumos-gate/usr/src/lib/librstp/common/
H A DCOPYING124 A "library" means a collection of software functions and/or data
/illumos-gate/usr/src/data/zoneinfo/
H A Deurope3448 # federal law collection)...
3456 # There was no DST in 1940, I have checked the law collection carefully.
3458 # collection points back to 1941 as a reference, but no reference to any

12