Searched refs:time_string (Results 1 – 5 of 5) sorted by relevance
554 time_string = time.strftime("#(%Z) %Y/%m/%d %H:%M:%S", loc_time)556 time_string = time_string + nanoseconds571 time_string = time_string + " - " + elapsed_seconds573 return time_string + " - " + buffer
59 time_string = time.strftime("%y%m%d.%H%M%S", loc_time)61 AUTOBOOT_OPENBMC_NICKNAME + "." + extra_prefix + time_string + "."
434 time_string = time.strftime("%y%m%d.%H%M%S.", loc_time)436 ffdc_prefix = openbmc_nickname + "." + time_string
188 ${time_string}= Set Variable If ${hard} ${SPACE}now191 ${cmd_buf}= Set Variable If '${os_username}' == 'root' shutdown${time_string}192 ... echo ${os_password} | sudo -S shutdown${time_string}
2700 ipmi_sel_set_time(struct ipmi_intf * intf, const char * time_string) in ipmi_sel_set_time() argument2714 if (strncasecmp(time_string, "now", 3) == 0) { in ipmi_sel_set_time()2719 if (strptime(time_string, time_format, &tm) == 0) { in ipmi_sel_set_time()