| /src/share/examples/amd/ |
| amd.conf | 9 map_type = file
|
| /src/sbin/gpt/ |
| map.c | 59 m->map_type = type; 89 map_type(int t) function 102 printf("add: %s %#jx %#jx\n", map_type(type), (uintmax_t)start, 105 printf("have: %s %#jx %#jx\n", map_type(n->map_type), 128 if (n->map_type != MAP_TYPE_UNUSED) { 129 if (n->map_type != MAP_TYPE_MBR_PART || 137 n->map_type = type; 143 if (n->map_type != MAP_TYPE_UNUSED) { 144 if (n->map_type != MAP_TYPE_MBR_PART | [all...] |
| map.h | 39 int map_type; member in struct:map
|
| set.c | 105 if (m->map_type != MAP_TYPE_GPT_PART ||
|
| unset.c | 102 if (m->map_type != MAP_TYPE_GPT_PART ||
|
| show.c | 154 print_part_type(gpt_t gpt, int map_type, int flags, void *map_data, 166 switch (map_type) { 253 len += printf("Unknown %#x", map_type); 399 print_part_type(gpt, m->map_type, xshow, m->map_data, 424 print_part_type(gpt, m->map_type, xshow, m->map_data, 473 printf("Map_Type: %d\n", m->map_type); 475 if (m->map_type != MAP_TYPE_GPT_PART) { 477 print_part_type(gpt, m->map_type, 0, m->map_data, 480 if (m->map_type == MAP_TYPE_PRI_GPT_HDR | [all...] |
| create.c | 87 map->map_type = MAP_TYPE_UNUSED;
|
| resize.c | 168 if (m->map_type != MAP_TYPE_GPT_PART ||
|
| backup.c | 223 switch (m->map_type) {
|
| biosboot.c | 214 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
|
| restore.c | 209 map->map_type = MAP_TYPE_UNUSED;
|
| gpt.c | 922 if (map->map_type != MAP_TYPE_UNUSED) { 1120 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
|
| /src/sbin/efi/ |
| gptsubr.c | 65 map_type_name(int map_type) 79 if (map_type >= (int)__arraycount(xtbl)) 82 return xtbl[map_type]; 91 int map_type; 160 if (m->map_type == MAP_TYPE_GPT_PART) { 218 switch (m->map_type) { 285 map_type_name(m->map_type), 570 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1) {
|
| bootvar.c | 156 if (m->map_type != MAP_TYPE_GPT_PART) 158 m->map_type);
|
| /src/usr.sbin/npf/npfctl/ |
| npf_parse.y | 200 %type <num> map_sd map_algo map_flags map_type layer 429 map_type 444 : MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 449 | MAP ifref map_sd map_algo map_flags mapseg map_type mapseg 453 | MAP ifref map_sd map_algo map_flags proto mapseg map_type mapseg
|
| /src/usr.bin/mkcsmapper/ |
| yacc.y | 70 static int map_type; 427 map_type = type;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_amdkfd_gpuvm.c | 647 * @map_type: the mapping status that will be used to filter the VMs. 653 struct amdgpu_vm *vm, enum bo_vm_match map_type, 671 (entry->is_mapped != map_type 672 && map_type != BO_VM_ALL)) 693 (entry->is_mapped != map_type 694 && map_type != BO_VM_ALL))
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_vm.c | 100 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma)
|