Searched refs:ustat (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Dustat.c31 #include <ustat.h>
37 ustat(dev_t dev, struct ustat *buf) function
/osnet-11/usr/src/lib/libnsl/dial/
H A Duucp.h59 #include <ustat.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2822 * have statfs() and struct statfs, they have ustat() and getmnt()
2823 * with struct ustat and struct fs_data.
2922 * This symbol, if defined, indicates that the ustat system call is
3109 * This symbol, if defined, indicates that <ustat.h> exists and
H A Dperl.c3240 * Preferred order: fstatvfs(), fstatfs(), ustat()+getmnt(), getmntent().
3243 * ustat()+getmnt() is pre-4.3 BSD.
3290 struct ustat us;
3291 if (ustat(fdst.st_dev, &us) == 0) {
3309 # endif /* fstat+ustat+getmnt */
H A Dperl.h4295 # include <ustat.h> /* for ustat() */
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com863 ustat.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com896 ustat.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com844 ustat.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile827 ustat.o \
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3268 # define SFS_USTAT 1 /* use ustat */
3280 # include <ustat.h>
3308 struct ustat fs;
3332 if (stat(dir, &statbuf) == 0 && ustat(statbuf.st_dev, &fs) == 0)

Completed in 59 milliseconds