Home
last modified time | relevance | path

Searched refs:start (Results 1 – 4 of 4) sorted by relevance

/pciutils/lib/
H A Dsysfs.c171 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 Dwin32-cfgmgr32.c996 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 DCOPYING289 to attach them to the start of each source file to most effectively
H A DChangeLog1784 supported. Hashes are now perfectly valid in all names and they start
1785 a comment only at the start of the line.