Home
last modified time | relevance | path

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

/xnu-10002.61.3/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-10002.61.3/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-10002.61.3/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c456 VATTR_RETURN(vap, va_fsid, stb.st_dev); in fdesc_attr()
/xnu-10002.61.3/bsd/vfs/
H A Dvfs_vnops.c1507 sb64->st_dev = va.va_fsid; in vn_stat_noauth()
1510 sb->st_dev = va.va_fsid; in vn_stat_noauth()
H A Dvfs_syscalls.c13790 usbp->st_dev = sbp->st_dev; in munge_user64_stat()
13827 usbp->st_dev = sbp->st_dev; in munge_user32_stat()
13867 usbp->st_dev = sbp->st_dev; in munge_user64_stat64()
13908 usbp->st_dev = sbp->st_dev; in munge_user32_stat64()
/xnu-10002.61.3/bsd/kern/
H A Duipc_usrreq.c734 sb64->st_dev = NODEV; in uipc_sense()
741 sb->st_dev = NODEV; in uipc_sense()
H A Dproc_info.c3594 vsbp->vst_dev = sbp->st_dev; in munge_vinfo_stat()