Searched refs:B_TYPE (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/sys/arch/i386/i386/ |
| D | dkcsum.c | 198 if ((B_TYPE(bootdev) == B_TYPE(hit->bsd_dev)) && in dkcsumattach()
|
| D | autoconf.c | 260 majdev = B_TYPE(bootdev); in setroot() 371 if (B_TYPE(bootdev) == 2) {
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdbtypes.h | 75 #define B_TYPE unsigned char macro 598 B_TYPE *virtual_field_bits; 605 B_TYPE *private_field_bits; 612 B_TYPE *protected_field_bits; 617 B_TYPE *ignore_field_bits;
|
| D | jv-lang.c | 388 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 392 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 396 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in java_link_class_type() 399 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) in java_link_class_type()
|
| D | stabsread.c | 2944 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) in read_baseclasses() 2952 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) pointer; in read_baseclasses() 3176 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3180 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type() 3184 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in attach_fields_to_type()
|
| D | hpread.c | 866 B_TYPE *class_entered; in hpread_quick_traverse() 4314 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4318 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4322 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type() 4327 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in hpread_read_struct_type()
|
| D | gdbtypes.c | 148 static void print_bit_vector (B_TYPE *, int); 2651 print_bit_vector (B_TYPE *bits, int nbits) in print_bit_vector()
|
| D | dwarf2read.c | 3447 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3451 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3455 (B_TYPE *) TYPE_ALLOC (type, B_BYTES (nfields)); in dwarf2_attach_fields_to_type() 3468 TYPE_FIELD_VIRTUAL_BITS (type) = (B_TYPE *) pointer; in dwarf2_attach_fields_to_type()
|
| /mirbsd/src/sys/sys/ |
| D | reboot.h | 83 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | biosdev.c | 397 dip->bsddev = MAKEBOOTDEV(B_TYPE(bsd_dev), B_ADAPTOR(bsd_dev), in biosopen() 399 dip->bootdev = MAKEBOOTDEV(B_TYPE(bsd_dev), B_ADAPTOR(bsd_dev), in biosopen()
|