/src/sys/arch/ia64/unwind/ |
stackframe.c | 1254 uint64_t infoptr, procoffset, slotoffset; local in function:patchunwindframe 1275 slotoffset = iprel & 3; 1279 procoffset = (((iprel - slotoffset) - (uwt->start)) / 0x10 * 3) 1280 + slotoffset;
|
/src/sys/fs/msdosfs/ |
msdosfs_lookup.c | 109 int slotoffset = 0; local in function:msdosfs_lookup 266 slotoffset = diroff; 363 printf("msdosfs_lookup(): op %d, refcnt %ld, slotcount %d, slotoffset %d\n", 364 nameiop, dp->de_refcnt, slotcount, slotoffset); 383 slotoffset = diroff; 386 slotoffset += 394 dp->de_crap.mlr_fndoffset = slotoffset;
|
/src/usr.sbin/makefs/msdos/ |
msdosfs_vnops.c | 143 int slotoffset = 0; local in function:msdosfs_findslot 233 slotoffset = diroff; 311 DPRINTF(("%s(): refcnt %ld, slotcount %d, slotoffset %d\n", 312 __func__, dp->de_refcnt, slotcount, slotoffset)); 320 slotoffset = diroff; 323 slotoffset += sizeof(struct direntry) * (wincnt - slotcount); 330 dp->de_crap.mlr_fndoffset = slotoffset;
|
/src/sys/ufs/ext2fs/ |
ext2fs_dir.h | 126 doff_t slotoffset; /* offset of area with free space */ member in struct:ext2fs_searchslot 127 int slotsize; /* size of area at slotoffset */
|
ext2fs_lookup.c | 288 doff_t slotoffset; /* offset of area with free space */ local in function:ext2fs_lookup 289 int slotsize; /* size of area at slotoffset */ 312 slotoffset = -1; 445 slotoffset = -1; 484 slotoffset = results->ulr_offset; 488 if (slotoffset == -1) 489 slotoffset = results->ulr_offset; 494 slotoffset; 565 results->ulr_offset = slotoffset; 567 if (enduseful < slotoffset + slotsize [all...] |
/src/sys/ufs/lfs/ |
ulfs_lookup.c | 132 doff_t slotoffset; /* offset of area with free space. local in function:ulfs_lookup 134 int slotsize; /* size of area at slotoffset */ 160 slotoffset = -1; 252 slotoffset = ulfsdirhash_findfree(dp, slotneeded, 254 if (slotoffset >= 0) { 320 slotoffset = -1; 357 slotoffset = results->ulr_offset; 361 if (slotoffset == -1) 362 slotoffset = results->ulr_offset; 367 slotoffset; [all...] |