Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ips/
H A Dips_commands.c510 days = sctime / IPS_SECSPERDAY; in ips_ffdc_settime()
511 rem = sctime % IPS_SECSPERDAY; in ips_ffdc_settime()
H A Dips.h189 #define IPS_SECSPERDAY ((long) IPS_SECSPERHOUR * IPS_HOURSPERDAY) macro