| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| nv04.h | 12 unsigned ctxp:8; member in struct:nv04_fifo_ramfc
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| digest-service.c | 191 EVP_MD_CTX *ctxp; local 193 ctxp = EVP_MD_CTX_create(); 194 EVP_DigestInit_ex(ctxp, EVP_md4(), NULL); 195 EVP_DigestUpdate(ctxp, key->key.keyvalue.data, key->key.keyvalue.length); 196 EVP_DigestFinal_ex(ctxp, sessionkey, NULL); 197 EVP_MD_CTX_destroy(ctxp);
|
| digest.c | 931 EVP_MD_CTX *ctxp; local 933 ctxp = EVP_MD_CTX_create(); 937 EVP_DigestInit_ex(ctxp, EVP_md4(), NULL); 938 EVP_DigestUpdate(ctxp, 941 EVP_DigestFinal_ex(ctxp, hashhash, NULL); 945 EVP_DigestInit_ex(ctxp, EVP_sha1(), NULL); 946 EVP_DigestUpdate(ctxp, hashhash, sizeof(hashhash)); 947 EVP_DigestUpdate(ctxp, answer.data, answer.length); 948 EVP_DigestUpdate(ctxp, ms_chap_v2_magic1, 950 EVP_DigestFinal_ex(ctxp, md, NULL) [all...] |
| /src/sys/miscfs/procfs/ |
| procfs_vnops.c | 1355 struct procfs_root_readdir_ctx *ctxp = arg; local 1360 uiop = ctxp->uiop; 1369 if (ctxp->off < ctxp->startoff) { 1370 ctxp->off++; 1385 ctxp->error = error; 1389 ctxp->ncookies++; 1390 if (ctxp->cookies) 1391 *(ctxp->cookies)++ = ctxp->off + 1 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 3076 struct gimplify_ctx *ctxp; 3083 for (ctxp = gimplify_ctxp; ; ctxp = ctxp->prev_context) 3084 if (ctxp->case_labels.exists ()) 3090 ctxp->case_labels.safe_push (*expr_p); 3073 struct gimplify_ctx *ctxp; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 2826 struct gimplify_ctx *ctxp; 2833 for (ctxp = gimplify_ctxp; ; ctxp = ctxp->prev_context) 2834 if (ctxp->case_labels.exists ()) 2840 ctxp->case_labels.safe_push (*expr_p); 2823 struct gimplify_ctx *ctxp; local
|