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

/netbsd-current/sys/ufs/lfs/
H A Dlfs_accessors.h758 void *firstblock; local
760 firstblock = (char *)fip + FINFOSIZE(fs);
763 return ((int64_t *)firstblock)[idx];
765 return ((int32_t *)firstblock)[idx];
772 void *firstblock; local
774 firstblock = (char *)fip + FINFOSIZE(fs);
777 ((int64_t *)firstblock)[idx] = blk;
779 ((int32_t *)firstblock)[idx] = blk;
1415 void *firstblock; local
1417 firstblock
[all...]
/netbsd-current/sys/dev/isa/
H A Dmcd.c1187 goto firstblock;
1216 firstblock:

Completed in 191 milliseconds