| /src/sbin/fsck_ext2fs/ |
| pass3.c | 76 ino_t orphan; local 87 orphan = inp->i_number; 94 (void)linkup(orphan, inp->i_dotdot); 97 statemap[orphan] = DFOUND;
|
| /src/sbin/fsck_lfs/ |
| pass3.c | 43 ino_t orphan; local 56 orphan = inp->i_number; 63 (void) linkup(orphan, inp->i_dotdot); 66 statemap[orphan] = DFOUND;
|
| /src/sbin/fsck_ffs/ |
| pass3.c | 59 ino_t orphan; local 97 orphan = inp->i_number; 105 if (linkup(orphan, inp->i_dotdot, NULL)) 110 (u_long)orphan); 117 idesc.id_parent = orphan; 124 if (linkup(orphan, inp->i_parent, namebuf)) { 127 inoinfo(orphan)->ino_linkcnt++;
|
| /src/tests/fs/lfs/ |
| t_orphan.c | 38 void orphan(int); 44 "LFS32 orphan removal"); 52 "LFS64 orphan removal"); 58 orphan(32); 63 orphan(64); 66 void orphan(int width) function 168 /* At this point the orphan should be deleted. */
|
| /src/sys/ufs/lfs/ |
| lfs_alloc.c | 783 ino_t *orphan = NULL; local 831 if (orphan == NULL) { 833 orphan = kmem_zalloc(sizeof(orphan[0]) * 841 orphan_new = kmem_zalloc(sizeof(orphan[0]) * 843 memcpy(orphan_new, orphan, sizeof(orphan[0]) * 845 kmem_free(orphan, sizeof(orphan[0]) * norphan); 846 orphan = orphan_new [all...] |
| lfs_vfsops.c | 921 ino_t *orphan; local 1225 lfs_order_freelist(fs, &orphan, &norphan); 1260 lfs_free_orphans(fs, orphan, norphan);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_state.c | 3532 int orphan = 1; local 3549 orphan = 0; 3572 * but note that at this point it is now an orphan. How can this 3590 if (!orphan) 3639 if (orphan) 4614 /* have an orphan, otherwise not. However there is a possible race between */
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 216 int orphan; /* Detect class orphans. */ 439 ic->orphan = 0; 538 ics[ind]->orphan = 1; 1531 if (!ics[i]->terminal_resolved && !ics[i]->orphan) 1545 if (ics[i]->orphan) 215 int orphan; \/* Detect class orphans. *\/ member in struct:iclass
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 216 int orphan; /* Detect class orphans. */ 439 ic->orphan = 0; 538 ics[ind]->orphan = 1; 1531 if (!ics[i]->terminal_resolved && !ics[i]->orphan) 1545 if (ics[i]->orphan) 215 int orphan; \/* Detect class orphans. *\/ member in struct:iclass
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 216 int orphan; /* Detect class orphans. */ 439 ic->orphan = 0; 538 ics[ind]->orphan = 1; 1531 if (!ics[i]->terminal_resolved && !ics[i]->orphan) 1545 if (ics[i]->orphan) 215 int orphan; \/* Detect class orphans. *\/ member in struct:iclass
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 216 int orphan; /* Detect class orphans. */ 439 ic->orphan = 0; 538 ics[ind]->orphan = 1; 1531 if (!ics[i]->terminal_resolved && !ics[i]->orphan) 1545 if (ics[i]->orphan) 215 int orphan; \/* Detect class orphans. *\/ member in struct:iclass
|