Searched refs:st_ino (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/tools/tests/unit_tests/
H A Dpipes_fill_procinfo_11179336.c27 printf("ino value = %p \n", (void *)mystat.st_ino);
29 if ( (uintptr_t)mystat.st_ino == (uintptr_t)pdinfo.pipeinfo.pipe_handle)
32 printf("[FAILED] fill_pipeinfo returned wrong values. (i.e. pipeinfo->pipe_handle != fstat->st_ino ) \n");
35 printf("[PASSED] fill_pipeinfo returned correct values. (i.e. pipeinfo->pipe_handle == fstat->st_ino ) \n");
/xnu-2422.115.4/bsd/sys/
H A Dstat.h120 ino_t st_ino; /* inode's number */ member in struct:ostat
170 __darwin_ino64_t st_ino; /* [XSI] File serial number */ \
196 ino_t st_ino; /* [XSI] File serial number */ member in struct:stat
245 ino_t st_ino; /* [XSI] File serial number */ member in struct:user64_stat
278 ino_t st_ino; /* [XSI] File serial number */ member in struct:user32_stat
313 ino64_t st_ino; /* [XSI] File serial number */ member in struct:user64_stat64
345 ino64_t st_ino; /* [XSI] File serial number */ member in struct:user32_stat64
/xnu-2422.115.4/tools/
H A Dremote_build.sh198 REMOTEBUILDPATH="${REMOTEBUILDPATH}/$st_ino/${SRCNAME}/"
/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c146 (sb->vst_ino != info->match_stat.st_ino)) {
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c435 VATTR_RETURN(vap, va_fileid, stb.st_ino);
/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c553 sb64->st_ino = (ino64_t)VM_KERNEL_ADDRPERM((uintptr_t)cpipe);
580 sb->st_ino = (ino_t)VM_KERNEL_ADDRPERM((uintptr_t)cpipe);
1578 * Left as 0: st_dev, st_ino, st_nlink, st_rdev, st_flags, st_gen, st_uid, st_gid.
1579 * XXX (st_dev, st_ino) should be unique.
H A Duipc_usrreq.c624 sb64->st_ino = (ino64_t)unp->unp_ino;
631 sb->st_ino = (ino_t)(uintptr_t)unp->unp_ino;
H A Dproc_info.c2050 vsbp->vst_ino = sbp->st_ino;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c1145 sb64->st_ino = (ino64_t)va.va_fileid;
1149 sb->st_ino = (ino_t)va.va_fileid;
H A Dvfs_syscalls.c9696 usbp->st_ino = sbp->st_ino;
9732 usbp->st_ino = sbp->st_ino;
9771 usbp->st_ino = sbp->st_ino;
9811 usbp->st_ino = sbp->st_ino;
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c822 if ( my_sb.st_ino != my_sb2.st_ino || my_sb.st_size != my_sb2.st_size ||
866 if ( my_sb.st_ino != my_sb2.st_ino || my_sb.st_size != my_sb2.st_size ||
3747 my_file_id = my_sb.st_ino;
3769 if ( my_file_id != my_sb.st_ino ) {

Completed in 470 milliseconds