Searched refs:stat_rec (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/h8300/
H A Dcompile.c3072 struct stat stat_rec; /* Stat record */ local
3075 char *temp_stat_ptr; /* Temporary stat_rec pointer. */
3083 fstat_return = sim_callback->fstat (sim_callback, fd, &stat_rec);
3085 /* Have stat_ptr point to starting of stat_rec. */
3086 temp_stat_ptr = (char *) (&stat_rec);
3089 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
3091 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
3093 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
3095 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
3097 SET_MEMORY_W (stat_ptr, stat_rec
3122 struct stat stat_rec; /* Stat record */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/h8300/
H A Dcompile.c3072 struct stat stat_rec; /* Stat record */ local
3075 char *temp_stat_ptr; /* Temporary stat_rec pointer. */
3083 fstat_return = sim_callback->fstat (sim_callback, fd, &stat_rec);
3085 /* Have stat_ptr point to starting of stat_rec. */
3086 temp_stat_ptr = (char *) (&stat_rec);
3089 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
3091 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
3093 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
3095 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
3097 SET_MEMORY_W (stat_ptr, stat_rec
3122 struct stat stat_rec; /* Stat record */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/h8300/
H A Dcompile.c3072 struct stat stat_rec; /* Stat record */ local
3075 char *temp_stat_ptr; /* Temporary stat_rec pointer. */
3083 fstat_return = sim_callback->fstat (sim_callback, fd, &stat_rec);
3085 /* Have stat_ptr point to starting of stat_rec. */
3086 temp_stat_ptr = (char *) (&stat_rec);
3089 SET_MEMORY_W (stat_ptr, stat_rec.st_dev);
3091 SET_MEMORY_W (stat_ptr, stat_rec.st_ino);
3093 SET_MEMORY_L (stat_ptr, stat_rec.st_mode);
3095 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink);
3097 SET_MEMORY_W (stat_ptr, stat_rec
3122 struct stat stat_rec; /* Stat record */ local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drep065script.tcl355 error_check_good stat_rec $stat 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drep065script.tcl355 error_check_good stat_rec $stat 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drep065script.tcl355 error_check_good stat_rec $stat 0

Completed in 196 milliseconds