Home
last modified time | relevance | path

Searched refs:orphan (Results 1 – 25 of 83) sorted by relevance

1234

/openbsd/sbin/fsck_ffs/
H A Dpass3.c53 ino_t orphan; in pass3() local
66 orphan = inp->i_number; in pass3()
73 if (linkup(orphan, inp->i_dotdot)) { in pass3()
79 SET_ISTATE(orphan, GET_ISTATE(inp->i_parent)); in pass3()
81 propagate(orphan); in pass3()
H A Ddir.c322 linkup(ino_t orphan, ino_t parentdir) in linkup() argument
331 dp = ginode(orphan); in linkup()
334 pinode(orphan); in linkup()
399 (void)lftempname(tempname, orphan); in linkup()
400 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup()
405 ILNCOUNT(orphan)--; in linkup()
407 if ((changeino(orphan, "..", lfdir) & ALTERED) == 0 && in linkup()
409 (void)makeentry(orphan, lfdir, ".."); in linkup()
415 (unsigned long long)orphan); in linkup()
/openbsd/sbin/fsck_ext2fs/
H A Dpass3.c44 ino_t orphan; in pass3() local
55 orphan = inp->i_number; in pass3()
62 (void)linkup(orphan, inp->i_dotdot); in pass3()
65 statemap[orphan] = DFOUND; in pass3()
H A Ddir.c356 linkup(ino_t orphan, ino_t parentdir) in linkup() argument
365 dp = ginode(orphan); in linkup()
368 pinode(orphan); in linkup()
433 (void)lftempname(tempname, orphan); in linkup()
434 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup()
439 lncntp[orphan]--; in linkup()
441 if ((changeino(orphan, "..", lfdir) & ALTERED) == 0 && in linkup()
443 (void)makeentry(orphan, lfdir, ".."); in linkup()
448 pwarn("DIR I=%llu CONNECTED. ", (unsigned long long)orphan); in linkup()
/openbsd/gnu/llvm/llvm/docs/tutorial/
H A DLangImpl03.rst1 :orphan:
H A DLangImpl04.rst1 :orphan:
H A DLangImpl06.rst1 :orphan:
H A DLangImpl08.rst1 :orphan:
H A DLangImpl09.rst1 :orphan:
H A DLangImpl10.rst1 :orphan:
H A DLangImpl01.rst1 :orphan:
H A DLangImpl02.rst1 :orphan:
H A DLangImpl05.rst1 :orphan:
H A DLangImpl07.rst1 :orphan:
/openbsd/gnu/usr.bin/binutils/ld/emultempl/
H A Dmmo.em74 /* Place an orphan section. We use this to put random SEC_CODE or
122 /* Add the output section statements for this orphan to our own private
187 the orphan sections. */
196 /* Put it after the last orphan statement we added. */
H A Dvanilla.em74 NULL, /* place orphan */
H A Dgld960.em178 NULL, /* place orphan */
H A Darmelf_oabi.em165 NULL, /* place orphan */
H A Dgld960c.em193 NULL, /* place orphan */
H A Dticoff.em171 NULL, /* place orphan */
/openbsd/gnu/llvm/lld/docs/ELF/
H A Dlinker_script.rst58 sections but before orphan sections have been processed.
167 will be added somewhere following the usual orphan section placement rules.
172 still applies (possibly after orphan section placement). It is recommended to
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Dvanilla.em74 NULL, /* place orphan */
H A Dgld960.em143 NULL, /* place orphan */
H A Dgld960c.em158 NULL, /* place orphan */
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980408-1.c76 orphan; member

1234