/titanic_44/usr/src/cmd/localedef/ |
H A D | monetary.c | 31 static struct lc_monetary mon; variable 36 (void) memset(&mon, 0, sizeof (mon)); in init_monetary() 51 mon.int_curr_symbol = str; in add_monetary_str() 54 mon.currency_symbol = str; in add_monetary_str() 57 mon.mon_decimal_point = str; in add_monetary_str() 60 mon.mon_thousands_sep = str; in add_monetary_str() 63 mon.positive_sign = str; in add_monetary_str() 66 mon.negative_sign = str; in add_monetary_str() 88 mon.int_frac_digits = str; in add_monetary_num() 91 mon.frac_digits = str; in add_monetary_num() [all …]
|
H A D | time.c | 108 add_list(tm.mon, str, 12); in add_time_list() 144 if (tm.mon[11] != NULL) in check_time_list() 181 free((char *)tm.mon[i]); in reset_time_list() 182 tm.mon[i] = NULL; in reset_time_list() 224 if (putl_category(tm.mon[i], f) == EOF) { in dump_time()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemMonitor.java | 175 ResourceMonitor mon = null; in setResourceMonitors() local 194 mon = get(res); in setResourceMonitors() 196 mon.resetData(stats[i]); in setResourceMonitors() 198 mon = new ResourceMonitor(res, 50); in setResourceMonitors() 202 mon.put(stats[i], sl); in setResourceMonitors() 204 mon.put("utilization", new StatisticList( in setResourceMonitors() 205 "utilization", mon.getMaxSampleSize(), in setResourceMonitors() 207 monitored.put(res, mon); in setResourceMonitors() 209 mon.initialize(); in setResourceMonitors() 243 ResourceMonitor mon = (ResourceMonitor) itMon.next(); in getNext() local [all …]
|
H A D | Objective.java | 355 Monitor mon = solver.getMonitor(); in examine() local 374 mon.getUtilization(res), in examine() 1100 ResourceMonitor mon; in examine() local 1110 mon = solver.getMonitor().get((Resource)elem); in examine() 1123 StatisticList sl = (StatisticList) mon.get("utilization"); in examine() 1161 checkShort(mon, elem, val); in examine() 1299 private void checkShort(ResourceMonitor mon, Element elem, double val) in checkShort() argument 1329 mon.resetData("utilization"); in checkShort()
|
H A D | DecisionHistory.java | 550 public void expireAndMeasureImprovements(Monitor mon) in expireAndMeasureImprovements() argument 556 if (mon.isValid()) { in expireAndMeasureImprovements() 561 double utilization = mon. in expireAndMeasureImprovements() 584 int cutoff = mon.getSampleCount() - DECISION_LIFETIME; in expireAndMeasureImprovements()
|
H A D | SystemSolver.java | 365 public boolean examine(Monitor mon) throws PoolsException, in examine() argument 372 dh.expireAndMeasureImprovements(mon); in examine() 712 ResourceMonitor mon = getMonitor().get(move.getMove(). in applyMove() local 714 mon.resetData("utilization"); in applyMove() 715 mon = getMonitor().get(move.getMove().getTo()); in applyMove() 716 mon.resetData("utilization"); in applyMove()
|
H A D | Solver.java | 60 public boolean examine(Monitor mon) throws PoolsException, in examine() argument
|
/titanic_44/usr/src/cmd/cal/ |
H A D | cal.c | 66 static char mon[] = { variable 232 mon[2] = 29; in cal() 233 mon[9] = 30; in cal() 241 mon[2] = 28; in cal() 248 mon[9] = 19; in cal() 258 d += mon[i]; in cal() 261 for (i = 1; i <= mon[m]; i++) { in cal() 262 if (i == 3 && mon[m] == 19) { in cal() 264 mon[m] += 11; in cal()
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | Makefile | 113 USR_PSM_MON_DIR= $(USR_PSM_ISYS_DIR)/mon 128 $(MONHDRS:%.h=mon/%.check) \ 157 $(USR_PSM_MON_DIR)/%: mon/% $(USR_PSM_MON_DIR) 167 mon/%.check: mon/%.h
|
/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tmxscan.c | 42 int mon; member 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… 82 if (set->mon >= 0) in gen() 84 if (set->year < 0 && set->mon < tm->tm_mon) in gen() 86 tm->tm_mon = set->mon; in gen() 92 if (set->mon < 0) in gen() 100 if (set->mon < 0) in gen() 244 set.mon = n; in scan() 291 set.mon = n - 1; in scan()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_subr.c | 63 static time_t hs_date_to_gmtime(int year, int mon, int day, int gmtoff); 244 hs_date_to_gmtime(year, mon, day, gmtoff) in hs_date_to_gmtime() argument 246 int mon; 255 (mon < 1) || (mon > 12) || 271 sum += cp[mon - 1];
|
/titanic_44/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.h | 80 mon id; /* mon information: mon_name, my_id */ 97 mon id; /* Monitor information */ 208 extern void sm_mon_svc(mon *monp, sm_stat_res *resp);
|
H A D | sm_proc.c | 80 static void insert_mon(mon *monp); 82 static int statd_call_lockd(mon *monp, int state); 112 sm_mon_svc(mon *monp, sm_stat_res *resp) in sm_mon_svc() 401 insert_mon(mon *monp) in insert_mon() 420 (void) memcpy(&new->id, monp, sizeof (mon)); in insert_mon() 639 mon *monp; in send_notice() 656 (void) memcpy(&minfop->id, monp, sizeof (mon)); in send_notice() 735 statd_call_lockd(mon *monp, int state) in statd_call_lockd()
|
/titanic_44/usr/src/uts/common/rpcsvc/ |
H A D | sm_inter.x | 44 struct sm_stat_res SM_MON(struct mon) = 2; 78 struct mon{ struct
|
/titanic_44/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 209 my ($sec, $min, $hr, $day, $mon, $yr) = localtime(time); 211 $yr+1900, $mon+1, $day, $hr, $min, $sec);
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | todpc_subr.c | 273 int mon = BCD_TO_BYTE(rtc.rtc_mon); in todpc_setalarm() local 280 if (adom > dpm[mon]) { in todpc_setalarm() 286 adom = dpm[mon]; in todpc_setalarm() 289 for (amon = mon; in todpc_setalarm()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | Makefile | 131 mon/%.check: mon/%.h
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fem.h | 424 extern int fem_install(struct vnode *v, fem_t *mon, void *arg, femhow_t how, 426 extern int fem_is_installed(struct vnode *v, fem_t *mon, void *arg); 427 extern int fem_uninstall(struct vnode *v, fem_t *mon, void *arg); 435 extern int fsem_is_installed(struct vfs *v, fsem_t *mon, void *arg); 436 extern int fsem_install(struct vfs *v, fsem_t *mon, void *arg, femhow_t how, 438 extern int fsem_uninstall(struct vfs *v, fsem_t *mon, void *arg);
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | timelocal.h | 37 const char *mon[12]; member
|
H A D | nl_langinfo.c | 112 ret = (char *)ltime->mon[_REL(ABMON_1)]; in nl_langinfo_l()
|
H A D | strptime.c | 377 len = strlen(tptr->mon[i]); in __strptime() 378 if (strncasecmp(buf, tptr->mon[i], in __strptime()
|
/titanic_44/usr/src/lib/storage/liba5k/ |
H A D | Makefile.com | 30 mon.o
|
/titanic_44/usr/src/cmd/cron/ |
H A D | cron.c | 1514 #define tm_setup(tp, yr, mon, dy, hr, min, dst) \ argument 1516 (tp)->tm_mon = mon; \ 1551 int d1, day1, carry1, d2, day2, carry2, daysahead, mon, yr, db, wd; in tz_next_time() local 1743 mon = next_ge(m%12 + 1, e->of.ct.month) - 1; /* 0..11 */ in tz_next_time() 1744 carry = (mon < m) ? 1 : 0; in tz_next_time() 1748 db = days_btwn(tm->tm_mon, tm->tm_mday, tm->tm_year, mon, in tz_next_time() 1765 mon = tm->tm_mon; in tz_next_time() 1778 tm_setup(&tmp, yr, mon, day, hr, min, -1); in tz_next_time() 1821 d1 = days_in_mon(mon, yr); in tz_next_time() 1822 if ((mon != 1 && day > d1) || (mon == 1 && day > 29)) { in tz_next_time() [all …]
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | tmplout.c | 1004 mon, in gtime() local 1012 || (mon = tm -> tm_mon + 1) < 1 || mon > 12) in gtime() 1023 if (dysize (year) == 366 && mon >= 3) in gtime() 1025 while (--mon) in gtime() 1026 result += dmsize[mon - 1]; in gtime()
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 388 uint32_t mon, rec; in solo_configure_mixer() local 414 mon = dev->ctrls[CTL_MONSRC].val; in solo_configure_mixer() 423 solo_setmixer(dev, 0x1a, mon & (1 << INPUT_MIC) ? v : 0); in solo_configure_mixer() 427 solo_setmixer(dev, 0x3e, mon & (1 << INPUT_LINE) ? v : 0); in solo_configure_mixer() 431 solo_setmixer(dev, 0x38, mon & (1 << INPUT_CD) ? v : 0); in solo_configure_mixer() 435 solo_setmixer(dev, 0x3a, mon & (1 << INPUT_AUX) ? v : 0); in solo_configure_mixer() 440 solo_setmixer(dev, 0x6d, mon & (1 << INPUT_MONO) ? v : 0); in solo_configure_mixer()
|