/titanic_50/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 43 hook_event_int_t hr; in hooklist() local 54 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)addr) == -1) { in hooklist() 62 hlp = TAILQ_FIRST(&hr.hei_head); in hooklist() 112 hook_event_int_t hr, *hrp; in hookeventlist() local 127 if (mdb_vread((void *)&hr, sizeof (hr), (uintptr_t)hrp) == -1) { in hookeventlist() 131 if (!hr.hei_event) { in hookeventlist() 137 (uintptr_t)hr.hei_event) == -1) { in hookeventlist() 139 hr.hei_event); in hookeventlist() 144 hr.hei_event); in hookeventlist() 154 hrp = SLIST_NEXT(&hr, hei_entry); in hookeventlist() [all …]
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | sasl.c | 159 char *hr, *h1, *h, *res; local 173 hr = res; 189 if (hr != res) 190 *hr++ = ' '; 193 memcpy(hr, h1, l1); 196 hr += l1; 197 *hr = '\0';
|
H A D | convtime.c | 131 int wk, dy, hr, mi, se; local 143 hr = intvl % 24; 167 hr, mi, se); 184 if (hr > 0) 186 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr, 187 PLURAL(hr));
|
H A D | usersmtp.c | 329 char *hr, *h1, *h, *res; local 347 hr = res + l1; 363 *hr++ = ' '; 366 memcpy(hr, h1, l1); 369 hr += l1; 370 *hr = '\0';
|
/titanic_50/usr/src/cmd/acct/ |
H A D | acctcms.c | 785 prnt(struct pcms *p, int hr) in prnt() argument 787 if(p->pcm_pc[hr] == 0) return; in prnt() 789 printf(fmtcnt, p->pcm_pc[hr]); in prnt() 790 printf(fmtkcore, p->pcm_kcore[hr]); in prnt() 791 printf(fmtcpu, p->pcm_cpu[hr]); in prnt() 792 printf(fmtreal, p->pcm_real[hr]); in prnt() 793 if(p->pcm_cpu[hr] == 0) p->pcm_cpu[hr] = 1; in prnt() 794 printf(fmtmsz, p->pcm_kcore[hr]/p->pcm_cpu[hr]); in prnt() 795 if(p->pcm_pc[hr] == 0) p->pcm_pc[hr] = 1; in prnt() 796 printf(fmtmcpu, p->pcm_cpu[hr]/p->pcm_pc[hr]); in prnt() [all …]
|
H A D | acctcom.c | 599 long hr, min, sec; local 603 if(sscanf(str, "%ld:%ld:%ld", &hr, &min, &sec) < 1) { 608 sec += (hr*3600);
|
/titanic_50/usr/src/cmd/sh/ |
H A D | print.c | 104 int hr, min, sec; in prt() local 112 if ((hr = t / 60) != 0) { in prt() 113 prn_buff(hr); in prt()
|
/titanic_50/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_50/usr/src/cmd/who/ |
H A D | who.c | 480 time_t hr; in dump() local 583 hr = idle/3600; in dump() 585 if (hr == 0 && min == 0) in dump() 588 if (hr < 24) in dump() 589 (void) printf(" %2d:%2.2d", (int)hr, in dump()
|
/titanic_50/usr/src/cmd/units/ |
H A D | unittab | 73 hr hour 74 day 24 hr 338 admiraltyknot 6080 ft/hr 457 knot nmile/hr 483 mph mile/hr
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 70 hr croatian hrv|scr iso8859-2 208 hr croatia hr
|
/titanic_50/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_handlers.c | 349 int i, n, nrb, na, hr = 0; in cistpl_config_handler() local 408 cr->hr = hr; in cistpl_config_handler() 409 cr->regs[hr] = MAKE_CONFIG_REG_ADDR( in cistpl_config_handler() 410 cr->base, hr); in cistpl_config_handler() 412 hr++; in cistpl_config_handler()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 593 #define HR2SEC(hr) ((hr) / (long long)NANOSEC) argument
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | locale-hr.mf | 15 set name=pkg.fmri value=pkg:/locale/hr@$(PKGVERS)
|
H A D | locale-hr-extra.mf | 20 set name=pkg.fmri value=pkg:/locale/hr-extra@$(PKGVERS)
|
H A D | locale-sr.mf | 21 # Montenegrin, and Bosnian). "hr" is used for Croatian. Constructive
|
/titanic_50/usr/src/cmd/cron/ |
H A D | cron.c | 1514 #define tm_setup(tp, yr, mon, dy, hr, min, dst) \ argument 1518 (tp)->tm_hour = hr; \ 1550 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; in tz_next_time() local 1605 hr = next_ge(h%24, e->of.ct.hour); in tz_next_time() 1606 carry = (hr < h) ? 1 : 0; in tz_next_time() 1611 hr, min, tm->tm_isdst); in tz_next_time() 1674 t += (time_t)(hr-tm->tm_hour-1) * HOUR + in tz_next_time() 1677 t += (time_t)(hr-tm->tm_hour) * HOUR + in tz_next_time() 1701 hr = next_ge(0, e->of.ct.hour); in tz_next_time() 1778 tm_setup(&tmp, yr, mon, day, hr, min, -1); in tz_next_time() [all …]
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 100 L_DECL(hr);
|
/titanic_50/usr/src/cmd/spell/ |
H A D | local | 228 hr
|
/titanic_50/usr/src/lib/libshell/common/scripts/ |
H A D | rssread.sh | 364 hr) printf "\n-------------------------------------\n" ;;
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_netinfo.c | 1526 hook_event_token_t hr; in ip_ne_queue_func() local 1539 hr = (info->hnei_event.hne_protocol == ipst->ips_ipv6_net_data) ? in ip_ne_queue_func() 1541 (void) hook_run(info->hnei_event.hne_protocol->netd_hooks, hr, in ip_ne_queue_func()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | THANKS | 68 Josip Rodin <joy@cibalia.gkvk.hr>
|
/titanic_50/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_handlers.h | 172 uint32_t hr; /* highest config register index found */ member
|
/titanic_50/usr/src/tools/scripts/ |
H A D | webrev.sh | 947 <pre>$comments</pre><hr></hr>
|
/titanic_50/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 492 hrtime_t hr; in bfe_timeout() local 494 hr = gethrtime(); in bfe_timeout() 496 hr > bfe->bfe_tx_stall_time) { in bfe_timeout()
|