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

/macosx-10.9.5/dtrace-118.1/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.c425 dtrace_aggdesc_t *agg = ent->dtahe_data.dtada_desc; local
427 dtrace_recdesc_t *rec = agg->dtagd_rec;
434 if (agg->dtagd_varid != DTRACE_AGGVARIDNONE)
435 return (agg->dtagd_varid);
437 agg->dtagd_varid = *((dtrace_aggvarid_t *)(uintptr_t)(data +
440 return (agg->dtagd_varid);
455 //dtrace_aggdesc_t *agg;
477 ////printf(">>> buf size AFTER agg collect cpu(%d)=%d\n",cpu,buf->dtbd_size);
497 dtrace_aggdesc_t *agg; local
535 if ((rval = dt_aggid_lookup(dtp, id, &agg)) !
819 dtrace_aggdesc_t *agg; local
2029 dtrace_aggdesc_t *agg; local
[all...]
H A Ddt_consume.c1326 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1329 if (agg->dtagd_nrecs == 0)
1332 if (agg->dtagd_varid != id)
1394 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1397 if (agg->dtagd_nrecs == 0)
1400 if (agg->dtagd_varid != id)
1409 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1412 if (agg->dtagd_nrecs == 0)
1415 if (agg->dtagd_varid != id)
1430 dtrace_aggdesc_t *agg local
1593 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1665 dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
[all...]
H A Ddt_printf.c1024 xyerror(D_TYPE_ERR, "failed to lookup agg type %s\n", aggtype);
1283 dtrace_aggdesc_t *agg; local
1390 agg = aggdata->dtada_desc;
1403 rec = &agg->dtagd_rec[aggrec];
1838 const dtrace_aggdesc_t *agg = adp->dtada_desc; local
1839 const dtrace_recdesc_t *recp = &agg->dtagd_rec[0];
1840 uint_t nrecs = agg->dtagd_nrecs;
1857 ((dtrace_aggdesc_t *)agg)->dtagd_flags |= DTRACE_AGD_PRINTED;
1866 const dtrace_aggdesc_t *agg = aggdata->dtada_desc; local
1867 const dtrace_recdesc_t *rec = &agg
[all...]
H A Ddt_subr.c708 const dtrace_recdesc_t *rec, const dtrace_aggdata_t *agg, uint32_t flags)
719 data.dtbda_aggdata = agg;
707 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.9.5/OpenLDAP-491.1/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.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c175 IOPMAggressivenessFactors *agg);
964 IOPMAggressivenessFactors *agg)
966 if( !agg || !p ) {
970 getAggressivenessValue(p, CFSTR(kIOPMDisplaySleepKey), kCFNumberSInt32Type, &agg->fMinutesToDim);
971 getAggressivenessValue(p, CFSTR(kIOPMDiskSleepKey), kCFNumberSInt32Type, &agg->fMinutesToSpin);
972 getAggressivenessValue(p, CFSTR(kIOPMSystemSleepKey), kCFNumberSInt32Type, &agg->fMinutesToSleep);
973 getAggressivenessValue(p, CFSTR(kIOPMWakeOnLANKey), kCFNumberSInt32Type, &agg->fWakeOnLAN);
974 getAggressivenessValue(p, CFSTR(kIOPMWakeOnRingKey), kCFNumberSInt32Type, &agg->fWakeOnRing);
975 getAggressivenessValue(p, CFSTR(kIOPMRestartOnPowerLossKey), kCFNumberSInt32Type, &agg->fAutomaticRestart);
976 getAggressivenessValue(p, CFSTR(kIOPMSleepOnPowerButtonKey), kCFNumberSInt32Type, &agg
962 getAggressivenessFactorsFromProfile( CFDictionaryRef p, IOPMAggressivenessFactors *agg) argument
[all...]
H A DPMAssertions.c1889 uint32_t agg; local
1902 agg = pinfo->aggregate;
1904 if (agg == 0) {
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c2194 dtrace_aggregate(dtrace_aggregation_t *agg, dtrace_buffer_t *dbuf,
2198 dtrace_recdesc_t *rec = &agg->dtag_action.dta_rec;
2212 if (!agg->dtag_hasarg) {
2224 action = agg->dtag_action.dta_kind - DTRACEACT_AGGREGATION;
2225 size = rec->dtrd_offset - agg->dtag_base;
2229 data = dbuf->dtb_tomax + offset + agg->dtag_base;
2277 ASSERT(agg->dtag_first != NULL);
2278 ASSERT(agg->dtag_first->dta_intuple);
2289 for (act = agg->dtag_first; act->dta_intuple; act = act->dta_next) {
2290 i = act->dta_rec.dtrd_offset - agg
[all...]
/macosx-10.9.5/dtrace-118.1/cmd/
H A Ddtrace_1.c1244 const dtrace_aggdata_t *agg = bufdata->dtbda_aggdata; local
1265 } else if (agg != NULL) {
1266 pd = agg->dtada_pdesc;
1313 if (agg != NULL) {
1323 data = (uint8_t *)agg->dtada_data + rec->dtrd_offset;
1341 if (agg != NULL) {
1342 dtrace_aggdesc_t *desc = agg->dtada_desc;
/macosx-10.9.5/llvmCore-3425.0.33/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 617 milliseconds