Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c271 Hash_tbl *stbl = crle->c_strtbl; in enterdir() local
307 if ((ent = get_hash(stbl, (Addr)ndir, 0, in enterdir()
330 if ((ent = get_hash(stbl, (Addr)odir, 0, in enterdir()
509 Hash_tbl *stbl = crle->c_strtbl; in enterfile() local
563 if ((rent = get_hash(stbl, (Addr)npath, 0, in enterfile()
592 if ((ent = get_hash(stbl, (Addr)nfile, ndent->e_id, in enterfile()
618 if ((rent = get_hash(stbl, (Addr)opath, 0, in enterfile()
637 if ((ent = get_hash(stbl, (Addr)ofile, odent->e_id, in enterfile()
851 Hash_tbl *stbl = crle->c_strtbl; in inspect_dir() local
864 if ((ent = get_hash(stbl, (Addr)name, 0, HASH_FND_ENT)) != NULL) { in inspect_dir()
H A Dconfig.c73 Hash_tbl *stbl = crle->c_strtbl; in genconfig() local
284 for (ndx = 1, bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
285 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig()
356 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
357 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig()
451 for (bkt = 0; bkt < stbl->t_size; bkt++) { in genconfig()
452 for (ent = stbl->t_entry[bkt]; ent; ent = ent->e_next) { in genconfig()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_jfs.c134 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 Djfs.h349 s8 stbl[8]; /* 8: sorted entry index table */ member
/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c124 static void stbl(void);
481 stbl(); in comline()
639 stbl(void) in stbl() function
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c2140 hentry_t *stbl = my_malloc(elem * sizeof (hentry_t), NULL); in report() local
2143 stbl[i].prev = tmp->prev; in report()
2144 stbl[i].next = tmp->next; in report()
2145 stbl[i].lib = tmp->lib; in report()
2146 stbl[i].key = tmp->key; in report()
2147 stbl[i].count = tmp->count; in report()
2151 qsort((void *)stbl, elem, sizeof (hentry_t), in report()
2156 (void) printf("%-20s %-40s %ld\n", stbl[i].lib, in report()
2157 stbl[i].key, stbl[i].count); in report()
2160 free(stbl); in report()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1783 struct stbl *stbl; in ud_read_sparing_tbls() local
1802 stbl = (struct stbl *)bp->b_un.b_addr; in ud_read_sparing_tbls()
1803 if (strncmp(stbl->stbl_si.reg_id, UDF_SPAR_TBL, 23) != 0) { in ud_read_sparing_tbls()
1816 te = (struct stbl_entry *)&stbl->stbl_entry; in ud_read_sparing_tbls()
1817 tbl_len = SWAP_16(stbl->stbl_len); in ud_read_sparing_tbls()
1819 printf("%x %x\n", tbl_len, SWAP_32(stbl->stbl_seqno)); in ud_read_sparing_tbls()
H A Dudf_subr.c192 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h929 struct stbl { struct
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dscn.c1246 static const scn_tbl_t stbl[] = { variable
1521 tbl = &stbl[0]; in scn_transition()