Searched refs:orphan (Results 1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
| H A D | pass3.c | 51 fsck_ino_t orphan; in pass3a() local 91 orphan = inp->i_number; in pass3a() 119 if (statemap[orphan] & INORPHAN) in pass3a() 127 dp = ginode(orphan); in pass3a() 142 if (statemap[orphan] != USTATE) { in pass3a() 143 statemap[orphan] |= INORPHAN; in pass3a() 160 if (linkup(orphan, inp->i_dotdot, NULL)) { in pass3a() 167 statemap[orphan] &= ~(INORPHAN); in pass3a() 169 statemap[orphan] |= INORPHAN; in pass3a() 180 pfatal("ORPHANED DIRECTORY LOOP DETECTED I=%d\n", orphan); in pass3a() [all …]
|
| H A D | dir.c | 511 linkup(fsck_ino_t orphan, fsck_ino_t parentdir, caddr_t name) in linkup() argument 522 dp = ginode(orphan); in linkup() 525 if (debug && lostdir && dp->di_nlink <= 0 && lncntp[orphan] == -1) in linkup() 528 orphan); in linkup() 530 pwarn("UNREF %s ", file_id(orphan, dp->di_mode)); in linkup() 531 pinode(orphan); in linkup() 569 pwarn("Could not reconnect inode %d\n", orphan); in linkup() 612 pwarn("Could not reconnect inode %d\n", orphan); in linkup() 616 rval = do_reconnect(orphan, parentdir, name); in linkup() 630 intree = tsearch((void *)orphan, &limbo_dirs, in linkup() [all …]
|
| /illumos-gate/usr/src/lib/liblgrp/common/ |
| H A D | lgrp.c | 147 int orphan; in parent_orphans() local 183 orphan = 1; in parent_orphans() 187 orphan = 0; in parent_orphans() 194 if (orphan) { in parent_orphans()
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
| H A D | fctl.c | 4116 int whole_map, int justcopy, int orphan) in fctl_fillout_map() argument 4135 if (orphan) { in fctl_fillout_map() 4250 port->fp_statec_busy && !orphan) { in fctl_fillout_map() 4268 if (orphan) { in fctl_fillout_map() 5625 fc_orphan_t *orphan; in fctl_add_orphan_held() local 5638 orphan = kmem_zalloc(sizeof (*orphan), KM_NOSLEEP); in fctl_add_orphan_held() 5639 if (orphan) { in fctl_add_orphan_held() 5640 orphan->orp_pwwn = pwwn; in fctl_add_orphan_held() 5641 orphan->orp_tstamp = ddi_get_lbolt(); in fctl_add_orphan_held() 5645 orphan->orp_next = port->fp_orphan_list; in fctl_add_orphan_held() [all …]
|
| H A D | fp.c | 2737 int orphan = (old_top == FC_TOP_FABRIC || in fp_job_handler() local 2741 fp_loop_online(port, job, orphan); in fp_job_handler() 3821 fp_loop_online(fc_local_port_t *port, job_request_t *job, int orphan) in fp_loop_online() argument 3889 1, 0, orphan); in fp_loop_online()
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/ |
| H A D | fc_portif.h | 426 uint32_t *len, int whole_map, int justcopy, int orphan);
|
| H A D | fp.h | 328 int orphan);
|
| /illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | liblddbg.msg | 696 @ MSG_FIL_DEP_ORPHAN " file=%s; object remains on orphan handle %s" 703 orphan list:" 704 @ MSG_FIL_HDL_REINST "handle=%s; reinstating from orphan list:" 709 @ MSG_FIL_DEL_RESCAN "pending deletions; rescanning orphan list for \ 1140 @ MSG_STR_ORPHAN "<orphan>"
|
| /illumos-gate/usr/src/cmd/spell/ |
| H A D | list | 16313 orphan
|
| /illumos-gate/usr/src/cmd/look/ |
| H A D | words | 16315 orphan
|
| /illumos-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 2537 Updated the Embedded Controller "orphan" _REG method support. This refers 2540 dependency on the existence an ECDT table. It will execute an orphan _REG 4476 Implemented support to execute a so-called "orphan" _REG method under the
|