/titanic_50/usr/src/head/ |
H A D | ustat.h | 39 extern int ustat(dev_t, struct ustat *);
|
H A D | Makefile | 204 ustat.h \
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | ustat.c | 37 ustat(dev_t dev, struct ustat *buf) in ustat() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ustat.h | 52 struct ustat { struct
|
H A D | Makefile | 631 ustat.h \
|
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | main.c | 289 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 D | setup.c | 90 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 D | tunefs.c | 83 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 D | cntrl.c | 1663 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 D | uucp.h | 639 struct ustat { struct
|
/titanic_50/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 2421 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 D | utssys.c | 197 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 D | main.c | 689 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 D | ibd.h | 719 } 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 D | syscalls.list | 192 ustat SIMPLE /* 168 = 2, ustat */
|
/titanic_50/usr/src/man/man2/ |
H A D | Makefile | 156 ustat.2 \
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | uucp.h | 582 struct ustat { struct
|
/titanic_50/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 185 struct ustat ustatarea; in main() 417 if (ustat(statarea.st_rdev, &ustatarea) >= 0) { in main()
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | syn_common | 969 ustat
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 3763 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 D | Makefile | 189 sync.s sysconf.s umask.s ustat.s \
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 151 file path=usr/share/man/man2/ustat.2
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 930 ustat.o \
|
/titanic_50/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 943 ustat.o \
|
/titanic_50/usr/src/lib/libc/i386/ |
H A D | Makefile.com | 970 ustat.o \
|