Home
last modified time | relevance | path

Searched refs:__init_mbox_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-mboxd/test/
H A Dmbox.c210 int __init_mbox_dev(struct mbox_context *context, const char *path);
240 __init_mbox_dev(&test.context, "/dev/null"); in mbox_create_test_context()
/openbmc/phosphor-mboxd/
H A Dmboxd_msg.c829 int __init_mbox_dev(struct mbox_context *context, const char *path) in __init_mbox_dev() function
851 return __init_mbox_dev(context, MBOX_HOST_PATH); in init_mbox_dev()