/src/share/examples/amd/ |
amd.conf | 9 map_type = file key in section: global
|
amd.conf | 9 map_type = file key in section: global
|
/src/sbin/gpt/ |
map.h | 39 int map_type; member in struct:map
|
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
|
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...] |
/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
|
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
|