HomeSort by relevance Sort by last modified time
    Searched defs:pctx (Results 1 - 25 of 38) sorted by null

1 2

  /external/e2fsprogs/e2fsck/
quota.c 53 struct problem_context pctx; local
56 clear_problem_context(&pctx);
62 pctx.ino = sb->s_usr_quota_inum;
65 fix_problem(ctx, PR_0_HIDE_QUOTA, &pctx)) {
71 pctx.ino = sb->s_grp_quota_inum;
74 fix_problem(ctx, PR_0_HIDE_QUOTA, &pctx)) {
pass4.c 31 struct problem_context pctx; local
42 clear_problem_context(&pctx);
43 pctx.ino = i;
44 pctx.inode = inode;
57 if (fix_problem(ctx, PR_4_ZERO_LEN_INODE, &pctx)) {
74 if (fix_problem(ctx, PR_4_UNATTACHED_INODE, &pctx)) {
98 struct problem_context pctx; local
109 clear_problem_context(&pctx);
112 fix_problem(ctx, PR_4_PASS_HEADER, &pctx);
164 pctx.ino = i
    [all...]
pass3.c 46 struct problem_context *pctx);
59 struct problem_context pctx; local
64 clear_problem_context(&pctx);
71 fix_problem(ctx, PR_3_PASS_HEADER, &pctx);
76 pctx.errcode = e2fsck_allocate_inode_bitmap(fs, _("inode done bitmap"),
79 if (pctx.errcode) {
80 pctx.num = 2;
81 fix_problem(ctx, PR_3_ALLOCATE_IBITMAP_ERROR, &pctx);
107 if (check_directory(ctx, dir->ino, &pctx))
149 struct problem_context pctx; local
365 struct problem_context pctx; local
509 struct problem_context pctx; local
612 struct problem_context pctx; local
648 struct problem_context pctx; local
    [all...]
pass5.c 35 struct problem_context pctx; local
42 clear_problem_context(&pctx);
45 fix_problem(ctx, PR_5_PASS_HEADER, &pctx);
154 struct problem_context *pctx)
158 if (pctx->blk == pctx->blk2)
159 pctx->blk2 = 0;
164 if (pctx->blk == pctx->blk2)
165 pctx->blk2 = 0
204 struct problem_context pctx; local
544 struct problem_context pctx; local
811 struct problem_context pctx; local
855 struct problem_context pctx; local
    [all...]
problem.c 1765 struct problem_context pctx; local
    [all...]
journal.c 232 struct problem_context pctx; local
244 clear_problem_context(&pctx);
358 fix_problem(ctx, PR_0_CANT_FIND_JOURNAL, &pctx);
416 fix_problem(ctx, PR_0_EXT_JOURNAL_BAD_SUPER, &pctx);
423 fix_problem(ctx, PR_0_JOURNAL_BAD_UUID, &pctx);
462 struct problem_context *pctx)
472 pctx->ino = sb->s_journal_inum;
473 if (fix_problem(ctx, PR_0_JOURNAL_BAD_INODE, pctx)) {
486 if (fix_problem(ctx, PR_0_JOURNAL_RECOVER_SET, pctx)) {
499 struct problem_context pctx; local
517 struct problem_context pctx; local
712 struct problem_context pctx; local
837 struct problem_context pctx; local
941 struct problem_context pctx; local
1066 struct problem_context pctx; local
    [all...]
super.c 30 struct problem_context pctx; local
35 clear_problem_context(&pctx);
36 pctx.num = value;
37 pctx.str = descr;
38 fix_problem(ctx, PR_0_MISC_CORRUPT_SUPER, &pctx);
49 struct problem_context *pctx; member in struct:process_block_struct
67 struct problem_context *pctx; local
73 pctx = pb->pctx;
75 pctx->blk = blk
235 struct problem_context pctx; local
318 struct problem_context pctx; local
442 struct problem_context pctx; local
479 struct problem_context pctx; local
    [all...]
pass1b.c 213 struct problem_context pctx; local
218 clear_problem_context(&pctx);
220 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
224 if (pctx.errcode) {
225 fix_problem(ctx, PR_1B_ALLOCATE_IBITMAP_ERROR, &pctx);
265 struct problem_context *pctx; member in struct:process_block_struct
275 struct problem_context pctx; local
277 clear_problem_context(&pctx);
280 fix_problem(ctx, PR_1B_PASS_HEADER, &pctx);
281 pctx.errcode = ext2fs_open_inode_scan(fs, ctx->inode_buffer_blocks
428 struct problem_context pctx; local
456 struct problem_context pctx; local
626 struct problem_context pctx; local
787 struct problem_context pctx; local
    [all...]
pass2.c 68 char *buf, struct problem_context *pctx);
76 struct problem_context pctx; member in struct:check_dir_struct
84 struct problem_context pctx; local
100 clear_problem_context(&cd.pctx);
107 fix_problem(ctx, PR_2_PASS_HEADER, &cd.pctx);
112 cd.pctx.errcode = 0;
116 cd.pctx.errcode = ext2fs_create_icount2(fs,
122 if (cd.pctx.errcode) {
123 fix_problem(ctx, PR_2_ALLOCATE_ICOUNT, &cd.pctx);
148 cd.pctx.errcode = ext2fs_dblist_iterate2(fs->dblist, check_dir_block
733 struct problem_context pctx; local
1186 struct problem_context pctx; local
1270 struct problem_context pctx; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
digest.h 254 /* pctx is an opaque (at this layer) pointer to additional context that
256 EVP_PKEY_CTX *pctx; member in struct:env_md_ctx_st
259 * manipulate |pctx|. */
  /external/openssl/crypto/evp/
bio_md.c 174 EVP_MD_CTX *ctx,*dctx,**pctx; local
202 pctx=ptr;
203 *pctx=ctx;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.hpp 123 pipe_context *pctx; member in class:clover::mapping
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.hpp 123 pipe_context *pctx; member in class:clover::mapping
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 200 struct pstip_transform_context *pctx = local
208 pctx->samplersUsed |= 1 << i;
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
219 pctx->tempsUsed |= (1 << i);
231 struct pstip_transform_context *pctx = local
233 pctx->numImmed++;
264 struct pstip_transform_context *pctx = local
267 if (pctx->firstInstruction)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv; local
33 return *pctx;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 200 struct pstip_transform_context *pctx = local
208 pctx->samplersUsed |= 1 << i;
212 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
214 pctx->wincoordInput = (int) decl->Range.First;
219 pctx->tempsUsed |= (1 << i);
231 struct pstip_transform_context *pctx = local
233 pctx->numImmed++;
264 struct pstip_transform_context *pctx = local
267 if (pctx->firstInstruction)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_winsys.h 32 struct nouveau_bufctx **pctx = push->user_priv; local
33 return *pctx;
  /external/openssl/apps/
dgst.c 421 EVP_PKEY_CTX *pctx = NULL; local
430 r = EVP_DigestVerifyInit(mctx, &pctx, md, NULL, sigkey);
432 r = EVP_DigestSignInit(mctx, &pctx, md, NULL, sigkey);
445 if (pkey_ctrl_string(pctx, sigopt) <= 0)
  /external/openssl/crypto/cms/
cms_env.c 307 EVP_PKEY_CTX *pctx = NULL; local
322 pctx = EVP_PKEY_CTX_new(ktri->pkey, NULL);
323 if (!pctx)
326 if (EVP_PKEY_encrypt_init(pctx) <= 0)
329 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
336 if (EVP_PKEY_encrypt(pctx, NULL, &eklen, ec->key, ec->keylen) <= 0)
348 if (EVP_PKEY_encrypt(pctx, ek, &eklen, ec->key, ec->keylen) <= 0)
357 if (pctx)
358 EVP_PKEY_CTX_free(pctx);
371 EVP_PKEY_CTX *pctx = NULL local
    [all...]
cms_sd.c 705 EVP_PKEY_CTX *pctx; local
723 if (EVP_DigestSignInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
726 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
748 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN,
772 EVP_PKEY_CTX *pctx; local
787 if (EVP_DigestVerifyInit(&mctx, &pctx, md, NULL, si->pkey) <= 0)
  /external/wpa_supplicant_8/hs20/client/
est.c 332 EVP_PKEY_CTX *pctx = NULL; local
346 pctx = EVP_PKEY_CTX_new_id(EVP_PKEY_RSA, NULL);
347 if (!pctx)
350 if (EVP_PKEY_keygen_init(pctx) <= 0)
353 if (EVP_PKEY_CTX_set_rsa_keygen_bits(pctx, 2048) <= 0)
356 if (EVP_PKEY_keygen(pctx, &pkey) <= 0)
358 EVP_PKEY_CTX_free(pctx);
359 pctx = NULL;
535 if (pctx)
536 EVP_PKEY_CTX_free(pctx);
    [all...]
  /external/wpa_supplicant_8/src/utils/
xml_libxml2.c 58 xmlSchemaParserCtxtPtr pctx; local
79 pctx = xmlSchemaNewParserCtxt(xml_schema_fname);
80 xmlSchemaSetParserErrors(pctx, (xmlSchemaValidityErrorFunc) add_str,
83 schema = xmlSchemaParse(pctx);
84 xmlSchemaFreeParserCtxt(pctx);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 142 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
148 pctx->samplersUsed |= 1 << i;
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
154 pctx->wincoordInput = (int) decl->Range.First;
160 pctx->tempsUsed |= (1 << i);
176 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
178 pctx->numImmed++;
201 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
203 if (pctx->firstInstruction)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 142 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
148 pctx->samplersUsed |= 1 << i;
152 pctx->maxInput = MAX2(pctx->maxInput, (int) decl->Range.Last);
154 pctx->wincoordInput = (int) decl->Range.First;
160 pctx->tempsUsed |= (1 << i);
176 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
178 pctx->numImmed++;
201 struct pstip_transform_context *pctx = (struct pstip_transform_context *) ctx; local
203 if (pctx->firstInstruction)
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_doit.c 144 EVP_PKEY_CTX *pctx = NULL; local
155 pctx = EVP_PKEY_CTX_new(pkey, NULL);
156 if (!pctx)
159 if (EVP_PKEY_encrypt_init(pctx) <= 0)
162 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_ENCRYPT,
169 if (EVP_PKEY_encrypt(pctx, NULL, &eklen, key, keylen) <= 0)
180 if (EVP_PKEY_encrypt(pctx, ek, &eklen, key, keylen) <= 0)
191 if (pctx)
192 EVP_PKEY_CTX_free(pctx);
203 EVP_PKEY_CTX *pctx = NULL local
908 EVP_PKEY_CTX *pctx; local
    [all...]

Completed in 531 milliseconds

1 2