Searched refs:fdep (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_frame3.c73 Dwarf_Fde fdep; local
176 fdep = fde_data[i];
177 off = fdep->fd_initial_loc_pos - dbg->de_debug_frame;
178 addr = fdep->fd_initial_location;
203 instoff = fdep->fd_fde_instr_start - dbg->de_debug_frame;
204 instructions_length = fdep->fd_length +
205 fdep->fd_length_size + fdep->fd_extension_size -
206 (fdep->fd_fde_instr_start - fdep
[all...]
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1359 struct denode *fdep; /* from file or directory */ local
1367 fdep = VTODE(fvp);
1371 KERNEL_DEBUG_CONSTANT(MSDOSFS_VNOP_RENAME|DBG_FUNC_START, fddep, fdep, tddep, tdep, 0);
1373 msdosfs_lock_four(fddep, fdep, tddep, tdep);
1409 if (fdep->de_refcnt <= 0)
1420 if (error || cluster != fdep->de_dirclust || offset != fdep->de_diroffset)
1495 if ((fdep->de_Attributes & (ATTR_READONLY | ATTR_DIRECTORY)) == ATTR_READONLY)
1523 if (fdep->de_Attributes & ATTR_DIRECTORY)
1538 error = msdosfs_doscheckpath(fdep, tdde
[all...]

Completed in 135 milliseconds