/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | inspect.c | 269 Hash_tbl *stbl = crle->c_strtbl; in enterdir() local 305 if ((ent = get_hash(stbl, (Addr)ndir, 0, in enterdir() 328 if ((ent = get_hash(stbl, (Addr)odir, 0, in enterdir() 506 Hash_tbl *stbl = crle->c_strtbl; in enterfile() local 559 if ((rent = get_hash(stbl, (Addr)npath, 0, in enterfile() 588 if ((ent = get_hash(stbl, (Addr)nfile, ndent->e_id, in enterfile() 614 if ((rent = get_hash(stbl, (Addr)opath, 0, in enterfile() 633 if ((ent = get_hash(stbl, (Addr)ofile, odent->e_id, in enterfile() 847 Hash_tbl *stbl = crle->c_strtbl; in inspect_dir() local 860 if ((ent = get_hash(stbl, (Addr)name, 0, HASH_FND_ENT)) != NULL) { in inspect_dir()
|
H A D | config.c | 73 Hash_tbl *stbl = crle->c_strtbl; in genconfig() local 286 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig() 287 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig() 358 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig() 359 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig() 453 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig() 454 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_jfs.c | 134 s8 *stbl; in next_dentry() local 138 return (ldtentry_t *)&dtroot->slot[(int)dtroot->header.stbl[jfs.sindex++]]; in next_dentry() 142 stbl = (s8 *)&de[(int)dtpage->header.stblindex]; in next_dentry() 144 return &de[(int)stbl[jfs.sindex++]]; in next_dentry() 176 xd = &((idtentry_t *)dtr->slot)[(int)dtr->header.stbl[0]].xd; in first_dentry()
|
H A D | jfs.h | 349 s8 stbl[8]; /* 8: sorted entry index table */ member
|
/titanic_44/usr/src/cmd/deroff/ |
H A D | deroff.c | 126 static void stbl(void); 483 stbl(); in comline() 641 stbl(void) in stbl() function
|
/titanic_44/usr/src/cmd/truss/ |
H A D | main.c | 2134 hentry_t *stbl = my_malloc(elem * sizeof (hentry_t), NULL); in report() local 2137 stbl[i].prev = tmp->prev; in report() 2138 stbl[i].next = tmp->next; in report() 2139 stbl[i].lib = tmp->lib; in report() 2140 stbl[i].key = tmp->key; in report() 2141 stbl[i].count = tmp->count; in report() 2145 qsort((void *)stbl, elem, sizeof (hentry_t), in report() 2150 (void) printf("%-20s %-40s %ld\n", stbl[i].lib, in report() 2151 stbl[i].key, stbl[i].count); in report() 2154 free(stbl); in report()
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1784 struct stbl *stbl; in ud_read_sparing_tbls() local 1803 stbl = (struct stbl *)bp->b_un.b_addr; in ud_read_sparing_tbls() 1804 if (strncmp(stbl->stbl_si.reg_id, UDF_SPAR_TBL, 23) != 0) { in ud_read_sparing_tbls() 1817 te = (struct stbl_entry *)&stbl->stbl_entry; in ud_read_sparing_tbls() 1818 tbl_len = SWAP_16(stbl->stbl_len); in ud_read_sparing_tbls() 1820 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno)); in ud_read_sparing_tbls()
|
H A D | udf_subr.c | 192 struct stbl *stbl; in ud_xlate_to_daddr() local 206 stbl = (struct stbl *)map->udm_spaddr[0]; in ud_xlate_to_daddr() 207 te = (struct stbl_entry *)&stbl->stbl_entry; in ud_xlate_to_daddr() 208 entry_count = SWAP_16(stbl->stbl_len); in ud_xlate_to_daddr()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 929 struct stbl { struct
|
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | scn.c | 1246 static const scn_tbl_t stbl[] = { variable 1521 tbl = &stbl[0]; in scn_transition()
|