Searched refs:agg (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_map.c316 dtrace_aggdesc_t *agg, *nagg; local
318 if ((agg = malloc(sizeof (dtrace_aggdesc_t))) == NULL)
321 bzero(agg, sizeof (dtrace_aggdesc_t));
322 agg->dtagd_id = id;
323 agg->dtagd_nrecs = 1;
325 if (dt_ioctl(dtp, DTRACEIOC_AGGDESC, agg) == -1) {
327 free(agg);
331 if (DTRACE_SIZEOF_AGGDESC(agg) != sizeof (*agg)) {
336 if ((nagg = malloc(DTRACE_SIZEOF_AGGDESC(agg))) !
[all...]
H A Ddt_aggregate.c415 dtrace_aggdesc_t *agg = ent->dtahe_data.dtada_desc; local
417 dtrace_recdesc_t *rec = agg->dtagd_rec;
424 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE)
425 return (agg->dtagd_varid);
427 agg->dtagd_varid = *((dtrace_aggvarid_t *)(uintptr_t)(data +
430 return (agg->dtagd_varid);
445 //dtrace_aggdesc_t *agg;
467 ////printf(">>> buf size AFTER agg collect cpu(%d)=%d\n",cpu,buf->dtbd_size);
487 dtrace_aggdesc_t *agg; local
525 if ((rval = dt_aggid_lookup(dtp, id, &agg)) !
809 dtrace_aggdesc_t *agg; local
1795 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1853 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1897 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1966 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
2267 dtrace_aggdesc_t *agg; local
[all...]
H A Ddt_consume.c1624 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1627 if (agg->dtagd_nrecs == 0)
1630 if (agg->dtagd_varid != id)
1692 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1695 if (agg->dtagd_nrecs == 0)
1698 if (agg->dtagd_varid != id)
1707 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1710 if (agg->dtagd_nrecs == 0)
1713 if (agg->dtagd_varid != id)
1728 dtrace_aggdesc_t *agg local
1817 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1970 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
2049 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
[all...]
H A Ddt_printf.c1007 xyerror(D_TYPE_ERR, "failed to lookup agg type %s\n", aggtype);
1266 dtrace_aggdesc_t *agg; local
1373 agg = aggdata->dtada_desc;
1386 rec = &agg->dtagd_rec[aggrec];
1805 const dtrace_aggdesc_t *agg = adp->dtada_desc; local
1806 const dtrace_recdesc_t *recp = &agg->dtagd_rec[0];
1807 uint_t nrecs = agg->dtagd_nrecs;
1824 ((dtrace_aggdesc_t *)agg)->dtagd_flags |= DTRACE_AGD_PRINTED;
1833 const dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1834 const dtrace_recdesc_t *rec = &agg
[all...]
H A Ddt_subr.c687 const dtrace_recdesc_t *rec, const dtrace_aggdata_t *agg, uint32_t flags)
698 data.dtbda_aggdata = agg;
686 dt_buffered_flush(dtrace_hdl_t *dtp, dtrace_probedata_t *pdata, const dtrace_recdesc_t *rec, const dtrace_aggdata_t *agg, uint32_t flags) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c327 autogroup_ga_t *agg = (autogroup_ga_t *)op->o_callback->sc_private; local
328 autogroup_entry_t *age = agg->agg_group;
329 autogroup_filter_t *agf = agg->agg_filter;
367 modify_add_values( agg->agg_entry, &mod, /* permissive */ 1, &text, textbuf, sizeof( textbuf ) );
385 autogroup_ga_t *agg = (autogroup_ga_t *)op->o_callback->sc_private; local
386 autogroup_entry_t *age = agg->agg_group;
387 autogroup_filter_t *agf = agg->agg_filter;
430 if ( agg->agg_mod == NULL ) {
431 agg->agg_mod = modlist;
432 agg
462 autogroup_ga_t agg; local
[all...]
/macosx-10.10.1/dtrace-147/lockstat/
H A Dlockstat.c825 dtrace_optval_t val, status, agg; local
832 if (dtrace_getopt(g_dtp, "aggrate", &agg) == -1)
842 val = status < agg ? status : agg;
916 count_aggregate(const dtrace_aggdata_t *agg, void *arg) argument
924 process_aggregate(const dtrace_aggdata_t *agg, void *arg) argument
926 const dtrace_aggdesc_t *aggdesc = agg->dtada_desc;
927 caddr_t data = agg->dtada_data;
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c191 IOPMAggressivenessFactors *agg);
1024 IOPMAggressivenessFactors *agg)
1026 if( !agg || !p ) {
1030 getAggressivenessValue(p, CFSTR(kIOPMDisplaySleepKey), kCFNumberSInt32Type, &agg->fMinutesToDim);
1031 getAggressivenessValue(p, CFSTR(kIOPMDiskSleepKey), kCFNumberSInt32Type, &agg->fMinutesToSpin);
1032 getAggressivenessValue(p, CFSTR(kIOPMSystemSleepKey), kCFNumberSInt32Type, &agg->fMinutesToSleep);
1033 getAggressivenessValue(p, CFSTR(kIOPMWakeOnLANKey), kCFNumberSInt32Type, &agg->fWakeOnLAN);
1034 getAggressivenessValue(p, CFSTR(kIOPMWakeOnRingKey), kCFNumberSInt32Type, &agg->fWakeOnRing);
1035 getAggressivenessValue(p, CFSTR(kIOPMRestartOnPowerLossKey), kCFNumberSInt32Type, &agg->fAutomaticRestart);
1036 getAggressivenessValue(p, CFSTR(kIOPMSleepOnPowerButtonKey), kCFNumberSInt32Type, &agg
1022 getAggressivenessFactorsFromProfile( CFDictionaryRef p, IOPMAggressivenessFactors *agg) argument
[all...]
H A DPMAssertions.c1471 uint32_t agg; local
1484 agg = pinfo->aggTypes;
1486 if (agg == 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c2280 dtrace_aggregate(dtrace_aggregation_t *agg, dtrace_buffer_t *dbuf, argument
2284 dtrace_recdesc_t *rec = &agg->dtag_action.dta_rec;
2298 if (!agg->dtag_hasarg) {
2310 action = agg->dtag_action.dta_kind - DTRACEACT_AGGREGATION;
2311 size = rec->dtrd_offset - agg->dtag_base;
2315 data = dbuf->dtb_tomax + offset + agg->dtag_base;
2363 ASSERT(agg->dtag_first != NULL);
2364 ASSERT(agg->dtag_first->dta_intuple);
2375 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
2376 i = act->dta_rec.dtrd_offset - agg
6166 dtrace_aggregation_t *agg; local
9717 dtrace_aggregation_t *agg = (dtrace_aggregation_t *)act; local
9785 dtrace_aggregation_t *agg; local
9971 dtrace_aggregation_t *agg = (dtrace_aggregation_t *)act; local
10501 dtrace_aggregation_t *agg; local
16185 dtrace_aggregation_t *agg; local
[all...]
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c1097 const dtrace_aggdata_t *agg = bufdata->dtbda_aggdata; local
1118 } else if (agg != NULL) {
1119 pd = agg->dtada_pdesc;
1166 if (agg != NULL) {
1176 data = (uint8_t *)agg->dtada_data + rec->dtrd_offset;
1194 if (agg != NULL) {
1195 dtrace_aggdesc_t *desc = agg->dtada_desc;
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli1090 (** [const_extractvalue agg idxs] returns the constant [idxs]th value of
1091 constant aggregate [agg]. Each [idxs] must be less than the size of the
1096 (** [const_insertvalue agg val idxs] inserts the value [val] in the specified
1097 indexs [idxs] in the aggegate [agg]. Each [idxs] must be less than the size
2301 (** [build_insertvalue agg idx name b] creates a
2302 [%name = extractvalue %agg, %idx]
2308 (** [build_insertvalue agg val idx name b] creates a
2309 [%name = insertvalue %agg, %val, %idx]

Completed in 154 milliseconds