/illumos-gate/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 …]
|
/illumos-gate/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 | 129 int wk, dy, hr, mi, se; local 141 hr = intvl % 24; 165 hr, mi, se); 182 if (hr > 0) 184 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr, 185 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';
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 782 prnt(struct pcms *p, int hr) in prnt() argument 784 if(p->pcm_pc[hr] == 0) return; in prnt() 786 printf(fmtcnt, p->pcm_pc[hr]); in prnt() 787 printf(fmtkcore, p->pcm_kcore[hr]); in prnt() 788 printf(fmtcpu, p->pcm_cpu[hr]); in prnt() 789 printf(fmtreal, p->pcm_real[hr]); in prnt() 790 if(p->pcm_cpu[hr] == 0) p->pcm_cpu[hr] = 1; in prnt() 791 printf(fmtmsz, p->pcm_kcore[hr]/p->pcm_cpu[hr]); in prnt() 792 if(p->pcm_pc[hr] == 0) p->pcm_pc[hr] = 1; in prnt() 793 printf(fmtmcpu, p->pcm_cpu[hr]/p->pcm_pc[hr]); in prnt() [all …]
|
H A D | acctcom.c | 596 long hr, min, sec; local 600 if(sscanf(str, "%ld:%ld:%ld", &hr, &min, &sec) < 1) { 605 sec += (hr*3600);
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | time.c | 45 int hr, minute, sec; in bios_seconds() local 52 hr = bcd2bin((v86.ecx & 0xff00) >> 8); /* hour in %ch */ in bios_seconds() 56 return (hr * 3600 + minute * 60 + sec); in bios_seconds()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | print.c | 103 int hr, min, sec; in prt() local 111 if ((hr = t / 60) != 0) { in prt() 112 prn_buff(hr); in prt()
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/who/ |
H A D | who.c | 484 time_t hr; in dump() local 587 hr = idle/3600; in dump() 589 if (hr == 0 && min == 0) in dump() 592 if (hr < 24) in dump() 593 (void) printf(" %2d:%2.2d", (int)hr, in dump()
|
/illumos-gate/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
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/ |
H A D | lc.tab | 70 hr croatian hrv|scr iso8859-2 208 hr croatia hr
|
/illumos-gate/usr/src/data/bhyve/kbdlayout/ |
H A D | hr | 2 # (hr : Croatian)
|
H A D | Makefile | 34 hr \
|
/illumos-gate/usr/src/uts/common/pcmcia/cis/ |
H A D | cis_handlers.c | 347 int i, n, nrb, na, hr = 0; in cistpl_config_handler() local 406 cr->hr = hr; in cistpl_config_handler() 407 cr->regs[hr] = MAKE_CONFIG_REG_ADDR( in cistpl_config_handler() 408 cr->base, hr); in cistpl_config_handler() 410 hr++; in cistpl_config_handler()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs_clnt.h | 593 #define HR2SEC(hr) ((hr) / (long long)NANOSEC) argument
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 1479 #define tm_setup(tp, yr, mon, dy, hr, min, dst) \ argument 1483 (tp)->tm_hour = hr; \ 1515 int tm_mon, tm_mday, tm_wday, wday, m, min, h, hr, carry, day, days; in tz_next_time() local 1570 hr = next_ge(h%24, e->of.ct.hour); in tz_next_time() 1571 carry = (hr < h) ? 1 : 0; in tz_next_time() 1576 hr, min, tm->tm_isdst); in tz_next_time() 1639 t += (time_t)(hr-tm->tm_hour-1) * HOUR + in tz_next_time() 1642 t += (time_t)(hr-tm->tm_hour) * HOUR + in tz_next_time() 1666 hr = next_ge(0, e->of.ct.hour); in tz_next_time() 1743 tm_setup(&tmp, yr, mon, day, hr, min, -1); in tz_next_time() [all …]
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | locale-hr.p5m | 15 set name=pkg.fmri value=pkg:/locale/hr@$(PKGVERS)
|
H A D | locale-hr-extra.p5m | 20 set name=pkg.fmri value=pkg:/locale/hr-extra@$(PKGVERS)
|
H A D | locale-sr.p5m | 21 # Montenegrin, and Bosnian). "hr" is used for Croatian. Constructive
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | literals.h | 100 L_DECL(hr);
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | local | 228 hr
|
/illumos-gate/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()
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | THANKS | 68 Josip Rodin <joy@cibalia.gkvk.hr>
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cis_handlers.h | 170 uint32_t hr; /* highest config register index found */ member
|