Searched refs:num_sec (Results 1 – 2 of 2) sorted by relevance
169 time_t num_sec = 0; in tm_to_secs() local182 num_sec += days_in_year(--year) * 24 * 60 * 60; in tm_to_secs()189 num_sec += days * 24 * 60 * 60; in tm_to_secs()191 num_sec += --day * 24 * 60 * 60; in tm_to_secs()192 num_sec += hour * 60 * 60; in tm_to_secs()193 num_sec += min * 60; in tm_to_secs()194 num_sec += sec; in tm_to_secs()196 return (num_sec); in tm_to_secs()
702 int num_sec = 0; in fru_get_sections() local726 num_sec++; in fru_get_sections()730 return (num_sec); in fru_get_sections()