Home
last modified time | relevance | path

Searched refs:st_dev (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dstat.h119 __uint16_t st_dev; /* inode's device */ member
167 dev_t st_dev; /* [XSI] ID of device containing file */ \
195 dev_t st_dev; /* [XSI] ID of device containing file */ member
244 dev_t st_dev; /* [XSI] ID of device containing file */ member
277 dev_t st_dev; /* [XSI] ID of device containing file */ member
310 dev_t st_dev; /* [XSI] ID of device containing file */ member
342 dev_t st_dev; /* [XSI] ID of device containing file */ member
/xnu-12377.1.9/tests/vfs/
H A Dlongpaths.c507 T_QUIET; T_ASSERT_TRUE(buf.dev == st.st_dev && buf.fileID == st.st_ino, CTXSTR); in test_getattrlist_relpath()
679 asprintf(&path, "/.vol/%d/%llu", st.st_dev, st.st_ino); in test_open_volfs()
686 T_QUIET; T_ASSERT_TRUE(volst.st_dev == st.st_dev && volst.st_ino == st.st_ino, in test_open_volfs()
688 CTXARGS, volst.st_dev, st.st_dev, volst.st_ino, st.st_ino); in test_open_volfs()
773 fsid_t fsid = {st.st_dev, 0}; in test_openbyid_np()
843 T_QUIET; T_ASSERT_TRUE(st.st_dev == origst.st_dev && st.st_ino == origst.st_ino, in test_path_after_link()
H A Dvolfs_chroot.c64 T_ASSERT_POSIX_SUCCESS(snprintf(root_volfs, sizeof(root_volfs), "/.vol/%d/2", root_stat.st_dev),
/xnu-12377.1.9/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c140 if (sb->vst_dev != info->match_stat.st_dev) { in check_file()
220 …buf_used = proc_pidinfo(pid, PROC_PIDREGIONPATHINFO3, info->match_stat.st_dev, &rwpi, sizeof(rwpi)… in check_process_text()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c458 VATTR_RETURN(vap, va_fsid, stb.st_dev); in fdesc_attr()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_vnops.c1569 sb64->st_dev = va.va_fsid; in vn_stat_noauth()
1572 sb->st_dev = va.va_fsid; in vn_stat_noauth()
H A Dvfs_syscalls.c14404 usbp->st_dev = sbp->st_dev; in munge_user64_stat()
14441 usbp->st_dev = sbp->st_dev; in munge_user32_stat()
14481 usbp->st_dev = sbp->st_dev; in munge_user64_stat64()
14522 usbp->st_dev = sbp->st_dev; in munge_user32_stat64()
/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c750 sb64->st_dev = NODEV; in uipc_sense()
757 sb->st_dev = NODEV; in uipc_sense()
H A Dproc_info.c3795 vsbp->vst_dev = sbp->st_dev; in munge_vinfo_stat()