Searched refs:ino_t (Results 51 - 75 of 115) sorted by relevance

12345

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1314 ino_t ino = cur->ino;
1322 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1327 memcpy(&ino, &cur->str, sizeof(ino_t));
1328 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
1370 ino_t ino;
1377 ino = (ino_t)cur->ino;
1378 error = fill_buff(FSE_ARG_INO, sizeof(ino_t), &ino, evbuff, &evbuff_idx, sizeof(evbuff), uio);
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoader.h680 void setFileInfo(dev_t device, ino_t inode, time_t modDate);
707 ino_t fInode;
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c374 ino_t ino;
507 ino_t ino;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dgetcwd.c178 ino_t ino;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A Dfs.cpp325 ino_t
/macosx-10.9.5/libarchive-29/libarchive/contrib/shar/
H A Dtree.c84 ino_t ino;
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write.c293 archive_write_set_skip_file(struct archive *_a, dev_t d, ino_t i)
H A Darchive_windows.c107 #define INOSIZE (8*sizeof(ino_t)) /* 32 */
108 static __inline ino_t
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/dlcompat-20010505/
H A Ddlopen.c63 ino_t ino;
/macosx-10.9.5/patch_cmds-17/patch/
H A Dutil.c100 ino_t orig_inode;
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dparsenfsfh.c117 ino_t *inop;
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c840 dp->d_ino = (ino_t)fnp->fn_nodeid;
865 dp->d_ino = (ino_t)fnp->fn_parent->fn_nodeid;
912 dp->d_ino = (ino_t)cfnp->fn_nodeid;
/macosx-10.9.5/less-23/less/
H A Dch.c27 extern ino_t curr_ino;
H A Dedit.c49 public ino_t curr_ino;
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddproc.c88 ino_t ino;
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dcond.c392 ino_t i;
/macosx-10.9.5/gnutar-452/gnutar/
H A Dconfig.hin1104 #undef ino_t
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dextract.c79 ino_t ino;
102 ino_t ino;
H A Dcommon.h359 GLOBAL ino_t ar_ino;
/macosx-10.9.5/sudo-72/src/
H A Dconfig.h.in849 #undef ino_t
/macosx-10.9.5/zsh-60/zsh/
H A Dconfig.h.in935 /* Define to 1 if ino_t is 64 bit (for large file support). */
1153 #undef ino_t
/macosx-10.9.5/CF-855.17/
H A DCoreFoundation_Prefix.h201 #define ino_t _ino_t macro
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs.c601 ino_t
/macosx-10.9.5/file_cmds-230/ls/
H A Dls.c597 ino_t maxinode;
/macosx-10.9.5/libarchive-29/libarchive/tar/
H A Dtree.c92 ino_t ino;

Completed in 226 milliseconds

12345