Home
last modified time | relevance | path

Searched refs:hr (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c43 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()
139 hr.hei_event); in hookeventlist()
144 hr.hei_event); in hookeventlist()
154 hrp = SLIST_NEXT(&hr, hei_entry); in hookeventlist()
236 hook_event_int_t hr; in hookevent_stack_walk_step() local
[all …]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsasl.c159 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 Dconvtime.c129 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 Dusersmtp.c329 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 Dacctcms.c782 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()
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()
794 if (p->pcm_real[hr] == 0) in prnt()
795 p->pcm_real[hr] = 1; in prnt()
796 printf(fmthog, p->pcm_cpu[hr]/p->pcm_real[hr]); in prnt()
[all …]
H A Dacctcom.c596 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 Dtime.c45 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 Dprint.c103 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 Dcodesign_server.pl209 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 Dwho.c484 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 Dunittab73 hr hour
74 day 24 hr
338 admiraltyknot 6080 ft/hr
457 knot nmile/hr
483 mph mile/hr
/illumos-gate/usr/src/data/bhyve/kbdlayout/
H A Dhr2 # (hr : Croatian)
H A DMakefile34 hr \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dlc.tab70 hr croatian hrv|scr iso8859-2
208 hr croatia hr
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c347 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 Dnfs_clnt.h593 #define HR2SEC(hr) ((hr) / (long long)NANOSEC) argument
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1479 #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 Dlocale-hr.p5m15 set name=pkg.fmri value=pkg:/locale/hr@$(PKGVERS)
H A Dlocale-hr-extra.p5m20 set name=pkg.fmri value=pkg:/locale/hr-extra@$(PKGVERS)
H A Dlocale-sr.p5m21 # Montenegrin, and Bosnian). "hr" is used for Croatian. Constructive
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h100 L_DECL(hr);
/illumos-gate/usr/src/cmd/spell/
H A Dlocal228 hr
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_netinfo.c1526 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 DTHANKS68 Josip Rodin <joy@cibalia.gkvk.hr>
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h170 uint32_t hr; /* highest config register index found */ member

12