Lines Matching +full:60 +full:v
100 * 6 7 seconds 0..60
101 * (use 60 for leap-second)
295 str[4] > 23 || str[5] > 59 || str[6] > 60 || str[7] > 9) in OS_checkSystemDateInput()
315 t += 3600 * str[9] + 60 * str[10]; in OS_checkSystemDateInput()
317 t -= 3600 * str[9] + 60 * str[10]; in OS_checkSystemDateInput()
360 return (OS_getSystemUptime(&value->v.uint32)); in op_hrSystem()
366 value->v.uint32 = 0; /* FIXME */ in op_hrSystem()
376 return (OS_getSystemNumUsers(&value->v.uint32)); in op_hrSystem()
379 return (OS_getSystemProcesses(&value->v.uint32)); in op_hrSystem()
382 return (OS_getSystemMaxProcesses(&value->v.uint32)); in op_hrSystem()
391 OS_checkSystemDateInput(value->v.octetstring.octets, in op_hrSystem()
392 value->v.octetstring.len)) == NULL) in op_hrSystem()
454 return (OS_getMemorySize(&value->v.uint32)); in op_hrStorage()