Home
last modified time | relevance | path

Searched refs:num_sec (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c167 time_t num_sec = 0; in tm_to_secs() local
180 num_sec += days_in_year(--year) * 24 * 60 * 60; in tm_to_secs()
187 num_sec += days * 24 * 60 * 60; in tm_to_secs()
189 num_sec += --day * 24 * 60 * 60; in tm_to_secs()
190 num_sec += hour * 60 * 60; in tm_to_secs()
191 num_sec += min * 60; in tm_to_secs()
192 num_sec += sec; in tm_to_secs()
194 return (num_sec); in tm_to_secs()
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c702 int num_sec = 0; in fru_get_sections() local
726 num_sec++; in fru_get_sections()
730 return (num_sec); in fru_get_sections()