/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 in function:dm_target_flakey_init 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 in function:dm_target_flakey_table 311 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_strategy 355 dm_target_flakey_config_t *tfc; local in function:_flakey_nestiobuf_iodone 467 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_sync 484 dm_target_flakey_config_t *tfc = table_en->target_config; local in function:dm_target_flakey_destroy 509 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_secsize [all...] |
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 in function:dm_target_flakey_init 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 in function:dm_target_flakey_table 311 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_strategy 355 dm_target_flakey_config_t *tfc; local in function:_flakey_nestiobuf_iodone 467 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_sync 484 dm_target_flakey_config_t *tfc = table_en->target_config; local in function:dm_target_flakey_destroy 509 dm_target_flakey_config_t *tfc; local in function:dm_target_flakey_secsize [all...] |
/src/sys/arch/alpha/alpha/ |
fp_complete.c | 268 t_float tfb, tfc; local in function:cvt_qs_ts_st_gf_qf 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 in function:cvt_gd 313 tfc.i = float64_add(tfb.i, (float64)0); 314 ldt(inst.float_detail.fc, &tfc, l); 320 t_float tfb, tfc; local in function:cvt_qt_dg_qg 331 tfc.i = 0 353 t_float tfb, tfc; local in function:cvt_tq_gq 560 t_float tfa, tfb, tfc; local in function:alpha_fp_interpret [all...] |
fp_complete.c | 268 t_float tfb, tfc; local in function:cvt_qs_ts_st_gf_qf 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 in function:cvt_gd 313 tfc.i = float64_add(tfb.i, (float64)0); 314 ldt(inst.float_detail.fc, &tfc, l); 320 t_float tfb, tfc; local in function:cvt_qt_dg_qg 331 tfc.i = 0 353 t_float tfb, tfc; local in function:cvt_tq_gq 560 t_float tfa, tfb, tfc; local in function:alpha_fp_interpret [all...] |
/src/sys/dev/pci/ |
if_stge.c | 845 uint64_t tfc; local in function:stge_start 970 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) | 982 tfc |= TFD_VLANTagInsert | 988 tfd->tfd_control = htole64(tfc);
|
if_stge.c | 845 uint64_t tfc; local in function:stge_start 970 tfc = TFD_FrameId(nexttx) | TFD_WordAlign(/*totlen & */3) | 982 tfc |= TFD_VLANTagInsert | 988 tfd->tfd_control = htole64(tfc);
|