Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/cmd/rpcsvc/
H A Drup.c273 int uptime, days, hrs, mins, i; local
275 uptime = now - boottime.tv_sec;
276 uptime += 30;
277 if (uptime < 0) /* unsynchronized clocks */
278 uptime = 0;
279 days = uptime / (60*60*24);
280 uptime %= (60*60*24);
281 hrs = uptime / (60*60);
282 uptime %= (60*60);
283 mins = uptime / 60;
/titanic_50/usr/src/cmd/w/
H A Dw.c140 static time_t uptime; /* time of last reboot & elapsed time since */ variable
270 uptime = now - ut->ut_xtime; in main()
271 uptime += 30; in main()
272 days = uptime / (60*60*24); in main()
273 uptime %= (60*60*24); in main()
274 hrs = uptime / (60*60); in main()
275 uptime %= (60*60); in main()
276 mins = uptime / 60; in main()
H A DMakefile34 ROOTLINK= $(ROOTBIN)/uptime
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c144 static time_t uptime; /* time of last reboot & elapsed time since */ variable
266 uptime = now - ut->ut_xtime; in main()
267 uptime += 30; in main()
268 days = uptime / (60*60*24); in main()
269 uptime %= (60*60*24); in main()
270 hrs = uptime / (60*60); in main()
271 uptime %= (60*60); in main()
272 mins = uptime / 60; in main()
/titanic_50/usr/src/lib/libipmi/common/
H A Dipmi_sunoem.c176 ipmi_sunoem_uptime(ipmi_handle_t *ihp, uint32_t *uptime, uint32_t *gen) in ipmi_sunoem_uptime() argument
196 if (uptime) in ipmi_sunoem_uptime()
197 *uptime = BE_IN32(&((uint32_t *)resp->ic_data)[0]); in ipmi_sunoem_uptime()
/titanic_50/usr/src/cmd/w/amd64/
H A DMakefile38 ROOTLINK= $(ROOTBIN64)/uptime
/titanic_50/usr/src/cmd/w/i386/
H A DMakefile40 ROOTLINK= $(ROOTBIN32)/uptime
/titanic_50/usr/src/cmd/w/sparcv9/
H A DMakefile41 ROOTLINK= $(ROOTBIN64)/uptime
/titanic_50/usr/src/lib/librstp/common/
H A Duid_stp.h192 unsigned long uptime; /* 14.8.2.1.3.a */ member
H A Dport.h153 unsigned long uptime; /* 14.8.2.1.3.a */ member
H A Dstp_in.c208 port->uptime = 0; in _stp_in_enable_port_on_stpm()
368 entry->uptime = port->uptime; in STP_IN_port_get_state()
H A Dport.c65 this->uptime = 0; in STP_port_create()
H A Dstpm.c113 port->uptime++; in STP_stpm_one_second()
/titanic_50/usr/src/ucbcmd/
H A DMakefile132 uptime \
/titanic_50/usr/src/pkg/manifests/
H A Dcompatibility-ucb.mf210 link path=usr/ucb/uptime target=../bin/uptime
H A DSUNWcs.man1.inc202 file path=usr/share/man/man1/uptime.1
H A DSUNWcs.mf675 $(i386_ONLY)file path=usr/bin/$(ARCH32)/uptime mode=4555
690 file path=usr/bin/$(ARCH64)/uptime mode=4555
1445 $(i386_ONLY)hardlink path=usr/bin/$(ARCH32)/w target=uptime
1451 hardlink path=usr/bin/$(ARCH64)/w target=uptime
1513 hardlink path=usr/bin/uptime target=../../usr/lib/isaexec
/titanic_50/usr/src/man/man1/
H A DMakefile399 uptime.1 \
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c972 pUM->props.uptime = 0; in BnxeLinkStatus()
991 pUM->props.uptime = ddi_get_time(); in BnxeLinkStatus()
H A Dbnxe_kstat.c87 kstat_named_t uptime; member
665 pStats->uptime.value.ui64 = (pUM->props.link_speed) ? in BnxeKstatLinkUpdate()
666 (ddi_get_time() - pUM->props.uptime) : 0; in BnxeKstatLinkUpdate()
1909 BNXE_KSTAT_LINK(uptime, KSTAT_DATA_UINT64); in BnxeKstatInit()
H A Dbnxe.h301 time_t uptime; member
/titanic_50/usr/src/cmd/dladm/
H A Ddladm.c8328 sizeof (bbuf->bridgel_uptime), "%lu", stpstate.uptime); in print_bridge_link()