Searched refs:stbl (Results 1 – 4 of 4) sorted by relevance
146 efi_system_table_64_t *stbl = (efi_system_table_64_t *)sys_tbl_pa; in efi_get_conf_table() local152 *cfg_tbl_pa = esd ? esd->tables : stbl->tables; in efi_get_conf_table()153 *cfg_tbl_len = stbl->nr_tables; in efi_get_conf_table()155 efi_system_table_32_t *stbl = (efi_system_table_32_t *)sys_tbl_pa; in efi_get_conf_table() local157 *cfg_tbl_pa = stbl->tables; in efi_get_conf_table()158 *cfg_tbl_len = stbl->nr_tables; in efi_get_conf_table()
575 s8 *stbl; in dtSearch() local1335 u8 *stbl; in dtSplitPage() local1653 u8 *stbl; in dtExtendPage() local1875 s8 *stbl; in dtSplitRoot() local2039 stbl = sp->header.stbl; in dtSplitRoot()2084 u8 *stbl; in dtDelete() local2618 s8 *stbl; in add_missing_indices() local2710 s8 *stbl; in jfs_readdir() local3039 s8 *stbl; in dtReadFirst() local3118 s8 *stbl; in dtReadNext() local[all …]
143 s8 stbl[8]; /* 8: sorted entry index table */ member222 ((dtroot_t *)(p))->header.stbl : \
221 struct nvbios_iccsense stbl; in nvkm_iccsense_oneinit() local238 if (nvbios_iccsense_parse(bios, &stbl) || !stbl.nr_entry) in nvkm_iccsense_oneinit()242 for (i = 0; i < stbl.nr_entry; ++i) { in nvkm_iccsense_oneinit()243 struct pwr_rail_t *pwr_rail = &stbl.rail[i]; in nvkm_iccsense_oneinit()
Completed in 11 milliseconds