Lines Matching refs:stat_ptr

2992 	    int stat_ptr;	/* Pointer to stat record.  */  in step_once()  local
2998 stat_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1); in step_once()
3008 SET_MEMORY_W (stat_ptr, stat_rec.st_dev); in step_once()
3009 stat_ptr += 2; in step_once()
3010 SET_MEMORY_W (stat_ptr, stat_rec.st_ino); in step_once()
3011 stat_ptr += 2; in step_once()
3012 SET_MEMORY_L (stat_ptr, stat_rec.st_mode); in step_once()
3013 stat_ptr += 4; in step_once()
3014 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink); in step_once()
3015 stat_ptr += 2; in step_once()
3016 SET_MEMORY_W (stat_ptr, stat_rec.st_uid); in step_once()
3017 stat_ptr += 2; in step_once()
3018 SET_MEMORY_W (stat_ptr, stat_rec.st_gid); in step_once()
3019 stat_ptr += 2; in step_once()
3020 SET_MEMORY_W (stat_ptr, stat_rec.st_rdev); in step_once()
3021 stat_ptr += 2; in step_once()
3022 SET_MEMORY_L (stat_ptr, stat_rec.st_size); in step_once()
3023 stat_ptr += 4; in step_once()
3024 SET_MEMORY_L (stat_ptr, stat_rec.st_atime); in step_once()
3025 stat_ptr += 8; in step_once()
3026 SET_MEMORY_L (stat_ptr, stat_rec.st_mtime); in step_once()
3027 stat_ptr += 8; in step_once()
3028 SET_MEMORY_L (stat_ptr, stat_rec.st_ctime); in step_once()
3043 int stat_ptr; /* Pointer to stat record. */ in step_once() local
3072 stat_ptr = (h8300hmode && !h8300_normal_mode) ? GET_L_REG (1) : GET_W_REG (1); in step_once()
3085 SET_MEMORY_W (stat_ptr, stat_rec.st_dev); in step_once()
3086 stat_ptr += 2; in step_once()
3087 SET_MEMORY_W (stat_ptr, stat_rec.st_ino); in step_once()
3088 stat_ptr += 2; in step_once()
3089 SET_MEMORY_L (stat_ptr, stat_rec.st_mode); in step_once()
3090 stat_ptr += 4; in step_once()
3091 SET_MEMORY_W (stat_ptr, stat_rec.st_nlink); in step_once()
3092 stat_ptr += 2; in step_once()
3093 SET_MEMORY_W (stat_ptr, stat_rec.st_uid); in step_once()
3094 stat_ptr += 2; in step_once()
3095 SET_MEMORY_W (stat_ptr, stat_rec.st_gid); in step_once()
3096 stat_ptr += 2; in step_once()
3097 SET_MEMORY_W (stat_ptr, stat_rec.st_rdev); in step_once()
3098 stat_ptr += 2; in step_once()
3099 SET_MEMORY_L (stat_ptr, stat_rec.st_size); in step_once()
3100 stat_ptr += 4; in step_once()
3101 SET_MEMORY_L (stat_ptr, stat_rec.st_atime); in step_once()
3102 stat_ptr += 8; in step_once()
3103 SET_MEMORY_L (stat_ptr, stat_rec.st_mtime); in step_once()
3104 stat_ptr += 8; in step_once()
3105 SET_MEMORY_L (stat_ptr, stat_rec.st_ctime); in step_once()