Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 1650) sorted by path

12345678910>>...66

/illumos-gate/usr/src/boot/common/
H A Dls.c61 struct stat sb; in command_ls()
93 if (stat(path, &sb) == 0 && !S_ISDIR(sb.st_mode)) { in command_ls()
124 if (stat(buf, &sb)) { in command_ls()
158 struct stat sb; in ls_getdir()
H A Dmodule.c648 struct stat st; in file_loadraw()
946 struct stat st; in file_lookup()
971 if (stat(result, &st) == 0 && S_ISREG(st.st_mode)) in file_lookup()
1004 struct stat sb; in file_search()
1017 if (stat(name, &sb) == 0) in file_search()
1269 struct stat st; in moduledir_readhints()
1276 if (stat(path, &st) != 0 || in moduledir_readhints()
H A Dmultiboot2.c137 struct stat st; in multiboot2_loadfile()
H A Dvdisk.c90 struct stat sb; in command_mapvd()
106 if (stat(argv[1], &sb) < 0) { in command_mapvd()
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c167 struct stat st; in efi_loadaddr()
181 stat(data, &st); in efi_loadaddr()
H A Dmain.c301 struct stat st; in sanity_check_currdev()
303 return (stat("/boot/defaults/loader.conf", &st) == 0); in sanity_check_currdev()
1311 struct stat st; in command_chain()
/illumos-gate/usr/src/boot/i386/libi386/
H A Di386_copy.c108 struct stat st; in i386_loadaddr()
131 stat(data, &st); in i386_loadaddr()
H A Dlinux.c96 struct stat sb; in linux_loadkernel()
/illumos-gate/usr/src/boot/i386/loader/
H A Dchain.c47 struct stat st; in command_chain()
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc232 $(SASRC)/stat.c $(SASRC)/fstat.c $(SASRC)/close.c \
236 OBJECTS += closeall.o dev.o ioctl.o nullfs.o stat.o fstat.o close.o lseek.o \
H A Dbzipfs.c73 static int bzf_stat(struct open_file *, struct stat *);
164 struct stat sb; in bzf_open()
363 bzf_stat(struct open_file *f, struct stat *sb) in bzf_stat()
H A Dcd9660.c70 static int cd9660_stat(struct open_file *f, struct stat *sb);
610 cd9660_stat(struct open_file *f, struct stat *sb) in cd9660_stat()
H A Ddosfs.c48 static int dos_stat(struct open_file *, struct stat *);
392 dos_stat(struct open_file *fd, struct stat *sb) in dos_stat()
H A Dext2fs.c102 static int ext2fs_stat(struct open_file *f, struct stat *sb);
870 ext2fs_stat(struct open_file *f, struct stat *sb) in ext2fs_stat()
H A Dfstat.c39 fstat(int fd, struct stat *sb) in fstat()
H A Dgzipfs.c51 static int zf_stat(struct open_file *f, struct stat *sb);
171 struct stat sb; in zf_open()
333 zf_stat(struct open_file *f, struct stat *sb) in zf_stat()
H A Dnfs.c129 static int nfs_stat(struct open_file *f, struct stat *sb);
736 nfs_stat(struct open_file *f, struct stat *sb) in nfs_stat()
H A Dnullfs.c105 null_stat(struct open_file *f __unused, struct stat *sb __unused) in null_stat()
H A Dpkgfs.c47 static int pkg_stat(struct open_file *, struct stat *);
381 pkg_stat(struct open_file *f, struct stat *sb) in pkg_stat()
H A Dsplitfs.c52 static int splitfs_stat(struct open_file *f, struct stat *sb);
109 struct stat sb; in splitfs_open()
304 splitfs_stat(struct open_file *f, struct stat *sb) in splitfs_stat()
H A Dstand.h114 int (*fo_stat)(struct open_file *f, struct stat *sb);
398 extern int null_stat(struct open_file *, struct stat *);
H A Dstat.c39 stat(const char *str, struct stat *sb) in stat() function
H A Dtftp.c73 static int tftp_stat(struct open_file *, struct stat *);
595 tftp_stat(struct open_file *f, struct stat *sb) in tftp_stat()
H A Dufs.c90 static int ufs_stat(struct open_file *, struct stat *);
793 ufs_stat(struct open_file *f, struct stat *sb) in ufs_stat()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c58 static int zfs_stat(struct open_file *, struct stat *);
142 struct stat sb; in zfs_read()
168 struct stat sb; in zfs_seek()
194 zfs_stat(struct open_file *f, struct stat *sb) in zfs_stat()
208 struct stat sb; in zfs_readdir()

12345678910>>...66