Home
last modified time | relevance | path

Searched defs:wnames (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dvirtio-9p-test.c72 char *wnames[P9_MAXWELEM]; in fs_walk() local
110 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_READDIR_DIR) }; in fs_readdir() local
165 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_READDIR_DIR) }; in do_readdir_split() local
250 char *wnames[] = { g_strdup(" /") }; in fs_walk_no_slash() local
342 char *wnames[] = { g_strdup("..") }; in fs_walk_dotdot() local
366 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_LOPEN_FILE) }; in fs_lopen() local
383 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_WRITE_FILE) }; in fs_write() local
407 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_FLUSH_FILE) }; in fs_flush_success() local
448 char *wnames[] = { g_strdup(QTEST_V9FS_SYNTH_FLUSH_FILE) }; in fs_flush_ignored() local
/openbmc/linux/fs/9p/
H A Dfid.c151 const unsigned char **wnames; in build_path_from_dentry() local
174 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local
/openbmc/linux/net/9p/
H A Dprotocol.c85 const char **wnames = va_arg(ap, const char **); in p9_msg_buf_size() local
395 char ***wnames = va_arg(ap, char ***); in p9pdu_vreadf() local
620 const char **wnames = va_arg(ap, const char **); in p9pdu_vwritef() local
H A Dclient.c1144 const unsigned char * const *wnames, int clone) in p9_client_walk()
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c423 char **wnames = NULL; in v9fs_twalk() local
H A Dvirtio-9p-client.h88 char **wnames; member