Searched refs:conf_table (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_init.c594 struct pqi_conf_table *conf_table; local
599 if (config_table_size < sizeof(*conf_table) ||
606 conf_table = os_mem_alloc(softs, config_table_size);
607 if (!conf_table) {
612 if (config_table_size < sizeof(conf_table) ||
624 (uint8_t*)conf_table, config_table_size);
627 if (memcmp(conf_table->sign, PQI_CONF_TABLE_SIGNATURE,
628 sizeof(conf_table->sign)) != 0) {
633 section_off = LE_32(conf_table->first_section_off);
642 section_hdr = (struct pqi_conf_table_section_header *)((uint8_t *)conf_table
[all...]
/freebsd-13-stable/sys/arm64/arm64/
H A Dgicv3_its.c573 void *conf_table; local
575 conf_table = atomic_load_ptr(&conf_base);
576 if (conf_table == NULL) {
577 conf_table = contigmalloc(LPI_CONFTAB_SIZE,
582 (uintptr_t)NULL, (uintptr_t)conf_table) == 0) {
583 contigfree(conf_table, LPI_CONFTAB_SIZE, M_GICV3_ITS);
584 conf_table = atomic_load_ptr(&conf_base);
587 sc->sc_conf_base = conf_table;

Completed in 100 milliseconds