HomeSort by: relevance | last modified time | path
    Searched refs:map_type (Results 1 - 18 of 18) sorted by relevancy

  /src/share/examples/amd/
amd.conf 9 map_type = file key in section: global
  /src/sbin/gpt/
map.c 59 m->map_type = type;
89 map_type(int t) function in typeref:typename:const char *
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
show.c 116 print_part_type(int map_type, int flags, void *map_data, off_t map_start)
126 switch (map_type) {
206 printf("Unknown %#x", map_type);
233 print_part_type(m->map_type, xshow, m->map_data, m->map_start);
327 print_part_type(m->map_type, 0, m->map_data,
338 if (m->map_type == MAP_TYPE_MBR_PART) {
397 print_part_type(m->map_type, 0, m->map_data,
401 switch (m->map_type) {
471 if (m->map_type != MAP_TYPE_GPT_PART ||
set.c 105 if (m->map_type != MAP_TYPE_GPT_PART ||
unset.c 102 if (m->map_type != MAP_TYPE_GPT_PART ||
create.c 85 map->map_type = MAP_TYPE_UNUSED;
resize.c 165 if (m->map_type != MAP_TYPE_GPT_PART ||
backup.c 220 switch (m->map_type) {
biosboot.c 212 if (m->map_type != MAP_TYPE_GPT_PART || m->map_index < 1)
restore.c 206 map->map_type = MAP_TYPE_UNUSED;
gpt.c 873 if (map->map_type != MAP_TYPE_UNUSED) {
1060 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 label
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)

Completed in 19 milliseconds