Home
last modified time | relevance | path

Searched defs:tmpf (Results 1 – 6 of 6) sorted by relevance

/openbmc/hiomapd/test/
H A Dtmpf.h9 struct tmpf { struct
15 * Initialise a tmpf instance for use, creating a temporary file. argument
H A Dtmpf.c14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init()
28 void tmpf_destroy(struct tmpf *tmpf) in tmpf_destroy()
/openbmc/phosphor-mboxd/test/
H A Dtmpf.h9 struct tmpf { struct
15 * Initialise a tmpf instance for use, creating a temporary file. argument
H A Dtmpf.c14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init()
28 void tmpf_destroy(struct tmpf *tmpf) in tmpf_destroy()
/openbmc/phosphor-state-manager/test/
H A Dsystemd_parser.cpp43 std::FILE* tmpf = fopen("/tmp/good_file1.json", "w"); in TEST() local
87 std::FILE* tmpf = fopen("/tmp/invalid_error_file.json", "w"); in TEST() local
102 std::FILE* tmpf = fopen("/tmp/invalid_json_file.json", "w"); in TEST() local
127 std::FILE* tmpf = fopen("/tmp/not_just_default_file.json", "w"); in TEST() local
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1384 CPUTLBEntryFull tmpf; in victim_tlb_hit() local