Home
last modified time | relevance | path

Searched refs:dhp (Results 1 – 25 of 25) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c628 dt_idhash_populate(dt_idhash_t *dhp) in dt_idhash_populate() argument
630 const dt_ident_t *idp = dhp->dh_tmpl; in dt_idhash_populate()
632 dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */ in dt_idhash_populate()
633 dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp); in dt_idhash_populate()
636 if (dt_idhash_insert(dhp, idp->di_name, in dt_idhash_populate()
648 dt_idhash_t *dhp; in dt_idhash_create() local
656 if ((dhp = malloc(size)) == NULL) in dt_idhash_create()
659 bzero(dhp, size); in dt_idhash_create()
660 dhp->dh_name = name; in dt_idhash_create()
661 dhp->dh_tmpl = tmpl; in dt_idhash_create()
[all …]
H A Ddt_pcb.c93 dt_pcb_pop_ident(dt_idhash_t *dhp, dt_ident_t *idp, void *arg) in dt_pcb_pop_ident() argument
98 dt_idhash_delete(dhp, idp); in dt_pcb_pop_ident()
H A Ddt_parser.c1576 dt_idhash_t *dhp; in dt_node_decl() local
1585 dhp = yypcb->pcb_locals; in dt_node_decl()
1587 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
1590 dhp = dtp->dt_tls; in dt_node_decl()
1592 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
1595 dhp = dtp->dt_globals; in dt_node_decl()
1735 if (dt_idhash_nextid(dhp, &id) == -1) { in dt_node_decl()
1738 dsp->ds_ident, dt_idhash_name(dhp)); in dt_node_decl()
1742 dt_idhash_name(dhp), dt_idkind_name(idkind), in dt_node_decl()
1745 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind, in dt_node_decl()
[all …]
H A Ddt_as.c80 dt_countvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_countvar() argument
92 dt_copyvar(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_copyvar() argument
H A Ddt_program.c404 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_header_decl() argument
453 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_header_probe() argument
H A Ddt_pragma.c54 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp) in dt_pragma_apply() argument
H A Ddt_cc.c125 dt_idreset(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) in dt_idreset() argument
134 dt_idpragma(dt_idhash_t *dhp, dt_ident_t *idp, void *ignored) in dt_idpragma() argument
1792 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp) in dt_reduceid() argument
1795 dt_idhash_delete(dhp, idp); in dt_reduceid()
H A Ddt_dof.c398 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dof_add_probe() argument
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm4708-buffalo-wzr-1166dhp.dts10 #include "bcm4708-buffalo-wzr-1166dhp-common.dtsi"
13 compatible = "buffalo,wzr-1166dhp", "brcm,bcm4708";
H A Dbcm4708-buffalo-wzr-1166dhp2.dts10 #include "bcm4708-buffalo-wzr-1166dhp-common.dtsi"
H A Dbcm47081-buffalo-wzr-900dhp.dts15 compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
H A Dbcm4708-buffalo-wxr-1750dhp.dts13 compatible = "buffalo,wxr-1750dhp", "brcm,bcm4708";
H A Dbcm4709-buffalo-wxr-1900dhp.dts15 compatible = "buffalo,wxr-1900dhp", "brcm,bcm4709", "brcm,bcm4708";
H A Dbcm4708-buffalo-wzr-1750dhp.dts15 compatible = "buffalo,wzr-1750dhp", "brcm,bcm4708";
/freebsd/crypto/openssl/demos/certs/
H A Dmkcerts.sh54 [ -f dhp.pem ] || opensslcmd genpkey -genparam -algorithm DH -pkeyopt dh_paramgen_prime_len:1024 -o…
57 opensslcmd genpkey -paramfile dhp.pem -out dhskey.pem
71 opensslcmd genpkey -paramfile dhp.pem -out dhckey.pem
/freebsd/crypto/openssl/test/smime-certs/
H A Dmksmime-certs.sh61 $OPENSSL genpkey -genparam -algorithm DHX -out dhp.pem
62 $OPENSSL genpkey -paramfile dhp.pem -out smdh.pem
63 rm dhp.pem
/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c34 dof_helper_t *dhp; in dtrace_ioctl_helper() local
38 dhp = NULL; in dtrace_ioctl_helper()
43 dhp = (dof_helper_t *)addr; in dtrace_ioctl_helper()
44 addr = (caddr_t)(uintptr_t)dhp->dofhp_dof; in dtrace_ioctl_helper()
46 if (p->p_pid == dhp->dofhp_pid) { in dtrace_ioctl_helper()
49 p = pfind(dhp->dofhp_pid); in dtrace_ioctl_helper()
70 if ((rval = dtrace_helper_slurp(dof, dhp, p)) != -1) { in dtrace_ioctl_helper()
71 dhp->dofhp_gen = rval; in dtrace_ioctl_helper()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_subr.c89 u_int16_t *dtp, u_int8_t *dhp) in smb_time_unix2dos() argument
97 timespec2fattime(&tt, 1, ddp, dtp, dhp); in smb_time_unix2dos()
H A Dsmbfs_subr.h178 u_int16_t *dtp, u_int8_t *dhp);
/freebsd/sys/kern/
H A Dsubr_fattime.c139 uint16_t *dtp, uint8_t *dhp) in timespec2fattime()
148 if (dhp != NULL) in timespec2fattime()
149 *dhp = (tsp->tv_sec & 1) * 100 + tsp->tv_nsec / 10000000; in timespec2fattime()
138 timespec2fattime(const struct timespec * tsp,int utc,uint16_t * ddp,uint16_t * dtp,uint8_t * dhp) timespec2fattime() argument
/freebsd/sys/sys/
H A Dclock.h173 u_int16_t *dtp, u_int8_t *dhp);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in481 openssl genpkey -paramfile dhp.pem -out dhkey.pem
485 openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt group:ffdhe2048
489 openssl genpkey -genparam -algorithm DHX -out dhp.pem -pkeyopt dh_rfc5114:2
493 openssl genpkey -genparam -algorithm DHX -out dhp.pem -text \
499 openssl genpkey -genparam -algorithm DHX -out dhp.pem -text \
505 openssl genpkey -genparam -algorithm DH -out dhp.pem \
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c9500 dtrace_helper_provide_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
9502 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9565 dhpb.dthpb_mod = dhp->dofhp_mod;
9589 dtrace_helper_provide(dof_helper_t *dhp, pid_t pid) argument
9591 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9604 dtrace_helper_provide_one(dhp, sec, pid);
9618 dtrace_helper_provider_remove_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
9620 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9646 dtrace_helper_provider_remove(dof_helper_t *dhp, pid_t pid) argument
9648 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2080 nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p, struct nfscldeleghead *dhp) in nfscl_umount() argument
2142 nfscl_delegreturnall(clp, p, dhp); in nfscl_umount()
3535 struct nfscldeleghead *dhp) in nfscl_delegreturnall() argument
3544 if (dhp != NULL) { in nfscl_delegreturnall()
3546 TAILQ_INSERT_HEAD(dhp, dp, nfsdl_list); in nfscl_delegreturnall()
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c4260 EVP_PKEY *dhp = NULL; in ssl_get_auto_dh() local
4313 || EVP_PKEY_fromdata(pctx, &dhp, EVP_PKEY_KEY_PARAMETERS, params) != 1) in ssl_get_auto_dh()
4321 return dhp; in ssl_get_auto_dh()