Home
last modified time | relevance | path

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

/openbmc/linux/scripts/coccinelle/api/
H A Dsimple_open.cocci14 identifier open_f != simple_open;
17 -int open_f(struct inode *i, struct file *f)
30 identifier open.open_f;
34 -.open = open_f,
40 identifier open_f != simple_open;
44 int open_f@p(struct inode *i, struct file *f)
57 identifier openr.open_f;
62 .open = open_f@p,
/openbmc/qemu/
H A Dqemu-io.c143 static int open_f(BlockBackend *blk, int argc, char **argv);
148 .cfunc = open_f,
167 static int open_f(BlockBackend *blk, int argc, char **argv) in open_f() function