/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rup.c | 273 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 D | w.c | 140 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 D | Makefile | 34 ROOTLINK= $(ROOTBIN)/uptime
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 144 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 D | ipmi_sunoem.c | 176 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 D | Makefile | 38 ROOTLINK= $(ROOTBIN64)/uptime
|
/titanic_50/usr/src/cmd/w/i386/ |
H A D | Makefile | 40 ROOTLINK= $(ROOTBIN32)/uptime
|
/titanic_50/usr/src/cmd/w/sparcv9/ |
H A D | Makefile | 41 ROOTLINK= $(ROOTBIN64)/uptime
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | uid_stp.h | 192 unsigned long uptime; /* 14.8.2.1.3.a */ member
|
H A D | port.h | 153 unsigned long uptime; /* 14.8.2.1.3.a */ member
|
H A D | stp_in.c | 208 port->uptime = 0; in _stp_in_enable_port_on_stpm() 368 entry->uptime = port->uptime; in STP_IN_port_get_state()
|
H A D | port.c | 65 this->uptime = 0; in STP_port_create()
|
H A D | stpm.c | 113 port->uptime++; in STP_stpm_one_second()
|
/titanic_50/usr/src/ucbcmd/ |
H A D | Makefile | 132 uptime \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | compatibility-ucb.mf | 210 link path=usr/ucb/uptime target=../bin/uptime
|
H A D | SUNWcs.man1.inc | 202 file path=usr/share/man/man1/uptime.1
|
H A D | SUNWcs.mf | 675 $(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 D | Makefile | 399 uptime.1 \
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm.c | 972 pUM->props.uptime = 0; in BnxeLinkStatus() 991 pUM->props.uptime = ddi_get_time(); in BnxeLinkStatus()
|
H A D | bnxe_kstat.c | 87 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 D | bnxe.h | 301 time_t uptime; member
|
/titanic_50/usr/src/cmd/dladm/ |
H A D | dladm.c | 8328 sizeof (bbuf->bridgel_uptime), "%lu", stpstate.uptime); in print_bridge_link()
|