HomeSort by relevance Sort by last modified time
    Searched defs:mon (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
SystemMonitor.java 175 ResourceMonitor mon = null; local
194 mon = get(res);
196 mon.resetData(stats[i]);
198 mon = new ResourceMonitor(res, 50);
202 mon.put(stats[i], sl);
204 mon.put("utilization", new StatisticList(
205 "utilization", mon.getMaxSampleSize(),
207 monitored.put(res, mon);
209 mon.initialize();
243 ResourceMonitor mon = (ResourceMonitor) itMon.next() local
317 ResourceMonitor mon = get(res); local
338 ResourceMonitor mon = (ResourceMonitor) itMon.next(); local
    [all...]
Objective.java 356 Monitor mon = solver.getMonitor(); local
375 mon.getUtilization(res),
802 ResourceMonitor mon; local
812 mon = solver.getMonitor().get((Resource)elem);
825 StatisticList sl = (StatisticList) mon.get("utilization");
863 checkShort(mon, elem, val);
997 * @param mon Resource monitor to examine.
1001 private void checkShort(ResourceMonitor mon, Element elem, double val)
1031 mon.resetData("utilization");
SystemSolver.java 362 * @param mon The monitoring object used to assess objective
365 public boolean examine(Monitor mon) throws PoolsException,
372 dh.expireAndMeasureImprovements(mon);
712 ResourceMonitor mon = getMonitor().get(move.getMove(). local
714 mon.resetData("utilization");
715 mon = getMonitor().get(move.getMove().getTo());
716 mon.resetData("utilization");
  /onnv/onnv-gate/usr/src/cmd/cal/
cal.c 66 static char mon[] = { variable
232 mon[2] = 29;
233 mon[9] = 30;
241 mon[2] = 28;
248 mon[9] = 19;
258 d += mon[i];
261 for (i = 1; i <= mon[m]; i++) {
262 if (i == 3 && mon[m] == 19) {
264 mon[m] += 11;
  /onnv/onnv-gate/usr/src/uts/i86pc/io/
todpc_subr.c 252 * and mon. rtc bytes are in binary-coded decimal, so we have
270 int mon = BCD_TO_BYTE(rtc.rtc_mon); local
277 if (adom > dpm[mon]) {
278 prom_printf("No mon alarm - "
283 adom = dpm[mon];
286 for (amon = mon;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/
h2ph.h 82 typedef enum _days_of_week { sun, mon, tue, wed, thu, fri, sat, Sun=0, Mon, enumerator in enum:_days_of_week
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
t_x509.c 370 static const char *mon[12]= variable
401 mon[M-1],d,h,m,s,y,(gmt)?" GMT":"") <= 0)
436 mon[M-1],d,h,m,s,y+1900,(gmt)?" GMT":"") <= 0)
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
str_conv.c 245 "%d %b %Y %T", /* dd mon yyyy hh:mm:ss */
347 char mon[12][10];
358 { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" },
345 char mon[12][10]; member in struct:dummy_locale_info_t
  /onnv/onnv-gate/usr/src/lib/libast/common/tm/
tmxscan.c 42 int mon; member in struct:__anon95
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
82 if (set->mon >= 0)
84 if (set->year < 0 && set->mon < tm->tm_mon)
86 tm->tm_mon = set->mon;
92 if (set->mon < 0)
100 if (set->mon < 0)
244 set.mon = n;
291 set.mon = n - 1;
tmxdate.c 554 char mon[13]; local
618 if ((k = range(t, &t, mon, 1, 12)) < 0)
624 mon[i] = 1;
644 if (!mon[i])
    [all...]
  /onnv/onnv-gate/usr/src/lib/libldap4/common/
tmplout.c 1041 mon,
1049 || (mon = tm -> tm_mon + 1) < 1 || mon > 12)
1060 if (dysize (year) == 366 && mon >= 3)
1062 while (--mon)
1063 result += dmsize[mon - 1];
1040 mon, local
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
tmplout.c 1005 mon,
1013 || (mon = tm -> tm_mon + 1) < 1 || mon > 12)
1024 if (dysize (year) == 366 && mon >= 3)
1026 while (--mon)
1027 result += dmsize[mon - 1];
1004 mon, local
  /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/
http.c 170 "Mon",
1520 char mon[16]; \/* Abbreviated month name *\/ local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audiosolo/
audiosolo.c 402 uint32_t mon, rec; local
428 mon = dev->ctrls[CTL_MONSRC].val;
437 solo_setmixer(dev, 0x1a, mon & (1 << INPUT_MIC) ? v : 0);
441 solo_setmixer(dev, 0x3e, mon & (1 << INPUT_LINE) ? v : 0);
445 solo_setmixer(dev, 0x38, mon & (1 << INPUT_CD) ? v : 0);
449 solo_setmixer(dev, 0x3a, mon & (1 << INPUT_AUX) ? v : 0);
454 solo_setmixer(dev, 0x6d, mon & (1 << INPUT_MONO) ? v : 0);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.c 1548 int d1, day1, carry1, d2, day2, carry2, daysahead, mon, yr, db, wd; local
    [all...]

Completed in 300 milliseconds