Searched refs:stbl (Results 1 – 4 of 4) sorted by relevance
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() local2448 s8 *stbl; in dtRelocate() local2638 s8 *stbl; in dtSearchNode() local2916 s8 *stbl; in add_missing_indices() local3008 s8 *stbl; in jfs_readdir() local[all …]
143 s8 stbl[8]; /* 8: sorted entry index table */ member222 ((dtroot_t *)(p))->header.stbl : \
155 efi_system_table_64_t *stbl = (efi_system_table_64_t *)systab; in efi_get_rsdp_addr() local157 config_tables = stbl->tables; in efi_get_rsdp_addr()158 nr_tables = stbl->nr_tables; in efi_get_rsdp_addr()160 efi_system_table_32_t *stbl = (efi_system_table_32_t *)systab; in efi_get_rsdp_addr() local162 config_tables = stbl->tables; in efi_get_rsdp_addr()163 nr_tables = stbl->nr_tables; in efi_get_rsdp_addr()
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 13 milliseconds