Searched refs:cfgfd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | readconfig-test.c | 26 int cfgfd = -1; in qtest_init_with_config() local 31 cfgfd = g_file_open_tmp("readconfig-test-XXXXXX", &cfgpath, &error); in qtest_init_with_config() 33 g_assert_cmpint(cfgfd, >=, 0); in qtest_init_with_config() 35 ret = qemu_write_full(cfgfd, cfgdata, strlen(cfgdata)); in qtest_init_with_config() 36 close(cfgfd); in qtest_init_with_config()
|
/openbmc/qemu/ebpf/ |
H A D | trace-events | 4 ebpf_rss_load(void *ctx, int progfd, int cfgfd, int toepfd, int indirfd) "ctx=%p program-fd=%d conf…
|