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

/freebsd-10-stable/sys/sparc64/isa/
H A Disa.c121 } ofw_isa_pnp_map[] = { variable in typeref:struct:__anon11449
176 for (i = 0; ofw_isa_pnp_map[i].name != NULL; i++)
177 if (strcmp(ofw_isa_pnp_map[i].name, name) == 0)
179 if (ofw_isa_pnp_map[i].name == NULL) {
189 isa_set_logicalid(cdev, ofw_isa_pnp_map[i].id);
190 isa_set_vendorid(cdev, ofw_isa_pnp_map[i].id);

Completed in 82 milliseconds