Searched refs:ino (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c45 * ino | n | keyoff | datoff | keyoff |
57 * of entries (ino[0]) is zero, the offset to the END of
59 * nth (ino[ino[0]]) entry's offset.
70 register short *ino = (short *) pag; local
72 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
89 register short *ino = (short *) pag; local
91 off = ((n = ino[0]) > 0) ? ino[
118 register short *ino = (short *) pag; local
136 register short *ino = (short *) pag; local
147 register short *ino = (short *) pag; local
168 register short *ino = (short *) pag; local
242 register short *ino = (short *) pag; local
265 register short *ino = (short *) cur; local
303 register short *ino = (short *) pag; local
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_pair.c45 * ino | n | keyoff | datoff | keyoff |
57 * of entries (ino[0]) is zero, the offset to the END of
59 * nth (ino[ino[0]]) entry's offset.
70 register short *ino = (short *) pag; local
72 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
89 register short *ino = (short *) pag; local
91 off = ((n = ino[0]) > 0) ? ino[
118 register short *ino = (short *) pag; local
136 register short *ino = (short *) pag; local
147 register short *ino = (short *) pag; local
168 register short *ino = (short *) pag; local
242 register short *ino = (short *) pag; local
265 register short *ino = (short *) cur; local
303 register short *ino = (short *) pag; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dpair.c31 * ino | n | keyoff | datoff | keyoff |
43 * of entries (ino[0]) is zero, the offset to the END of
45 * nth (ino[ino[0]]) entry's offset.
57 register short *ino = (short *) pag; local
59 off = ((n = ino[0]) > 0) ? ino[n] : PBLKSIZ;
76 register short *ino = (short *) pag; local
78 off = ((n = ino[0]) > 0) ? ino[
105 register short *ino = (short *) pag; local
124 register short *ino = (short *) pag; local
136 register short *ino = (short *) pag; local
157 register short *ino = (short *) pag; local
231 register short *ino = (short *) pag; local
254 register short *ino = (short *) cur; local
292 register short *ino = (short *) pag; local
[all...]
H A Dutil.c46 register short *ino = (short *) pag; local
48 if ((n = ino[0]) > PBLKSIZ / sizeof(short))
55 for (ino++; n; ino += 2) {
56 if (ino[0] > off || ino[1] > off ||
57 ino[1] > ino[0])
59 off = ino[1];
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr_2.c36 smb2fs_smb_file_id_check(struct smb_share *share, uint64_t ino, argument
47 if (ino == 0) {
73 smb2fs_smb_file_id_get(struct smbmount *smp, uint64_t ino, char *name) argument
77 if (ino == smp->sm_root_ino) {
86 if (ino == SMBFS_ROOT_INO) {
90 if (ino == 0) {
97 ret_ino = ino;
/macosx-10.9.5/ruby-104/ruby/ext/sdbm/
H A D_sdbm.c649 * ino | n | keyoff | datoff | keyoff |
661 * of entries (ino[0]) is zero, the offset to the END of
663 * nth (ino[ino[0]]) entry's offset.
672 register short *ino = (short *) pag; local
674 off = ((n = GET_SHORT(ino,0)) > 0) ? GET_SHORT(ino,n) : PBLKSIZ;
688 register short *ino = (short *) pag; local
690 off = ((n = GET_SHORT(ino,0)) > 0) ? GET_SHORT(ino,
717 register short *ino = (short *) pag; local
734 register short *ino = (short *) pag; local
745 register short *ino = (short *) pag; local
764 register short *ino = (short *) pag; local
834 register short *ino = (short *) pag; local
854 register short *ino = (short *) cur; local
891 register short *ino = (short *) pag; local
[all...]
/macosx-10.9.5/file_cmds-230/pax/
H A Dtables.h57 * file hard link structure (hashed by dev/ino and chained) used to find the
61 char *name; /* name of first file seen with this ino/dev */
63 ino_t ino; /* files inode number */ member in struct:hrdlnk
148 ino_t ino; member in struct:atdir
H A Dtables.c158 if ((pt->ino == arcn->sb.st_ino) &&
202 pt->ino = arcn->sb.st_ino;
251 if ((pt->ino == arcn->sb.st_ino) &&
962 add_atdir(char *fname, dev_t dev, ino_t ino, time_t mtime, time_t atime) argument
977 indx = ((unsigned)ino) % A_TAB_SZ;
980 if ((pt->ino == ino) && (pt->dev == dev))
998 pt->ino = ino;
1024 get_atdir(dev_t dev, ino_t ino, time_ argument
[all...]
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddnode1.c84 read_iso_node(v, d, dd, ino, nl, sz)
88 INODETYPE *ino; /* returned inode number */
101 *ino = (INODETYPE)i.i_number;
H A Ddproto.h59 _PROTOTYPE(extern int read_iso_node,(struct vnode *v, dev_t *d, int *dd, INODETYPE *ino, long *nl, SZOFFTYPE *sz));
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash_page.c185 u_int16_t *ino; local
204 ino = (u_int16_t *)(op = old_bufp->page);
209 for (n = 1, ndx = 1; n < ino[0]; n += 2) {
210 if (ino[n + 1] < REAL_KEY) {
218 key.data = (u_char *)op + ino[n];
219 key.size = off - ino[n];
225 copyto = ino[n + 1] + diff;
226 memmove(op + copyto, op + ino[n + 1],
227 off - ino[n + 1]);
228 ino[nd
284 u_int16_t *ino; /* Page keys come off of */ local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/
H A Dmk4vfs.tcl119 mk::set $sb(ino) date $modtime
144 set sb(ino) 0
170 set fd [mk::channel $sb(ino) contents r]
175 set s [mk::get $sb(ino) contents]
184 puts -nonewline $fd [mk::get $sb(ino) contents]
189 set fd [mk::channel $sb(ino) contents r]
201 set fview $sb(ino).files
206 set sb(ino) [mk::row append $fview \
218 set s [mk::get $sb(ino) contents]
226 #set fd [mk::channel $sb(ino) content
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dgetcwd.c84 register ino_t ino; local
147 ino = s.st_ino;
151 if (root_dev == dev && root_ino == ino) {
195 if (dp->d_fileno == ino)
213 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dgetcwd.c57 ino_t ino; local
113 ino = s.st_ino;
117 if (root_dev == dev && root_ino == ino) {
164 if (dp->d_fileno == ino)
182 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.9.5/sudo-72/src/
H A Dgetcwd.c88 ino_t ino; local
144 ino = s.st_ino;
148 if (root_dev == dev && root_ino == ino) {
195 if (dp->d_fileno == ino)
213 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_cpio.c114 * only allows 18 bits and relies on the ino values to identify hardlinked
115 * files. So, we can't merely "hash" the ino numbers since collisions
116 * would corrupt the archive. Instead, we generate synthetic ino values
117 * to store in the archive and maintain a map of original ino values to
124 * TODO: Work with dev/ino pairs here instead of just ino values.
129 int64_t ino = archive_entry_ino64(entry); local
139 if (ino == 0)
147 /* Look up old ino; if we have it, this is a hardlink
150 if (cpio->ino_list[i].old == ino)
183 int64_t ino; local
[all...]
H A Darchive_write_set_format_cpio_newc.c117 int64_t ino; local
137 ino = archive_entry_ino64(entry);
138 if (ino > 0xffffffff) {
144 format_hex(ino & 0xffffffff, &h.c_ino, sizeof(h.c_ino));
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemVFSOps.h89 ino64_t ino,
H A DAppleCDDAFileSystemVFSOps.c666 ino64_t ino,
677 return CDDA_VGetInternal ( mountPtr, ino, NULL, NULL, vNodeHandle );
689 ino64_t ino,
707 if ( ino == kAppleCDDARootFileID )
727 else if ( ino == kAppleCDDAXMLFileID )
812 else if ( ( ino > 100 ) && ( ino < 200 ) )
818 ino -= kOffsetForFiles;
827 DebugLog ( ( "Looking for nodeID = %lld.\n", ino ) );
836 if ( nodeInfoArrayPtr->trackDescriptor.point == ( UInt8 ) ino )
665 CDDA_VGet( mount_t mountPtr, ino64_t ino, vnode_t * vNodeHandle, unused vfs_context_t context ) argument
688 CDDA_VGetInternal( mount_t mountPtr, ino64_t ino, vnode_t parentVNodePtr, struct componentname * compNamePtr, vnode_t * vNodeHandle ) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetcwd.c138 ino_t ino; local
204 ino = s.st_ino;
208 if (root_dev == dev && root_ino == ino) {
253 if (dp->d_fileno == ino)
271 if (s.st_dev == dev && s.st_ino == ino)
/macosx-10.9.5/libarchive-29/libarchive/cpio/test/
H A Dtest_option_c.c59 int dev, ino, gid; local
118 assert(is_octal(e + 12, 6)); /* ino */
119 ino = from_octal(e + 12, 6);
149 assert(ino != from_octal(e + 12, 6)); /* ino */
178 assert(is_octal(e + 12, 6)); /* ino */
209 assertEqualMem(e + 12, "000000", 6); /* ino */
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dlook.pl15 local($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/macosx-10.9.5/lsof-52/lsof/lib/
H A Disfn.c89 static struct hsfile *HbyFdi = /* hash by file (dev,ino) buckets */
116 #define SFHASHDEVINO(maj, min, ino, mod) ((int)(((int)((((int)(maj+1))*((int)((min+1))))+ino)*31415)&(mod-1)))
122 #define SFHASHRDEVI(maj, min, rmaj, rmin, ino, mod) ((int)(((int)((((int)(maj+1))*((int)((min+1))))+((int)(rmaj+1)*(int)(rmin+1))+ino)*31415)&(mod-1)))
172 "%s: can't allocate space for %d (dev,ino) hash buckets\n",
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dfstat.test37 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
67 } {atime ctime dev gid ino mode mtime nlink size tty type uid}
146 foreach type {dev ino mode nlink uid gid size atime mtime ctime tty
167 } {1 {Got "foo", expected one of "atime", "ctime", "dev", "gid", "ino", "mode", "mtime", "nlink", "size", "tty", "type", "uid", "remotehost", or "localhost"}}
/macosx-10.9.5/file_cmds-230/du/
H A Ddu.c374 ino_t ino; member in struct:links_entry
427 hash = (le->dev ^ le->ino) % new_size;
446 if (le->dev == st->st_dev && le->ino == st->st_ino) {
488 le->ino = st->st_ino;
507 ino_t ino; member in struct:links_entry
572 hash = (le->dev ^ le->ino) % new_size;
591 if (le->dev == st->st_dev && le->ino == st->st_ino) {
632 le->ino = st->st_ino;

Completed in 404 milliseconds

1234