Searched refs:start (Results 1 – 4 of 4) sorted by relevance
| /pciutils/lib/ |
| H A D | sysfs.c | 171 unsigned long long start, end, size, flags; in sysfs_get_resources() local 174 if (sscanf(buf, "%llx %llx %llx", &start, &end, &flags) != 3) in sysfs_get_resources() 176 if (end > start) in sysfs_get_resources() 177 size = end - start + 1; in sysfs_get_resources() 184 d->base_addr[i] = start | flags; in sysfs_get_resources() 192 d->rom_base_addr = start | flags; in sysfs_get_resources() 213 lines[i-7].base_addr = start; in sysfs_get_resources()
|
| H A D | win32-cfgmgr32.c | 996 pciaddr_t start, end, size, flags; in fill_resources() local 1041 start = io_data->IO_Header.IOD_Alloc_Base; in fill_resources() 1043 size = (end > start) ? (end - start + 1) : 0; in fill_resources() 1070 d->base_addr[bar_res_count] = start; in fill_resources() 1077 d->bridge_base_addr[0] = start; in fill_resources() 1086 start = mem_data->MEM_Header.MD_Alloc_Base; in fill_resources() 1088 size = (end > start) ? (end - start + 1) : 0; in fill_resources() 1119 d->base_addr[bar_res_count] = start; in fill_resources() 1129 d->bridge_base_addr[1] = start; in fill_resources() 1136 d->bridge_base_addr[2] = start; in fill_resources()
|
| /pciutils/ |
| H A D | COPYING | 289 to attach them to the start of each source file to most effectively
|
| H A D | ChangeLog | 1784 supported. Hashes are now perfectly valid in all names and they start 1785 a comment only at the start of the line.
|