Searched defs:g_ino (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c240 g_ino, /* Inode number of file */ member in struct:gen_hdr
856 if (sublist->L_gen.g_ino == G_p->g_ino &&
1687 Gen.g_ino = p ? p->sl_ino2 : -1;
1689 if (Gen.g_ino == (ulong_t)-1) {
1701 Gen.g_ino = SrcSt.st_ino;
2058 if ((Args & OCp) && G_p->g_ino == DesSt.st_ino &&
5845 Gen.g_ino = Hdr.h_ino;
5856 &Gen.g_magic, &Gen.g_dev, &Gen.g_ino, &Gen.g_mode,
5881 &Gen.g_magic, &Gen.g_ino,
[all...]

Completed in 81 milliseconds