HelenOS sources
prop_parse 627 uspace/drv/bus/isa/isa.c if (!prop_parse(fun, line, "io_range", &fun_parse_io_range) &&
prop_parse 628 uspace/drv/bus/isa/isa.c !prop_parse(fun, line, "mem_range", &fun_parse_mem_range) &&
prop_parse 629 uspace/drv/bus/isa/isa.c !prop_parse(fun, line, "irq", &fun_parse_irq) &&
prop_parse 630 uspace/drv/bus/isa/isa.c !prop_parse(fun, line, "dma", &fun_parse_dma) &&
prop_parse 631 uspace/drv/bus/isa/isa.c !prop_parse(fun, line, "match", &fun_parse_match_id)) {
HelenOS homepage, sources at GitHub