/src/usr.bin/cksum/ |
crc.c | 149 tables(void) function in typeref:typename:void 169 /* Compute the tables once. */ 171 tables();
|
/src/sys/arch/ia64/ia64/ |
mainbus.c | 76 int tables, i; local in function:mainbus_attach 87 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - 90 for (i = 0; i < tables; i++) {
|
/src/sys/arch/ia64/acpi/ |
madt.c | 128 int t, tables; local in function:ia64_probe_sapics 137 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - 140 for (t = 0; t < tables; t++) { 228 int cpus, t, tables; local in function:ia64_count_cpus 236 tables = (UINT64 *)((char *)xsdt + xsdt->Header.Length) - 241 for (t = 0; t < tables; t++) {
|
/src/usr.sbin/npf/npftest/libnpftest/ |
npf_table_test.c | 234 const char *tables[] = { IPSET_NAME, LPM_NAME, IFADDR_NAME }; local in function:test_nocopy 237 for (unsigned i = 0; i < __arraycount(tables); i++) { 245 t = npf_tableset_getbyname(tblset, tables[i]); 464 * Fill IPSET and LPM tables with IPv4 addresses.
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
amdgpu_smu_v12_0.c | 292 struct smu_table *tables = NULL; local in function:smu_v12_0_init_smc_tables 294 if (smu_table->tables) 297 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table), 299 if (!tables) 302 smu_table->tables = tables; 304 return smu_tables_init(smu, tables); 311 if (!smu_table->tables) 315 kfree(smu_table->tables); 318 smu_table->tables = NULL [all...] |
amdgpu_smu.c | 538 table_size = smu_table->tables[table_index].size; 856 * Create smu_table structure, and init smc tables such as 861 pr_err("Failed to init smc tables!\n"); 990 struct smu_table *tables = smu_table->tables; local in function:smu_init_fb_allocations 996 if (tables[SMU_TABLE_PMSTATUSLOG].size) { 998 tables[SMU_TABLE_PMSTATUSLOG].size, 999 tables[SMU_TABLE_PMSTATUSLOG].align, 1000 tables[SMU_TABLE_PMSTATUSLOG].domain, 1001 &tables[SMU_TABLE_PMSTATUSLOG].bo 1047 struct smu_table *tables = smu_table->tables; local in function:smu_fini_fb_allocations [all...] |
amdgpu_smu_v11_0.c | 426 struct smu_table *tables = NULL; local in function:smu_v11_0_init_smc_tables 429 if (smu_table->tables) 432 tables = kcalloc(SMU_TABLE_COUNT, sizeof(struct smu_table), 434 if (!tables) 437 smu_table->tables = tables; 439 ret = smu_tables_init(smu, tables); 455 if (!smu_table->tables) 458 kfree(smu_table->tables); 461 smu_table->tables = NULL [all...] |
/src/sys/dev/ic/ |
siop_common.c | 249 /* prepare tables before sending a cmd */ 340 struct siop_common_xfer *tables = siop_cmd->siop_tables; local in function:siop_wdtr_neg 344 switch (tables->msg_in[3]) { 368 tables->msg_in[3]); 369 tables->t_msgout.count = siop_htoc32(sc, 1); 370 tables->msg_out[0] = MSG_MESSAGE_REJECT; 373 tables->id = siop_htoc32(sc, sc->targets[target]->id); 390 if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT 398 tables->id = siop_htoc32(sc, sc->targets[target]->id); 420 struct siop_common_xfer *tables = siop_cmd->siop_tables local in function:siop_ppr_neg 529 struct siop_common_xfer *tables = siop_cmd->siop_tables; local in function:siop_sdtr_neg [all...] |
/src/sys/dev/dm/ |
dm.h | 98 dm_table_t tables[2]; member in struct:dm_table_head 127 * It points to SLIST of device tables and mirrored, snapshoted etc. devices.
|
/src/sys/net/npf/ |
npf_ctl.c | 33 * Implementation of (re)loading, construction of tables and rules. 198 const nvlist_t * const *tables; local in function:npf_mk_tables 203 if (nvlist_exists_nvlist_array(req, "tables")) { 204 tables = nvlist_get_nvlist_array(req, "tables", &nitems); 210 tables = NULL; 215 const nvlist_t *table = tables[i]; 565 * passed rules, tables, etc and atomically activate them all.
|
/src/sys/arch/i386/include/ |
multiboot2.h | 361 multiboot_uint8_t tables[0]; member in struct:multiboot_tag_smbios
|
/src/lib/libc/time/ |
Makefile | 864 tables.ck ziguard.ck tzs.ck 975 tables.ck: checktab.awk $(YDATA) backward zone.tab zone1970.tab
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
amdgpu_smu.h | 172 #define SMU_TABLE_INIT(tables, table_id, s, a, d) \ 174 tables[table_id].size = s; \ 175 tables[table_id].align = a; \ 176 tables[table_id].domain = d; \ 264 struct smu_table *tables; member in struct:smu_table_context 470 int (*tables_init)(struct smu_context *smu, struct smu_table *tables);
|
/src/sys/fs/udf/ |
ecma167-udf.h | 451 uint8_t n_st; /* Number of redundant sparing tables range 1-4 */ 454 uint32_t st_loc[1]; /* locations of sparing tables */ 617 uint32_t tables[1]; /* Freespace table, Sizetable, Implementation use */ member in struct:logvol_int_desc
|
/src/sys/dist/pf/net/ |
pfvar.h | 901 int tables; member in struct:pf_ruleset 1044 /* state tables */ 1327 #define PFR_KTABLE_HIWAT 1000 /* Number of tables */
|
/src/sys/dev/pci/ |
if_ixl.c | 5105 int npages, tables; local in function:ixl_hmc 5133 tables = roundup(size, IXL_HMC_L2SZ) / IXL_HMC_L2SZ; 5141 if (ixl_dmamem_alloc(sc, &sc->sc_hmc_sd, tables * IXL_HMC_PGSIZE, 5172 for (i = 0; (int)i < tables; i++) {
|