Home
last modified time | relevance | path

Searched refs:B_TYPE (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/sys/arch/i386/i386/
Ddkcsum.c198 if ((B_TYPE(bootdev) == B_TYPE(hit->bsd_dev)) && in dkcsumattach()
Dautoconf.c260 majdev = B_TYPE(bootdev); in setroot()
371 if (B_TYPE(bootdev) == 2) {
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdbtypes.h75 #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;
Djv-lang.c388 (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()
Dstabsread.c2944 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()
Dhpread.c866 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()
Dgdbtypes.c148 static void print_bit_vector (B_TYPE *, int);
2651 print_bit_vector (B_TYPE *bits, int nbits) in print_bit_vector()
Ddwarf2read.c3447 (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/
Dreboot.h83 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
/mirbsd/src/sys/arch/i386/stand/libsa/
Dbiosdev.c397 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()