Home
last modified time | relevance | path

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

/xnu-8792.81.2/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-8792.81.2/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-8792.81.2/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c442 VATTR_RETURN(vap, va_fsid, stb.st_dev); in fdesc_attr()
/xnu-8792.81.2/bsd/vfs/
H A Dvfs_vnops.c1523 sb64->st_dev = va.va_fsid; in vn_stat_noauth()
1526 sb->st_dev = va.va_fsid; in vn_stat_noauth()
H A Dvfs_syscalls.c13669 usbp->st_dev = sbp->st_dev; in munge_user64_stat()
13706 usbp->st_dev = sbp->st_dev; in munge_user32_stat()
13746 usbp->st_dev = sbp->st_dev; in munge_user64_stat64()
13787 usbp->st_dev = sbp->st_dev; in munge_user32_stat64()
/xnu-8792.81.2/bsd/kern/
H A Duipc_usrreq.c720 sb64->st_dev = NODEV; in uipc_sense()
727 sb->st_dev = NODEV; in uipc_sense()
H A Dproc_info.c3475 vsbp->vst_dev = sbp->st_dev; in munge_vinfo_stat()