| /src/sys/arch/sparc64/include/ |
| bootinfo.h | 102 #define LOOKUP_BOOTINFO(btp, info) \ 104 if ( ((btp) = lookup_bootinfo(info)) == NULL) { \
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 1000 type_t *btp = block_dup_type(tp); local 1001 btp->t_bitfield = false; 1003 warning(273, type_name(btp)); 1005 type_t *btp = block_dup_type(tp); local 1006 btp->t_bitfield = false; 1008 warning(34, type_name(btp)); 1019 type_t *btp = block_dup_type(tp); local 1020 btp->t_bitfield = false; 1022 warning(35, type_name(btp));
|
| tree.c | 2357 const type_t *btp = b->s_type; local 2359 if (!types_compatible(atp, btp, false, false, &w) && !w) 2364 if (atp->t_bit_field_width != btp->t_bit_field_width) 2366 if (atp->t_bit_field_offset != btp->t_bit_field_offset)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| btrace.c | 2018 struct btrace_thread_info *btp = &tp->btrace; local 2020 if (btp->target == NULL) 2027 target_disable_btrace (btp->target); 2028 btp->target = NULL; 2038 struct btrace_thread_info *btp = &tp->btrace; local 2040 if (btp->target == NULL) 2046 target_teardown_btrace (btp->target); 2047 btp->target = NULL;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| btrace.c | 2018 struct btrace_thread_info *btp = &tp->btrace; local 2020 if (btp->target == NULL) 2027 target_disable_btrace (btp->target); 2028 btp->target = NULL; 2038 struct btrace_thread_info *btp = &tp->btrace; local 2040 if (btp->target == NULL) 2046 target_teardown_btrace (btp->target); 2047 btp->target = NULL;
|
| /src/sys/arch/sun2/sun2/ |
| machdep.c | 895 vmebus_translate(vme_am_t mod, vme_addr_t addr, bus_type_t *btp, 917 *btp = (*bap & 0x800000 ? PMAP_VME8 : PMAP_VME0);
|
| /src/sys/dev/scsipi/ |
| scsi_spc.h | 230 uint8_t btp[2]; /* busy timeout period */ member in struct:scsi_control_mode_page
|