Searched refs:tfc (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/dev/dm/
H A Ddm_target_flakey.c66 #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
183 _init_features(dm_target_flakey_config_t *tfc, int argc, char **argv) argument
271 dm_target_flakey_config_t *tfc; local
311 dm_target_flakey_config_t *tfc; local
336 _submit(dm_target_flakey_config_t *tfc, struct buf *bp) argument
355 dm_target_flakey_config_t *tfc; local
391 _flakey_read(dm_target_flakey_config_t *tfc, struct buf *bp) argument
418 _flakey_write(dm_target_flakey_config_t *tfc, struct buf *bp) argument
441 _flakey_corrupt_buf(dm_target_flakey_config_t *tfc, struct buf *bp) argument
467 dm_target_flakey_config_t *tfc; local
509 dm_target_flakey_config_t *tfc; local
[all...]
/netbsd-current/sys/arch/alpha/alpha/
H A Dfp_complete.c267 t_float tfb, tfc; local
283 tfc.i = float32_to_float64(sfb.i);
284 ldt(inst.float_detail.fc, &tfc, l);
297 tfc.i = FLOAT64QNAN;
298 ldt(inst.float_detail.fc, &tfc, l);
305 t_float tfb, tfc; local
312 tfc.i = float64_add(tfb.i, (float64)0);
313 ldt(inst.float_detail.fc, &tfc, l);
319 t_float tfb, tfc; local
330 tfc
352 t_float tfb, tfc; local
559 t_float tfa, tfb, tfc; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs.exp.tcl28 set complex_types { tfc tdc tldc }
H A Dinfcall-nested-structs.c48 typedef float _Complex tfc; typedef
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dinfcall-nested-structs.exp.tcl28 set complex_types { tfc tdc tldc }
H A Dinfcall-nested-structs.c49 typedef float _Complex tfc; typedef
/netbsd-current/sys/dev/pci/
H A Dif_stge.c845 uint64_t tfc; local
970 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) |
982 tfc |= TFD_VLANTagInsert |
988 tfd->tfd_control = htole64(tfc);

Completed in 95 milliseconds