Home
last modified time | relevance | path

Searched refs:tmpf_init (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-mboxd/test/
H A Dmbox.c222 rc = tmpf_init(&test.mbox, "mbox-store.XXXXXX"); in mbox_create_test_context()
225 rc = tmpf_init(&test.flash, "flash-store.XXXXXX"); in mbox_create_test_context()
228 rc = tmpf_init(&test.lpc, "lpc-store.XXXXXX"); in mbox_create_test_context()
H A Dtmpf.h22 int tmpf_init(struct tmpf *tmpf, const char *template_str);
H A Dtmpf.c14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init() function
H A Dcopy_flash.c53 rc = tmpf_init(&tmp, "flash-store.XXXXXX"); in main()
H A Dwrite_flash.c27 rc = tmpf_init(tmp, "flash-store.XXXXXX"); in get_dev_mtd()
H A Derase_flash.c29 rc = tmpf_init(&mtd, "flash-store.XXXXXX"); in get_dev_mtd()
/openbmc/hiomapd/test/
H A Dmbox.c229 rc = tmpf_init(&test.mbox, "mbox-store.XXXXXX"); in mbox_create_frontend_context()
232 rc = tmpf_init(&test.lpc, "lpc-store.XXXXXX"); in mbox_create_frontend_context()
254 rc = tmpf_init(&test.flash, "flash-store.XXXXXX"); in mbox_create_frontend_context()
H A Dtmpf.h22 int tmpf_init(struct tmpf *tmpf, const char *template_str);
H A Dtmpf.c14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init() function
H A Dflash_copy.c56 rc = tmpf_init(&tmp, "flash-store.XXXXXX"); in main()
H A Dflash_write.c30 rc = tmpf_init(tmp, "flash-store.XXXXXX"); in get_dev_mtd()
H A Dflash_erase.c31 rc = tmpf_init(&mtd, "flash-store.XXXXXX"); in get_dev_mtd()