Searched refs:tmpf_init (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-mboxd/test/ |
H A D | mbox.c | 222 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 D | tmpf.h | 22 int tmpf_init(struct tmpf *tmpf, const char *template_str);
|
H A D | tmpf.c | 14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init() function
|
H A D | copy_flash.c | 53 rc = tmpf_init(&tmp, "flash-store.XXXXXX"); in main()
|
H A D | write_flash.c | 27 rc = tmpf_init(tmp, "flash-store.XXXXXX"); in get_dev_mtd()
|
H A D | erase_flash.c | 29 rc = tmpf_init(&mtd, "flash-store.XXXXXX"); in get_dev_mtd()
|
/openbmc/hiomapd/test/ |
H A D | mbox.c | 229 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 D | tmpf.h | 22 int tmpf_init(struct tmpf *tmpf, const char *template_str);
|
H A D | tmpf.c | 14 int tmpf_init(struct tmpf *tmpf, const char *template) in tmpf_init() function
|
H A D | flash_copy.c | 56 rc = tmpf_init(&tmp, "flash-store.XXXXXX"); in main()
|
H A D | flash_write.c | 30 rc = tmpf_init(tmp, "flash-store.XXXXXX"); in get_dev_mtd()
|
H A D | flash_erase.c | 31 rc = tmpf_init(&mtd, "flash-store.XXXXXX"); in get_dev_mtd()
|