Searched refs:uptime (Results 26 - 43 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dkernel.h347 long uptime; /* Seconds since boot */ member in struct:sysinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe2.c1665 #define UPTIME_FILE "/proc/uptime"
1714 char uptime[32]; local
1740 sprintf(uptime, "%010d", i);
1764 fprintf(fp, "%s %s\n", macAddr, uptime);
2142 fprintf(fp, "%ld", info.uptime);
2262 fprintf(fp, "%ld", info.uptime);
H A Dpppoe.c1977 fprintf(fp, "%ld", info.uptime);
2061 fprintf(fp, "%ld", info.uptime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dcompat.c1020 s32 uptime; member in struct:compat_sysinfo
1065 __put_user (s.uptime, &info->uptime) ||
H A Dtimer.c1121 info->uptime = tp.tv_sec + (tp.tv_nsec ? 1 : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgpd.h264 time_t uptime; /* Last Up/Down time */ member in struct:peer
606 /* BGP uptime string length. */
H A Dbgp_fsm.c308 peer->uptime = time (NULL);
331 /* Reset uptime. */
646 /* Reset uptime, send keepalive, send current table. */
H A Dbgp_route.c1061 ri->uptime = time (NULL);
1187 new->uptime = time (NULL);
1851 ri->uptime = time (NULL);
1869 new->uptime = time (NULL);
1900 new->uptime = time (NULL);
2836 new->uptime = time (NULL);
3006 new->uptime = time (NULL);
3606 bi->uptime = time (NULL);
3623 new->uptime = time (NULL);
4300 vty_out (vty, " Last update: %s", ctime (&binfo->uptime));
[all...]
H A Dbgp_packet.c506 if (adv->binfo && adv->binfo->uptime < peer->synctime)
537 if (adv->binfo->uptime < peer->synctime)
H A Dbgp_vty.c6030 peer_uptime (peer->uptime, timebuf, BGP_UPTIME_LEN));
6534 peer_uptime (p->uptime, timebuf, BGP_UPTIME_LEN));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dbase.c307 unsigned long badness(struct task_struct *p, unsigned long uptime);
311 struct timespec uptime; local
313 do_posix_clock_monotonic_gettime(&uptime);
315 points = badness(task, uptime.tv_sec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_dev.c903 if ((jiffies - dn_db->uptime) < DRDELAY)
1122 dn_db->uptime = jiffies;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Dfuncs.js1920 function change_sec_to_time(uptime)
1922 var sec=uptime;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dapplets.h351 USE_UPTIME(APPLET(uptime, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
H A Dlibbb.h186 long uptime; /* Seconds since boot */ member in struct:sysinfo
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Dzserv.c922 rib->uptime = time (NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/rc/
H A Drc.c724 sprintf(command, "echo %lu > /tmp/wlan_time", info.uptime);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dbroadcom.c829 char *str = file2str("/proc/uptime");
1147 time_t uptime; local
1157 uptime = now - boottime.tv_sec;
1158 return websWrite(wp, reltime(uptime));
4233 cgi(wp, "get uptime");

Completed in 458 milliseconds

12