Searched refs:attributes (Results 1 – 3 of 3) sorted by relevance
163 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() local622 attributes = malloc(mi.size * sizeof(*attributes)); in physmem_map()623 if (attributes) in physmem_map()762 short *attributes; in physmem_unmap() local818 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 …]
671 OBJECT_ATTRIBUTES attributes; in init_physmem_ntdll() local745 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()
453 of optional attributes. Instead, a warning is produced.1353 * pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,