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

/opensolaris-onvv-gate/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:__anon2438::__anon2439
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 */
/opensolaris-onvv-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c73 Hash_tbl *stbl = crle->c_strtbl; local
286 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) {
287 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
358 for (bkt = 0; bkt < stbl->t_size; bkt++) {
359 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
453 for (bkt = 0; bkt < stbl->t_size; bkt++) {
454 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) {
H A Dinspect.c269 Hash_tbl *stbl = crle->c_strtbl; local
305 if ((ent = get_hash(stbl, (Addr)ndir, 0,
328 if ((ent = get_hash(stbl, (Addr)odir, 0,
506 Hash_tbl *stbl = crle->c_strtbl; local
559 if ((rent = get_hash(stbl, (Addr)npath, 0,
588 if ((ent = get_hash(stbl, (Addr)nfile, ndent->e_id,
614 if ((rent = get_hash(stbl, (Addr)opath, 0,
633 if ((ent = get_hash(stbl, (Addr)ofile, odent->e_id,
847 Hash_tbl *stbl = crle->c_strtbl; local
860 if ((ent = get_hash(stbl, (Add
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1787 struct stbl *stbl; local
1806 stbl = (struct stbl *)bp->b_un.b_addr;
1807 if (strncmp(stbl->stbl_si.reg_id, UDF_SPAR_TBL, 23) != 0) {
1820 te = (struct stbl_entry *)&stbl->stbl_entry;
1821 tbl_len = SWAP_16(stbl->stbl_len);
1823 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno));
H A Dudf_subr.c192 struct stbl *stbl; local
206 stbl = (struct stbl *)map->udm_spaddr[0];
207 te = (struct stbl_entry *)&stbl->stbl_entry;
208 entry_count = SWAP_16(stbl->stbl_len);
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c2134 hentry_t *stbl = my_malloc(elem * sizeof (hentry_t), NULL); local
2137 stbl[i].prev = tmp->prev;
2138 stbl[i].next = tmp->next;
2139 stbl[i].lib = tmp->lib;
2140 stbl[i].key = tmp->key;
2141 stbl[i].count = tmp->count;
2145 qsort((void *)stbl, elem, sizeof (hentry_t),
2150 (void) printf("%-20s %-40s %ld\n", stbl[i].lib,
2151 stbl[i].key, stbl[
[all...]
/opensolaris-onvv-gate/usr/src/cmd/deroff/
H A Dderoff.c126 static void stbl(void);
483 stbl();
641 stbl(void) function
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h929 struct stbl { struct
/opensolaris-onvv-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c1246 static const scn_tbl_t stbl[] = { variable
1521 tbl = &stbl[0];

Completed in 146 milliseconds