Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 25 of 35) sorted by relevance

12

/qemu/tests/tcg/cris/libc/
H A Dcheck_stat4.c19 if (lstat (".", &buf) != 0 in main()
22 if (lstat (path, &buf) != 0 in main()
H A Dcheck_stat2.c15 if (lstat (".", &buf) != 0 in main()
/qemu/hw/9pfs/
H A Dcodir.c159 err = s->ops->lstat(&s->ctx, &path, &stbuf); in do_readdir_many()
301 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_mkdir()
H A Dcofile.c60 err = s->ops->lstat(&s->ctx, path, stbuf); in v9fs_co_lstat()
162 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_open2()
H A Dcofs.c214 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_mknod()
336 err = s->ops->lstat(&s->ctx, &path, stbuf); in v9fs_co_symlink()
H A D9p-synth.c620 .lstat = synth_lstat,
/qemu/fsdev/
H A Dfile-op-9p.h126 int (*lstat)(FsContext *, V9fsPath *, struct stat *); member
H A Dvirtfs-proxy-helper.c569 retval = lstat(path.data, &st_buf); in do_stat()
1129 if (lstat(rpath, &stbuf) < 0) { in main()
/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc108 [ 107] = 2, /* lstat */
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c179 chk_error(lstat("file3", &st)); in test_file()
/qemu/system/
H A Ddevice_tree.c175 if (lstat(tmpnam, &st) < 0) { in read_fstree()
/qemu/bsd-user/openbsd/
H A Dstrace.list83 { TARGET_OPENBSD_NR_lstat, "lstat", "%s(\"%s\",%p)", NULL, NULL },
/qemu/linux-user/mips64/
H A Dsyscall_n32.tbl16 6 n32 lstat sys_newlstat
H A Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
/qemu/linux-user/x86_64/
H A Dsyscall_64.tbl17 6 common lstat sys_newlstat
/qemu/linux-user/xtensa/
H A Dsyscall.tbl60 49 common lstat sys_newlstat
/qemu/bsd-user/freebsd/
H A Dos-stat.h26 __sym_compat(lstat, freebsd11_lstat, FBSD_1.0);
/qemu/linux-user/microblaze/
H A Dsyscall.tbl117 107 common lstat sys_newlstat
/qemu/linux-user/m68k/
H A Dsyscall.tbl117 107 common lstat sys_newlstat
/qemu/linux-user/sh4/
H A Dsyscall.tbl117 107 common lstat sys_newlstat
/qemu/linux-user/arm/
H A Dsyscall.tbl122 107 common lstat sys_newlstat
/qemu/linux-user/hppa/
H A Dsyscall.tbl97 84 common lstat sys_newlstat compat_sys_newlstat
/qemu/linux-user/alpha/
H A Dsyscall.tbl77 68 common lstat sys_newlstat
/qemu/linux-user/sparc/
H A Dsyscall.tbl59 40 common lstat sys_newlstat compat_sys_newlstat
/qemu/linux-user/i386/
H A Dsyscall_32.tbl121 107 i386 lstat sys_newlstat compat_sys_newlstat

12