Searched refs:pctx (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c106 static int fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx);
1542 struct problem_context pctx; local
1556 clear_problem_context(&pctx);
1662 fix_problem(ctx, PR_0_CANT_FIND_JOURNAL, &pctx);
1699 fix_problem(ctx, PR_0_EXT_JOURNAL_BAD_SUPER, &pctx);
1706 fix_problem(ctx, PR_0_JOURNAL_BAD_UUID, &pctx);
1739 struct problem_context *pctx)
1749 pctx->ino = sb->s_journal_inum;
1750 if (fix_problem(ctx, PR_0_JOURNAL_BAD_INODE, pctx)) {
1762 if (fix_problem(ctx, PR_0_JOURNAL_RECOVER_SET, pctx)) {
1738 e2fsck_journal_fix_bad_inode(e2fsck_t ctx, struct problem_context *pctx) argument
1775 struct problem_context pctx; local
1793 struct problem_context pctx; local
1921 e2fsck_journal_fix_corrupt_super(e2fsck_t ctx, journal_t *journal, struct problem_context *pctx) argument
1983 struct problem_context pctx; local
2166 struct problem_context pctx; local
2473 expand_at_expression(e2fsck_t ctx, char ch, struct problem_context *pctx, int *first) argument
2681 print_e2fsck_message(e2fsck_t ctx, const char *msg, struct problem_context *pctx, int first) argument
2881 struct problem_context *pctx; member in struct:process_block_struct_1
3005 check_immutable(e2fsck_t ctx, struct problem_context *pctx) argument
3021 check_size(e2fsck_t ctx, struct problem_context *pctx) argument
3036 check_ea_in_inode(e2fsck_t ctx, struct problem_context *pctx) argument
3123 check_inode_extra_space(e2fsck_t ctx, struct problem_context *pctx) argument
3171 struct problem_context pctx; local
3702 struct problem_context pctx; local
3751 struct problem_context pctx; local
3775 struct problem_context pctx; local
3799 struct problem_context pctx; local
3834 struct problem_context pctx; local
3871 check_ext_attr(e2fsck_t ctx, struct problem_context *pctx, char *block_buf) argument
4027 handle_htree(e2fsck_t ctx, struct problem_context *pctx, ext2_ino_t ino FSCK_ATTR((unused)), struct ext2_inode *inode, char *block_buf) argument
4083 check_blocks(e2fsck_t ctx, struct problem_context *pctx, char *block_buf) argument
4244 struct problem_context *pctx; local
4412 struct problem_context pctx; local
4728 struct problem_context pctx; local
4765 struct problem_context *pctx; member in struct:process_block_struct_1b
4775 struct problem_context pctx; local
4910 struct problem_context pctx; local
4938 struct problem_context pctx; local
5097 struct problem_context pctx; local
5226 struct problem_context pctx; local
5387 struct problem_context pctx; member in struct:check_dir_struct
5395 struct problem_context pctx; local
5634 check_dot(e2fsck_t ctx, struct ext2_dir_entry *dirent, ext2_ino_t ino, struct problem_context *pctx) argument
5693 check_dotdot(e2fsck_t ctx, struct ext2_dir_entry *dirent, struct dir_info *dir, struct problem_context *pctx) argument
5734 check_name(e2fsck_t ctx, struct ext2_dir_entry *dirent, struct problem_context *pctx) argument
5789 check_filetype(e2fsck_t ctx, struct ext2_dir_entry *dirent, struct problem_context *pctx) argument
6003 struct problem_context pctx; local
6355 struct problem_context pctx; local
6437 struct problem_context pctx; local
6578 allocate_dir_block(e2fsck_t ctx, struct ext2_db_entry *db, struct problem_context *pctx) argument
6716 struct problem_context pctx; local
6791 struct problem_context pctx; local
6903 check_directory(e2fsck_t ctx, struct dir_info *dir, struct problem_context *pctx) argument
7007 struct problem_context pctx; local
7149 struct problem_context pctx; local
7247 struct problem_context pctx; local
7277 struct problem_context pctx; local
7442 struct problem_context pctx; local
7499 struct problem_context pctx; local
7577 print_bitmap_problem(e2fsck_t ctx, int problem, struct problem_context *pctx) argument
7621 struct problem_context pctx; local
7787 struct problem_context pctx; local
7963 struct problem_context pctx; local
8006 struct problem_context pctx; local
8048 struct problem_context pctx; local
9612 struct problem_context pctx; local
9643 fix_problem(e2fsck_t ctx, problem_t code, struct problem_context *pctx) argument
10464 struct problem_context pctx; local
10895 struct problem_context pctx; local
11257 struct problem_context pctx; local
11288 struct problem_context *pctx; member in struct:process_block_struct
11305 struct problem_context *pctx; local
11393 release_inode_blocks(e2fsck_t ctx, ext2_ino_t ino, struct ext2_inode *inode, char *block_buf, struct problem_context *pctx) argument
11468 struct problem_context pctx; local
11550 struct problem_context pctx; local
11676 struct problem_context pctx; local
13176 struct problem_context pctx; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_md.c167 EVP_MD_CTX *ctx,*dctx,**pctx; local
195 pctx=ptr;
196 *pctx=ctx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_md.c167 EVP_MD_CTX *ctx,*dctx,**pctx; local
197 pctx=ptr;
198 *pctx=ctx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dinternal.h115 # define dprintf(pctx, ...) av_log(pctx, AV_LOG_DEBUG, __VA_ARGS__)
117 # define dprintf(pctx, ...)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavdevice/
H A Dvfwcap.c72 #define dstruct(pctx, sname, var, type) \
73 av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var)

Completed in 132 milliseconds