Searched defs:time_remaining (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dwdt.c246 uint64_t time_remaining; local
251 ret = hv_mach_set_watchdog(timeout, &time_remaining);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c3098 LcpSendTimeRemaining(f, time_remaining)
3100 u_int32_t time_remaining;
3112 PUTLONG(time_remaining, pktp);
3125 u_int32_t time_remaining; local
3138 GETLONG(time_remaining, inp);
3140 notice("%d seconds remain: \"%.*s\"", time_remaining,
3143 notice("Time Remaining: %d seconds", time_remaining);
3156 u_int32_t time_remaining; local
3160 time_remaining = lt->tr;
3161 LcpSendTimeRemaining(&lcp_fsm[unit], time_remaining);
[all...]

Completed in 86 milliseconds