Home
last modified time | relevance | path

Searched defs:timestr (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/mips/dec/
H A Dkn02xa-berr.c49 static const char timestr[] = "timeout"; in dec_kn02xa_be_backend() local
H A Dkn01-berr.c71 static const char timestr[] = "timeout"; in dec_kn01_be_backend() local
H A Decc-berr.c50 static const char timestr[] = "timeout"; in dec_ecc_be_backend() local
/openbmc/ipmi-fru-parser/
H A Dfrup.cpp169 static size_t _to_time_str(uint32_t mfg_date_time, char* timestr, uint32_t len) in _to_time_str()
684 char timestr[OPENBMC_VPD_VAL_LEN]; in parse_fru_area() local
/openbmc/qemu/util/
H A Derror-report.c189 gchar *timestr; in vreport() local
/openbmc/linux/fs/nfsd/
H A Dnfs4recover.c1991 char timestr[22]; /* FIXME: better way to determine max size? */ in nfsd4_umh_cltrack_grace_done() local
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c3421 char timestr[30]; in ipmi_print_power_consmpt_history() local
/openbmc/qemu/
H A Dqemu-io-cmds.c289 static void timestr(struct timespec *tv, char *ts, size_t size, int format) in timestr() function