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);
|