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

/freebsd-11.0-release/usr.sbin/nandsim/
H A Dsample.conf135 # read_time= (in us)
136 read_time=0
H A Dnandsim_cfgparse.c123 {"read_time", 0, VALUE_UINT | SIZE_32,
124 (void *)&chip_conf.read_time, 0},
440 chipsptr[i].read_time, chipsptr[i].device_model,
863 if ((chips[chipcnt].read_time < DELAYTIME_MIN ||
864 chips[chipcnt].read_time > DELAYTIME_MAX) &&
865 chips[chipcnt].read_time != 0) {
H A Dnandsim.c134 "\t[-e <erase_time>] [-r <read_time>]\n"
484 debug("request : read_time = %d\n", mods.new_value);
1218 chip->read_time, chip->error_ratio, chip->wear_level,
/freebsd-11.0-release/sys/dev/nand/
H A Dnandsim.h96 uint32_t read_time; member in struct:sim_chip
H A Dnandsim_chip.c116 chip->read_delay = sim_chip->read_time;
120 chip_param->t_r = sim_chip->read_time;
H A Dnandsim.c621 sim_conf->read_time = sim_chip->read_delay = mod->new_value;
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c312 read_time(apr_time_t *result,
539 SVN_ERR(read_time(&entry->text_time, buf, end, pool));
547 SVN_ERR(read_time(&entry->cmt_date, buf, end, pool));
637 SVN_ERR(read_time(&entry->lock_creation_date, buf, end, pool));
311 read_time(apr_time_t *result, function

Completed in 114 milliseconds