Searched defs:mon (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtimelocal.h37 const char *mon[12]; member in struct:lc_time
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSolver.java56 * @param mon The monitor to be used during examination.
60 public boolean examine(Monitor mon) throws PoolsException, argument
H A DSystemSolver.java362 * @param mon The monitoring object used to assess objective
365 public boolean examine(Monitor mon) throws PoolsException, argument
372 dh.expireAndMeasureImprovements(mon);
712 ResourceMonitor mon = getMonitor().get(move.getMove().
714 mon.resetData("utilization");
715 mon = getMonitor().get(move.getMove().getTo());
716 mon.resetData("utilization");
H A DDecisionHistory.java550 public void expireAndMeasureImprovements(Monitor mon) argument
556 if (mon.isValid()) {
561 double utilization = mon.
584 int cutoff = mon.getSampleCount() - DECISION_LIFETIME;
H A DObjective.java355 Monitor mon = solver.getMonitor();
374 mon.getUtilization(res),
1100 ResourceMonitor mon;
1110 mon = solver.getMonitor().get((Resource)elem);
1123 StatisticList sl = (StatisticList) mon.get("utilization");
1161 checkShort(mon, elem, val);
1295 * @param mon Resource monitor to examine.
1299 private void checkShort(ResourceMonitor mon, Element elem, double val) argument
1329 mon.resetData("utilization");
/illumos-gate/usr/src/cmd/localedef/
H A Dmonetary.c31 static struct lc_monetary mon; variable in typeref:struct:lc_monetary
36 (void) memset(&mon, 0, sizeof (mon));
51 mon.int_curr_symbol = str;
54 mon.currency_symbol = str;
57 mon.mon_decimal_point = str;
60 mon.mon_thousands_sep = str;
63 mon.positive_sign = str;
66 mon.negative_sign = str;
88 mon
[all...]
/illumos-gate/usr/src/cmd/cal/
H A Dcal.c66 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;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c255 * and mon. rtc bytes are in binary-coded decimal, so we have
273 int mon = BCD_TO_BYTE(rtc.rtc_mon); local
280 if (adom > dpm[mon]) {
281 prom_printf("No mon alarm - "
286 adom = dpm[mon];
289 for (amon = mon;
/illumos-gate/usr/src/lib/libast/common/tm/
H A Dtmxscan.c42 int mon; member in struct:__anon2675
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;
H A Dtmxdate.c554 char mon[13]; local
618 if ((k = range(t, &t, mon, 1, 12)) < 0)
624 mon[i] = 1;
644 if (!mon[i])
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dstr_conv.c245 "%d %b %Y %T", /* dd mon yyyy hh:mm:ss */
347 char mon[12][10];
345 char mon[12][10]; member in struct:dummy_locale_info_t
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c1005 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
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1520 char mon[16]; /* Abbreviated month name */ local
1525 if (sscanf(s, "%*s%d%15s%d%d:%d:%d", &day, mon, &year, &hour, &min, &sec) < 6)
1529 if (strcasecmp(mon, months[i]) == 0)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1160 hs_date_to_gmtime(int year, int mon, int day, int gmtoff) argument
1167 (mon < 1) || (mon > 12) ||
1183 sum += cp[mon - 1];
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c388 uint32_t mon, rec; local
414 mon = dev->ctrls[CTL_MONSRC].val;
423 solo_setmixer(dev, 0x1a, mon & (1 << INPUT_MIC) ? v : 0);
427 solo_setmixer(dev, 0x3e, mon & (1 << INPUT_LINE) ? v : 0);
431 solo_setmixer(dev, 0x38, mon & (1 << INPUT_CD) ? v : 0);
435 solo_setmixer(dev, 0x3a, mon & (1 << INPUT_AUX) ? v : 0);
440 solo_setmixer(dev, 0x6d, mon & (1 << INPUT_MONO) ? v : 0);
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c3240 void *mon,
3247 if ((*f)(sp->feml_nodes+i, mon, arg) != 0) {
3258 fem_compare_mon(struct fem_node *n, void *mon, void *arg) argument
3260 return ((n->fn_op.anon == mon) && (n->fn_available == arg));
3294 fem_t *mon, /* Monitor operations being installed */
3304 nnode.fn_op.fem = mon;
3325 fem_is_installed(vnode_t *v, fem_t *mon, void *arg) argument
3332 e = fem_walk_list(fl, fem_compare_mon, (void *)mon, arg);
3340 fem_uninstall(vnode_t *v, fem_t *mon, void *arg) argument
3344 (void *)mon, ar
3237 fem_walk_list( struct fem_list *sp, int (*f)(struct fem_node *, void *, void *), void *mon, void *arg) argument
3292 fem_install( vnode_t *vp, fem_t *mon, void *arg, femhow_t how, void (*arg_hold)(void *), void (*arg_rele)(void *)) argument
3423 fsem_is_installed(struct vfs *v, fsem_t *mon, void *arg) argument
3441 fsem_install( struct vfs *vfsp, fsem_t *mon, void *arg, femhow_t how, void (*arg_hold)(void *), void (*arg_rele)(void *)) argument
3478 fsem_uninstall(struct vfs *v, fsem_t *mon, void *arg) argument
[all...]
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1514 #define tm_setup(tp, yr, mon, dy, hr, min, dst) \
1516 (tp)->tm_mon = mon; \
1542 * PRGM | min hour day of month mon day of week
1551 int d1, day1, carry1, d2, day2, carry2, daysahead, mon, yr, db, wd; local
1743 mon = next_ge(m%12 + 1, e->of.ct.month) - 1; /* 0..11 */
1744 carry = (mon < m) ? 1 : 0;
1748 db = days_btwn(tm->tm_mon, tm->tm_mday, tm->tm_year, mon,
1751 /* wd is the day of the week of the first of month mon */
1765 mon = tm->tm_mon;
1775 * now that we have the min, hr, day, mon, y
[all...]

Completed in 97 milliseconds