Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 3 of 3) sorted by relevance

/pciutils/lib/
H A Dphysmem-djgpp.c163 free(attributes); in set_and_get_page_attributes()
192 attributes[i] = 0; in set_and_get_page_attributes()
197 free(attributes); in set_and_get_page_attributes()
394 short *attributes; in physmem_map() local
622 attributes = malloc(mi.size * sizeof(*attributes)); in physmem_map()
623 if (attributes) in physmem_map()
762 short *attributes; in physmem_unmap() local
818 attributes = malloc(mi.size * sizeof(*attributes)); in physmem_unmap()
819 if (!attributes) in physmem_unmap()
855 if (((attributes[i] & 0x7) != 1) || !(attributes[i] & (1<<3))) in physmem_unmap()
[all …]
H A Dphysmem-windows.c671 OBJECT_ATTRIBUTES attributes; in init_physmem_ntdll() local
745 InitializeObjectAttributes(&attributes, &unicode_filename, OBJ_CASE_INSENSITIVE, NULL, NULL); in init_physmem_ntdll()
749 …OpenSection(&physmem->section_handle, SECTION_MAP_READ | (w ? SECTION_MAP_WRITE : 0), &attributes); in init_physmem_ntdll()
/pciutils/
H A DChangeLog453 of optional attributes. Instead, a warning is produced.
1353 * pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,