| /src/sys/dev/dm/ |
| dm_target_flakey.c | 66 #define FLAKEY_CORRUPT_DIR(tfc) \ 67 ((tfc)->corrupt_buf_rw == BUF_CMD_READ ? 'r' : 'w') 135 dm_target_flakey_config_t *tfc; local 150 tfc = kmem_alloc(sizeof(dm_target_flakey_config_t), KM_SLEEP); 151 tfc->pdev = dmp; 152 tfc->offset = atoi64(argv[1]); 153 tfc->up_int = atoi64(argv[2]); 154 tfc->down_int = atoi64(argv[3]); 155 tfc->offset_time = tick; 157 if ((tfc->up_int + tfc->down_int) == 0) 271 dm_target_flakey_config_t *tfc; local 311 dm_target_flakey_config_t *tfc; local 355 dm_target_flakey_config_t *tfc; local 467 dm_target_flakey_config_t *tfc; local 509 dm_target_flakey_config_t *tfc; local [all...] |
| /src/sys/arch/alpha/alpha/ |
| fp_complete.c | 268 t_float tfb, tfc; local 284 tfc.i = float32_to_float64(sfb.i); 285 ldt(inst.float_detail.fc, &tfc, l); 298 tfc.i = FLOAT64QNAN; 299 ldt(inst.float_detail.fc, &tfc, l); 306 t_float tfb, tfc; local 313 tfc.i = float64_add(tfb.i, (float64)0); 314 ldt(inst.float_detail.fc, &tfc, l); 320 t_float tfb, tfc; local 331 tfc.i = 0 353 t_float tfb, tfc; local 560 t_float tfa, tfb, tfc; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infcall-nested-structs.exp.tcl | 28 set complex_types { tfc tdc tldc }
|
| infcall-nested-structs.c | 49 typedef float _Complex tfc; typedef
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| infcall-nested-structs.exp.tcl | 28 set complex_types { tfc tdc tldc }
|
| infcall-nested-structs.c | 49 typedef float _Complex tfc; typedef
|
| /src/sys/dev/pci/ |
| if_stge.c | 832 uint64_t tfc; local 957 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) | 969 tfc |= TFD_VLANTagInsert | 975 tfd->tfd_control = htole64(tfc);
|