Home
last modified time | relevance | path

Searched refs:end (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Dnames-net.c38 #define GET16(x) do { if (p+2 > end) goto err; x = (p[0] << 8) | p[1]; p += 2; } while (0)
39 #define GET32(x) do { if (p+4 > end) goto err; x = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]…
63 dns_skip_name(byte *p, byte *end) in dns_skip_name() argument
65 while (p < end) in dns_skip_name()
77 return (p < end) ? p : NULL; in dns_skip_name()
88 byte *end = p + plen; in dns_parse_packet() local
110 p = dns_skip_name(p, end); /* Name */ in dns_parse_packet()
119 if (p > end) in dns_parse_packet()
142 byte *end = s->sec_end; in dns_parse_rr() local
144 if (p == end) in dns_parse_rr()
[all …]
H A Dwin32-cfgmgr32.c996 pciaddr_t start, end, size, flags; in fill_resources() local
1042 end = io_data->IO_Header.IOD_Alloc_End; in fill_resources()
1043 size = (end > start) ? (end - start + 1) : 0; in fill_resources()
1052 …if (end <= 0xffff && (io_data->IO_Header.IOD_DesFlags & (fIOD_10_BIT_DECODE|fIOD_12_BIT_DECODE|fIO… in fill_resources()
1087 end = mem_data->MEM_Header.MD_Alloc_End; in fill_resources()
1088 size = (end > start) ? (end - start + 1) : 0; in fill_resources()
1099 if (is_bar_res && end > 0xffffffff) in fill_resources()
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()
H A Dlibpci.ver9 * the end of file and never change order of symbols nor version sections.
/pciutils/
H A DChangeLog10 * The GNU/Hurd back-end works on 64-bit systems.
12 * Added a new back-end for RT-Thread Smart OS.
95 * ECAM back-end now scans ACPI and BIOS memory faster.
169 * Hurd: The Hurd back-end works again.
246 by the back-end.
344 * The fbsd-device back-end should work again.
452 * The sysfs back-end does not die on read errors
487 * Added experimental back-end for OS X / Darwin. Thanks to
617 * Windows back-end compiles again.
658 * The procfs back-end is able to cope with /proc/bus/pci
[all …]
H A Dlspci.c92 unsigned int end = pos+len; in config_fetch() local
102 if (end > d->config_bufsize) in config_fetch()
105 while (end > d->config_bufsize) in config_fetch()
H A Dpci.ids14032 # What's in the cardbus end of a Sony ACR-A01 card, comes with newer Vaio CD-RW drives