HomeSort by: relevance | last modified time | path
    Searched defs:io_range_extend (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_ranges.c 123 io_range_extend(struct range_infer_ctx *ric, const pci_alloc_t *pal) function in typeref:typename:bool
159 return (pal.pal_size == 0) || io_range_extend(ric, &pal);
204 return io_range_extend(ric, &pal[0]) && io_range_extend(ric, &pal[1]);
257 return io_range_extend(ric, &pal);
297 return io_range_extend(ric, &pal);

Completed in 11 milliseconds