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

12

/illumos-gate/usr/src/head/
H A Dustat.h33 #include <sys/ustat.h>
39 extern int ustat(dev_t, struct ustat *);
H A DMakefile207 ustat.h \
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dustat.c31 #include <ustat.h>
37 ustat(dev_t dev, struct ustat *buf) function
/illumos-gate/usr/src/uts/common/sys/
H A Dustat.h27 * WARNING: The ustat system call will become obsolete in the
49 #error "Cannot use ustat in the large files compilation environment"
52 struct ustat { struct
H A DMakefile633 ustat.h \
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c48 #include <ustat.h>
70 #include <sys/ustat.h>
83 struct ustat ustatarea;
180 if (ustat(st.st_rdev, &ustatarea) >= 0)
210 /* ustat() ok because max number of UFS inodes can fit in ino_t */
211 if (ustat(st.st_rdev, &ustatarea) >= 0) {
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c37 #include <ustat.h>
289 struct ustat usb;
349 if (is_root == 0 && is_usr == 0 && ustat(stbd.st_rdev, &usb) == 0) {
H A Dsetup.c35 #include <ustat.h>
90 struct ustat ustatb;
120 else if (ustat(statb.st_rdev, &ustatb) == 0) {
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h143 #include <sys/ustat.h>
639 struct ustat { struct
647 #include <ustat.h>
H A Dcntrl.c1663 struct ustat ustatb;
1679 if( ustat(statb.st_dev, &ustatb)<0 )
1684 * Use 512-byte blocks, because that's the unit "ustat" tends
1717 ustat(dev, ustat) function
1719 struct ustat *ustat;
1730 || sscanf(buf, "%d %d", &ustat->f_tfree, &ustat->f_tinode) != 2)
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c132 #include <ustat.h>
689 struct ustat usb;
747 if (!is_magic && (ustat(stbd.st_rdev, &usb) == 0)) {
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h105 #include <sys/ustat.h>
582 struct ustat { struct
587 #include <ustat.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dutssys.c47 #include <sys/ustat.h>
197 static int uts_ustat64(dev_t, struct ustat *);
223 uts_ustat64(dev_t dev, struct ustat *cbuf)
225 struct ustat ust;
259 * Utility routine for the ustat implementations.
260 * (If it wasn't for the 'find-by-dev_t' semantic of ustat(2), we could push
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2421 dsw_stat_t ustat; local
2430 II_TAIL_COPY(ustat, ustat32, shadow_vol, dsw_stat_t);
2431 ustat.status = (spcs_s_info_t)ustat32.status;
2432 } else if (copyin((void *)arg, &ustat, sizeof (ustat)) < 0)
2439 if (!ustat.shadow_vol[0])
2440 return (spcs_s_ocopyoutf(&kstatus, ustat.status, DSW_EEMPTY));
2443 ip = _ii_find_set(ustat.shadow_vol);
2446 return (spcs_s_ocopyoutf(&kstatus, ustat.status,
2449 ustat
4392 dsw_ostat_t ustat; local
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h719 } ustat; member in struct:ibd_list_s
723 #define dl_pending_sends ustat.pending_sends
724 #define dl_bufs_outstanding ustat.bufs_outstanding
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h59 #include <ustat.h>
/illumos-gate/usr/src/man/man2/
H A DMakefile156 ustat.2 \
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c66 #include <ustat.h>
185 struct ustat ustatarea;
417 if (ustat(statarea.st_rdev, &ustatarea) >= 0) {
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c3763 spcs_s_info_t ustat; local
3766 ustat = spcs_s_ucreate();
3783 if ((RDC_IOCTL(RDC_CONFIG, &parms, NULL, 0, 0, 0, ustat)) !=
3785 rdc_warn(&ustat, gettext("failed to update autosync for"
3787 spcs_log("sndr", &ustat, gettext("failed to update autosync for"
3790 spcs_s_ufree(&ustat);
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile189 sync.s sysconf.s umask.s ustat.s \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com965 ustat.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com944 ustat.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile925 ustat.o \
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3270 # define SFS_USTAT 1 /* use ustat */
3282 # include <ustat.h>
3310 struct ustat fs;
3334 if (stat(dir, &statbuf) == 0 && ustat(statbuf.st_dev, &fs) == 0)
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com999 ustat.o \

Completed in 153 milliseconds

12