| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_ident.c | 626 dt_idhash_populate(dt_idhash_t *dhp) 628 const dt_ident_t *idp = dhp->dh_tmpl; 630 dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */ 631 dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp); 634 if (dt_idhash_insert(dhp, idp->di_name, 646 dt_idhash_t *dhp; local 654 if ((dhp = malloc(size)) == NULL) 657 bzero(dhp, size); 658 dhp->dh_name = name; 659 dhp->dh_tmpl = tmpl 881 dt_idhash_t *dhp; local [all...] |
| dt_pcb.c | 93 dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg) 98 dt_idhash_delete(dhp, idp);
|
| dt_parser.c | 1553 dt_idhash_t *dhp; local 1562 dhp = yypcb->pcb_locals; 1564 idp = dt_idhash_lookup(dhp, dsp->ds_ident); 1567 dhp = dtp->dt_tls; 1569 idp = dt_idhash_lookup(dhp, dsp->ds_ident); 1572 dhp = dtp->dt_globals; 1712 if (dt_idhash_nextid(dhp, &id) == -1) { 1715 dsp->ds_ident, dt_idhash_name(dhp)); 1719 dt_idhash_name(dhp), dt_idkind_name(idkind), 1722 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind 3198 dt_idhash_t *dhp; local 3666 dt_idhash_t *dhp = NULL; local [all...] |
| dt_as.c | 80 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data) 92 dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
|
| dt_program.c | 404 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data) 457 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data)
|
| dt_pragma.c | 54 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp)
|
| dt_cc.c | 125 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) 134 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) 1788 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp) 1791 dt_idhash_delete(dhp, idp);
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_dh.c | 150 static EVP_PKEY *dhp = 0; variable 166 dhp = tmp; 187 if (dhp) { 188 EVP_PKEY_free(dhp); 189 dhp = 0; 207 dhp = tmp; 217 if (!dhp && !useauto) 221 if (dhp) { 222 EVP_PKEY *tmp = EVP_PKEY_dup(dhp); 241 static DH *dhp = 0 variable [all...] |
| /src/external/cddl/dtracetoolkit/dist/Apps/ |
| shellsnoop | 74 while getopts dhp:qsu:v name
|
| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| shellsnoop | 74 while getopts dhp:qsu:v name
|
| /src/crypto/external/apache2/openssl/dist/test/smime-certs/ |
| mksmime-certs.sh | 61 $OPENSSL genpkey -genparam -algorithm DHX -out dhp.pem 62 $OPENSSL genpkey -paramfile dhp.pem -out smdh.pem 63 rm dhp.pem
|
| /src/crypto/external/bsd/openssl/dist/demos/certs/ |
| mkcerts.sh | 49 [ -f dhp.pem ] || $OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_prime_len:1024 -out dhp.pem 52 $OPENSSL genpkey -paramfile dhp.pem -out dhskey.pem 66 $OPENSSL genpkey -paramfile dhp.pem -out dhckey.pem
|
| /src/crypto/external/bsd/openssl.old/dist/demos/certs/ |
| mkcerts.sh | 49 [ -f dhp.pem ] || $OPENSSL genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_prime_len:1024 -out dhp.pem 52 $OPENSSL genpkey -paramfile dhp.pem -out dhskey.pem 66 $OPENSSL genpkey -paramfile dhp.pem -out dhckey.pem
|
| /src/external/gpl3/binutils.old/dist/libsframe/ |
| sframe.c | 1007 sframe_header *dhp; local 1008 dhp = sframe_decoder_get_header (ctx); 1009 return sframe_get_hdr_size (dhp); 1027 sframe_header *dhp; local 1028 dhp = sframe_decoder_get_header (dctx); 1029 return dhp->sfh_preamble.sfp_version; 1037 const sframe_header *dhp = sframe_decoder_get_header (dctx); local 1038 return dhp->sfh_preamble.sfp_flags; 1045 sframe_header *dhp; local 1046 dhp = sframe_decoder_get_header (ctx) 1054 sframe_header *dhp; local 1089 sframe_header *dhp; local 1221 sframe_header *dhp = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/libsframe/ |
| sframe.c | 1009 sframe_header *dhp; local 1010 dhp = sframe_decoder_get_header (ctx); 1011 return sframe_get_hdr_size (dhp); 1029 sframe_header *dhp; local 1030 dhp = sframe_decoder_get_header (dctx); 1031 return dhp->sfh_preamble.sfp_version; 1039 const sframe_header *dhp = sframe_decoder_get_header (dctx); local 1040 return dhp->sfh_preamble.sfp_flags; 1047 sframe_header *dhp; local 1048 dhp = sframe_decoder_get_header (ctx) 1056 sframe_header *dhp; local 1091 sframe_header *dhp; local 1223 sframe_header *dhp = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/libsframe/ |
| sframe.c | 975 sframe_header *dhp; local 976 dhp = sframe_decoder_get_header (ctx); 977 return sframe_get_hdr_size (dhp); 995 sframe_header *dhp; local 996 dhp = sframe_decoder_get_header (dctx); 997 return dhp->sfh_preamble.sfp_version; 1004 sframe_header *dhp; local 1005 dhp = sframe_decoder_get_header (ctx); 1006 return dhp->sfh_cfa_fixed_fp_offset; 1013 sframe_header *dhp; local 1037 sframe_header *dhp; local 1169 sframe_header *dhp = NULL; local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| Makefile | 51 bcm4708-buffalo-wzr-1750dhp.dtb \ 52 bcm4708-buffalo-wzr-1166dhp.dtb \ 63 bcm47081-buffalo-wzr-900dhp.dtb \ 69 bcm4709-buffalo-wxr-1900dhp.dtb \
|
| /src/crypto/external/apache2/openssl/dist/demos/certs/ |
| mkcerts.sh | 54 [ -f dhp.pem ] || opensslcmd genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_prime_len:1024 -out dhp.pem 57 opensslcmd genpkey -paramfile dhp.pem -out dhskey.pem 71 opensslcmd genpkey -paramfile dhp.pem -out dhckey.pem
|
| /src/crypto/external/bsd/openssl/dist/test/smime-certs/ |
| mksmime-certs.sh | 73 $OPENSSL genpkey -genparam -algorithm DHX -out dhp.pem 75 $OPENSSL genpkey -paramfile dhp.pem -out smdh.pem 85 rm -f req.pem ecp.pem ecp2.pem dsap.pem dhp.pem dhpub.pem smtmp.pem smroot.srl
|
| /src/crypto/external/bsd/openssl.old/dist/test/smime-certs/ |
| mksmime-certs.sh | 73 -out dhp.pem 75 $OPENSSL genpkey -paramfile dhp.pem -out smdh.pem 85 rm -f req.pem ecp.pem ecp2.pem dsap.pem dhp.pem dhpub.pem smtmp.pem smroot.srl
|
| /src/external/gpl3/binutils/dist/libsframe/ |
| sframe.c | 1407 const sframe_header *dhp; local 1475 dhp = &dctx->sfd_header; 1476 if (!sframe_header_sanity_check_p (dhp)) 1481 hdrsz = sframe_get_hdr_size (dhp); 1485 if (sframe_fde_tbl_alloc (&dctx->sfd_funcdesc, dhp->sfh_num_fdes)) 1492 if (sframe_fde_tbl_init (dctx->sfd_funcdesc, frame_buf + dhp->sfh_fdeoff, 1493 frame_buf + dhp->sfh_freoff, 1494 &fidx_size, dhp->sfh_num_fdes, sfp->sfp_version)) 1503 dctx->sfd_fres = (char *) malloc (dhp->sfh_fre_len); 1510 memcpy (dctx->sfd_fres, frame_buf + dhp->sfh_freoff, dhp->sfh_fre_len) 1532 const sframe_header *dhp = sframe_decoder_get_header (ctx); local 1541 const sframe_header *dhp = sframe_decoder_get_header (dctx); local 1550 const sframe_header *dhp = sframe_decoder_get_header (dctx); local 1559 const sframe_header *dhp = sframe_decoder_get_header (dctx); local 1567 const sframe_header *dhp = sframe_decoder_get_header (ctx); local 1575 const sframe_header *dhp = sframe_decoder_get_header (ctx); local 1625 const sframe_header *dhp = sframe_decoder_get_header (ctx); local 1754 const sframe_header *dhp = sframe_decoder_get_header (ctx); local [all...] |
| /src/sys/fs/msdosfs/ |
| direntry.h | 132 uint16_t *ddp, uint16_t *dtp, uint8_t *dhp);
|
| msdosfs_conv.c | 121 u_int16_t *ddp, u_int16_t *dtp, u_int8_t *dhp) 152 if (dhp) 153 *dhp = (tsp->tv_sec & 1) * 100 + tsp->tv_nsec / 10000000; 164 if (dhp) 165 *dhp = 0;
|
| /src/external/cddl/osnet/dev/dtrace/ |
| dtrace_ioctl.c | 46 dof_helper_t *dhp; local 50 dhp = NULL; 55 dhp = (dof_helper_t *)addr; 56 addr = (caddr_t)(uintptr_t)dhp->dofhp_dof; 58 if (p->p_pid == dhp->dofhp_pid) { 62 p = pfind(dhp->dofhp_pid); 76 dof = dtrace_dof_copyin_pid(dhp->dofhp_pid, addr, &rval); 89 if ((rval = dtrace_helper_slurp(dof, dhp, p)) != -1) { 90 dhp->dofhp_gen = rval;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| t1_lib.c | 2440 DH *dhp = NULL; local 2457 dhp = DH_new(); 2458 if (dhp == NULL) 2462 DH_free(dhp); 2482 if (p == NULL || !DH_set0_pqg(dhp, p, NULL, g)) { 2483 DH_free(dhp); 2488 return dhp;
|