HomeSort by: relevance | last modified time | path
    Searched defs:stbl (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/gpt/
recover.c 74 map_t *dgpt, dtbl, sgpt, stbl __unused;
85 stbl = gpt->lbt;
93 stbl = gpt->tbl;
121 map_t *dtbl, stbl; local
126 stbl = gpt->lbt;
132 stbl = gpt->tbl;
141 *dtbl = map_add(gpt, start, stbl->map_size, type, stbl->map_data, 0);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
nouveau_nvkm_subdev_iccsense_base.c 226 struct nvbios_iccsense stbl; local
243 if (nvbios_iccsense_parse(bios, &stbl) || !stbl.nr_entry)
247 for (i = 0; i < stbl.nr_entry; ++i) {
248 struct pwr_rail_t *pwr_rail = &stbl.rail[i];
  /src/usr.bin/deroff/
deroff.c 246 static void stbl(void);
536 stbl(void) function
1147 stbl();
  /src/external/gpl3/gdb/dist/gdb/
xcoffread.c 1620 char *stbl = xcoff->symtbl;
1630 stbl + (symno * local_symesz),
1657 char *stbl = info->symtbl;
1688 stbl + (symno * local_symesz), symbol);
1705 bfd_coff_swap_aux_in (objfile->obfd.get (), stbl + symno * local_symesz,
1615 char *stbl = xcoff->symtbl; local
1652 char *stbl = info->symtbl; local
  /src/external/gpl3/gdb.old/dist/gdb/
xcoffread.c 1620 char *stbl = xcoff->symtbl;
1630 stbl + (symno * local_symesz),
1657 char *stbl = info->symtbl;
1688 stbl + (symno * local_symesz), symbol);
1705 bfd_coff_swap_aux_in (objfile->obfd.get (), stbl + symno * local_symesz,
1615 char *stbl = xcoff->symtbl; local
1652 char *stbl = info->symtbl; local

Completed in 29 milliseconds