Lines Matching defs:CONTEXT

115 } CONTEXT;
186 static s64 loclogblk(CONTEXT *ctx, unsigned int blk)
322 static const struct BUFFER *read_buffer(CONTEXT *ctx, unsigned int num)
1097 static const struct BUFFER *findprevious(CONTEXT *ctx, const struct BUFFER *buf)
1295 static void fixup(CONTEXT *ctx, const LOG_RECORD *logr, const char *buf,
1860 static void detaillogr(CONTEXT *ctx, const LOG_RECORD *logr)
2157 static void showlogr(CONTEXT *ctx, int k, const LOG_RECORD *logr)
2289 static TRISTATE enqueue_action(CONTEXT *ctx, const LOG_RECORD *logr,
2453 static u16 overlapshow(CONTEXT *ctx, u16 k, u32 blk, const struct BUFFER *buf,
2612 static u16 forward_rcrd(CONTEXT *ctx, u32 blk, u16 pos,
2816 static BOOL dorest(CONTEXT *ctx, unsigned long blk,
2919 static const struct BUFFER *read_restart(CONTEXT *ctx)
3005 static int reset_logfile(CONTEXT *ctx __attribute__((unused)))
3129 static int locatelogfile(CONTEXT *ctx)
3153 static BOOL getlogfiledata(CONTEXT *ctx, const char *boot)
3219 static BOOL getvolumedata(CONTEXT *ctx, char *boot)
3265 static BOOL open_volume(CONTEXT *ctx, const char *device_name)
3316 static u16 dorcrd(CONTEXT *ctx, u32 blk, u16 pos, const struct BUFFER *buf,
3337 static TRISTATE backoverlap(CONTEXT *ctx, int blk,
3432 static TRISTATE backward_rcrd(CONTEXT *ctx, u32 blk, int skipped,
3583 static int walkback(CONTEXT *ctx, const struct BUFFER *buf, u32 blk,
3701 static const struct BUFFER *find_latest_block(CONTEXT *ctx, u32 baseblk,
3756 static int block_sequence(CONTEXT *ctx)
3838 static int walk(CONTEXT *ctx)
4379 CONTEXT ctx;