Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:dispatch

34 	dispatch (buffer);
50 dispatch (buffer);
73 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
74 strcpy (buffer,"show");dispatch (buffer);
102 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer);
103 strcpy (buffer,"show");dispatch (buffer);
141 sprintf (buffer,"setoffset block %ld",inode_offset);dispatch (buffer);
142 sprintf (buffer,"settype ext2_inode");dispatch (buffer);
155 sprintf (buffer,"setoffset block %ld",block_bitmap_offset);dispatch (buffer);
156 sprintf (buffer,"settype block_bitmap");dispatch (buffer);
169 sprintf (buffer,"setoffset block %ld",inode_bitmap_offset);dispatch (buffer);
170 sprintf (buffer,"settype inode_bitmap");dispatch (buffer);
179 dispatch ("gocopy 0");
181 dispatch ("show");