Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dstat.h120 ino_t st_ino; /* inode's number */ member
170 __darwin_ino64_t st_ino; /* [XSI] File serial number */ \
196 ino_t st_ino; /* [XSI] File serial number */ member
245 ino_t st_ino; /* [XSI] File serial number */ member
278 ino_t st_ino; /* [XSI] File serial number */ member
313 ino64_t st_ino; /* [XSI] File serial number */ member
345 ino64_t st_ino; /* [XSI] File serial number */ member
/xnu-11215.81.4/tools/
H A Dremote_build.sh211 REMOTEBUILDPATH="${REMOTEBUILDPATH}/$st_ino/${SRCNAME}/"
/xnu-11215.81.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c146 (sb->vst_ino != info->match_stat.st_ino)) { in check_file()
/xnu-11215.81.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c457 VATTR_RETURN(vap, va_fileid, stb.st_ino); in fdesc_attr()
/xnu-11215.81.4/bsd/kern/
H A Dsys_pipe.c525 sb64->st_ino = (ino64_t)VM_KERNEL_ADDRHASH((uintptr_t)cpipe); in pipe_stat()
552 sb->st_ino = (ino_t)VM_KERNEL_ADDRHASH((uintptr_t)cpipe); in pipe_stat()
H A Duipc_usrreq.c751 sb64->st_ino = (ino64_t)unp->unp_ino; in uipc_sense()
758 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino; in uipc_sense()
H A Dproc_info.c3741 vsbp->vst_ino = sbp->st_ino; in munge_vinfo_stat()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c1525 sb64->st_ino = (ino64_t)va.va_fileid; in vn_stat_noauth()
1528 sb->st_ino = (ino_t)va.va_fileid; in vn_stat_noauth()
H A Dvfs_syscalls.c658 graft_dir_ino = (uint64_t) sb.st_ino; in graft_secureboot_cryptex()
14097 usbp->st_ino = sbp->st_ino; in munge_user64_stat()
14134 usbp->st_ino = sbp->st_ino; in munge_user32_stat()
14174 usbp->st_ino = sbp->st_ino; in munge_user64_stat64()
14215 usbp->st_ino = sbp->st_ino; in munge_user32_stat64()