Home
last modified time | relevance | path

Searched refs:ustat (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/head/
H A Dustat.h39 extern int ustat(dev_t, struct ustat *);
H A DMakefile204 ustat.h \
/titanic_50/usr/src/lib/libc/port/sys/
H A Dustat.c37 ustat(dev_t dev, struct ustat *buf) in ustat() function
/titanic_50/usr/src/uts/common/sys/
H A Dustat.h52 struct ustat { struct
H A DMakefile631 ustat.h \
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c289 struct ustat usb; in check_sanity()
349 if (is_root == 0 && is_usr == 0 && ustat(stbd.st_rdev, &usb) == 0) { in check_sanity()
H A Dsetup.c90 struct ustat ustatb; in setup()
120 else if (ustat(statb.st_rdev, &ustatb) == 0) { in setup()
/titanic_50/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c83 struct ustat ustatarea;
180 if (ustat(st.st_rdev, &ustatarea) >= 0) in main()
211 if (ustat(st.st_rdev, &ustatarea) >= 0) { in main()
/titanic_50/usr/src/cmd/bnu/
H A Dcntrl.c1663 struct ustat ustatb;
1679 if( ustat(statb.st_dev, &ustatb)<0 )
1717 ustat(dev, ustat) in ustat() function
1719 struct ustat *ustat;
1730 || sscanf(buf, "%d %d", &ustat->f_tfree, &ustat->f_tinode) != 2)
H A Duucp.h639 struct ustat { struct
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2421 dsw_stat_t ustat; in _ii_stat() local
2430 II_TAIL_COPY(ustat, ustat32, shadow_vol, dsw_stat_t); in _ii_stat()
2431 ustat.status = (spcs_s_info_t)ustat32.status; in _ii_stat()
2432 } else if (copyin((void *)arg, &ustat, sizeof (ustat)) < 0) in _ii_stat()
2439 if (!ustat.shadow_vol[0]) in _ii_stat()
2440 return (spcs_s_ocopyoutf(&kstatus, ustat.status, DSW_EEMPTY)); in _ii_stat()
2443 ip = _ii_find_set(ustat.shadow_vol); in _ii_stat()
2446 return (spcs_s_ocopyoutf(&kstatus, ustat.status, in _ii_stat()
2449 ustat.stat = ip->bi_flags; in _ii_stat()
2450 ustat.size = ip->bi_size; in _ii_stat()
[all …]
/titanic_50/usr/src/uts/common/syscall/
H A Dutssys.c197 static int uts_ustat64(dev_t, struct ustat *);
223 uts_ustat64(dev_t dev, struct ustat *cbuf) in uts_ustat64()
225 struct ustat ust; in uts_ustat64()
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/
H A Dmain.c689 struct ustat usb; in check_sanity()
747 if (!is_magic && (ustat(stbd.st_rdev, &usb) == 0)) { in check_sanity()
/titanic_50/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h719 } ustat; member
723 #define dl_pending_sends ustat.pending_sends
724 #define dl_bufs_outstanding ustat.bufs_outstanding
/titanic_50/usr/src/ucbcmd/sbcp/
H A Dsyscalls.list192 ustat SIMPLE /* 168 = 2, ustat */
/titanic_50/usr/src/man/man2/
H A DMakefile156 ustat.2 \
/titanic_50/usr/src/cmd/ttymon/
H A Duucp.h582 struct ustat { struct
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c185 struct ustat ustatarea; in main()
417 if (ustat(statarea.st_rdev, &ustatarea) >= 0) { in main()
/titanic_50/usr/src/lib/c_synonyms/
H A Dsyn_common969 ustat
/titanic_50/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);
/titanic_50/usr/src/lib/libbc/sparc/
H A DMakefile189 sync.s sysconf.s umask.s ustat.s \
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc151 file path=usr/share/man/man2/ustat.2
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile930 ustat.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com943 ustat.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com970 ustat.o \

12