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

  /src/sbin/gpt/
recover.c 71 map_t *dgpt, dtbl, sgpt, stbl __unused;
82 stbl = gpt->lbt;
90 stbl = gpt->tbl;
118 map_t *dtbl, stbl; local in function:recover_gpt_tbl
123 stbl = gpt->lbt;
129 stbl = gpt->tbl;
138 *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 in function:nvkm_iccsense_oneinit
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 in typeref:typename:void
1147 stbl();

Completed in 12 milliseconds