HelenOS sources

prop_parse        609 uspace/drv/bus/isa/isa.c 	if (!prop_parse(fun, line, "io_range", &fun_parse_io_range) &&
prop_parse        610 uspace/drv/bus/isa/isa.c 	    !prop_parse(fun, line, "mem_range", &fun_parse_mem_range) &&
prop_parse        611 uspace/drv/bus/isa/isa.c 	    !prop_parse(fun, line, "irq", &fun_parse_irq) &&
prop_parse        612 uspace/drv/bus/isa/isa.c 	    !prop_parse(fun, line, "dma", &fun_parse_dma) &&
prop_parse        613 uspace/drv/bus/isa/isa.c 	    !prop_parse(fun, line, "match", &fun_parse_match_id)) {
HelenOS homepage, sources at GitHub