Searched refs:map_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/ofw/
H A Dofwbus.c305 ofwbus_destruct_map_data(struct intr_map_data *map_data) argument
309 KASSERT(map_data->type == INTR_MAP_DATA_FDT,
310 ("%s: bad map_data type %d", __func__, map_data->type));
312 fdt_map_data = (struct intr_map_data_fdt *)map_data;
/freebsd-11.0-release/contrib/amd/amd/
H A Dinfo_ldap.c277 m->map_data = (void *) aldh;
459 ALD *a = (ALD *) (m->map_data);
560 ALD *aldh = (ALD *) (m->map_data);
H A Damd.h360 void *map_data; /* Map data black box */ member in struct:mnt_map
/freebsd-11.0-release/sys/dev/gpio/
H A Dgpiobus.c83 gpio_destruct_map_data(struct intr_map_data *map_data) argument
86 KASSERT(map_data->type == INTR_MAP_DATA_GPIO,
87 ("%s: bad map_data type %d", __func__, map_data->type));
89 free(map_data, M_DEVBUF);

Completed in 68 milliseconds