Home
last modified time | relevance | path

Searched defs:orig_time (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.c101 time_t orig_time, current_time = time(NULL); in read_hostconf() local
379 relativize_time(DHCP_OPT *option, time_t orig_time, time_t current_time) in relativize_time()
404 relativize_v6(uint32_t *val, time_t orig_time, time_t current_time) in relativize_v6()
/illumos-gate/usr/src/cmd/picl/picld/
H A Dpicld.c105 static hrtime_t orig_time; variable