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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c134 s8 *stbl; local
138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]];
142 stbl = (s8 *)&de[(int)dtpage->header.stblindex];
144 return &de[(int)stbl[jfs.sindex++]];
176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd;
H A Djfs.h343 s8 nextindex; /* 1: next free entry in stbl */
349 s8 stbl[8]; /* 8: sorted entry index table */ member in struct:__anon320::__anon321
360 * sorted entry slot index table (stbl):
375 * except nextindex which refers to entry index in stbl;
384 s8 nextindex; /* 1: next entry index in stbl */
389 s8 stblindex; /* 1: slot index of start of stbl */

Completed in 17 milliseconds