Home
last modified time | relevance | path

Searched refs:newStart (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c1046 updateDirEnt_Start(struct pcdir *dp, int32_t newStart) in updateDirEnt_Start() argument
1049 store_16_bits(&p, newStart & 0xffff); in updateDirEnt_Start()
1052 store_16_bits(&p, newStart >> 16); in updateDirEnt_Start()
H A Dfsck_pcfs.h188 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart);