Home
last modified time | relevance | path

Searched refs:secs (Results 51 – 73 of 73) sorted by relevance

123

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1860 double secs = delta * 1e-9; in stats() local
1943 nicenum_scale((uint64_t)obytes / secs, 1, bps, sizeof (bps), in stats()
1948 "(%siB/sec)%s"), head, obytes, hobytes, secs, bps, tail); in stats()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c172 (void) sprintf(get_line((char *)(uintptr_t)dp->secs - in interpret_dhcp()
174 "Time since boot = %d seconds", ntohs(dp->secs)); in interpret_dhcp()
/illumos-gate/usr/src/lib/libpicltree/
H A Dptree_impl.h225 extern int xptree_refresh_notify(uint32_t secs);
H A Dpicltree.c3630 xptree_refresh_notify(uint32_t secs) in xptree_refresh_notify() argument
3636 if (secs != 0) { in xptree_refresh_notify()
3643 if (secs == UINT32_MAX) /* wait forever */ in xptree_refresh_notify()
3647 to.tv_sec = secs; in xptree_refresh_notify()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf.c232 int secs; in ibmf_unregister() local
271 secs = 60; in ibmf_unregister()
274 secs > 0) { in ibmf_unregister()
277 secs--; in ibmf_unregister()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dplatform.h41 uint32_t secs; member
/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dvmmapi.c2054 vm_rtc_settime(struct vmctx *ctx, time_t secs) in vm_rtc_settime() argument
2060 rtctime.secs = secs; in vm_rtc_settime()
2066 vm_rtc_gettime(struct vmctx *ctx, time_t *secs) in vm_rtc_gettime() argument
2074 *secs = rtctime.secs; in vm_rtc_gettime()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c1251 sa_security_t secs; in parse_dfstab() local
1258 for (secs = sa_get_security( in parse_dfstab()
1260 secs != NULL; in parse_dfstab()
1261 secs = sa_get_security((sa_group_t)share, in parse_dfstab()
1264 secs); in parse_dfstab()
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1523 rctl_qty_t secs; in clock_tick() local
1624 secs = task_cpu_time_incr(pp->p_task, pp->p_ttime); in clock_tick()
1626 if (secs) { in clock_tick()
1628 pp, secs, RCA_UNSAFE_SIGINFO); in clock_tick()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c141 uint64_t days, hours, mins, secs, frac; in mdb_nicetime() local
146 secs = delta % 60; in mdb_nicetime()
164 sign, daybuf, hours, mins, secs, fracbuf); in mdb_nicetime()
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c76 uchar_t secs[2]; /* total sectors */ member
531 if (!(sc = cv2(bs->bpb.secs)) && !(sc = cv4(bs->bpb.lsecs))) in parsebs()
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c370 static int ct_barrier_wait_for_empty(dev_info_t *dip, int secs);
2205 ct_barrier_wait_for_empty(dev_info_t *dip, int secs) in ct_barrier_wait_for_empty() argument
2211 abstime = ddi_get_lbolt() + drv_usectohz(secs*1000000); in ct_barrier_wait_for_empty()
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c88 time_t secs; in pmcs_fwtime_to_systime() local
106 secs = ((time_t)fwtime / NSECS_PER_SEC); in pmcs_fwtime_to_systime()
119 stime->tv_sec -= secs; in pmcs_fwtime_to_systime()
125 stime->tv_sec += secs; in pmcs_fwtime_to_systime()
/illumos-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c207 secs2out(unsigned int secs, char *buf, int bufsiz, int flags) in secs2out() argument
213 if (secs > 60) { in secs2out()
218 (void) secs2str(secs, str, bufsiz); in secs2out()
243 secs2str(unsigned int secs, char *buf, int bufsiz) in secs2str() argument
245 double val = secs; in secs2str()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c2867 int secs; in skd_stop_device() local
2887 secs = 10; in skd_stop_device()
2891 tmo = cur_ticks + drv_usectohz(1000000 * secs); in skd_stop_device()
2896 Dcmn_err(CE_NOTE, "stop_device - %d secs TMO", secs); in skd_stop_device()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c271 err = xptree_refresh_notify(in->req_wait.secs); in picld_wait()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c195 # define MILTER_TIMEOUT(routine, secs, write, started, function) \ argument
221 tv.tv_sec = (secs); \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c2904 ql_fw_ready(ql_adapter_state_t *ha, uint8_t secs) in ql_fw_ready() argument
2916 timer = wait = secs * sec_delay; in ql_fw_ready()
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica1587 # "Local Mean Time 3 hours 52 mins. 39 secs. slow of Greenwich Mean Time
1591 # mins. 0 secs. slow of Greenwich Mean Time, by notice in Official Gazette on
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-21089 [`--timeout=secs'] [`--lines=lines'] [`--silent'] [`console']
H A Dgrub.info-11171 # Boot automatically after 30 secs.
H A Dgrub.texi1299 # Boot automatically after 30 secs.
2587 …ion{--dumb}] [@option{--no-echo}] [@option{--no-edit}] [@option{--timeout=secs}] [@option{--lines=…
H A Dgrub.info1171 # Boot automatically after 30 secs.
2393 [`--timeout=secs'] [`--lines=lines'] [`--silent'] [`console']

123