Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_ident.c626 dt_idhash_populate(dt_idhash_t *dhp) in dt_idhash_populate() argument
628 const dt_ident_t *idp = dhp->dh_tmpl; in dt_idhash_populate()
630 dhp->dh_tmpl = NULL; /* clear dh_tmpl first to avoid recursion */ in dt_idhash_populate()
631 dt_dprintf("populating %s idhash from %p\n", dhp->dh_name, (void *)idp); in dt_idhash_populate()
634 if (dt_idhash_insert(dhp, idp->di_name, in dt_idhash_populate()
646 dt_idhash_t *dhp; in dt_idhash_create() local
654 if ((dhp = malloc(size)) == NULL) in dt_idhash_create()
657 bzero(dhp, size); in dt_idhash_create()
658 dhp->dh_name = name; in dt_idhash_create()
659 dhp->dh_tmpl = tmpl; in dt_idhash_create()
[all …]
Ddt_parser.c1553 dt_idhash_t *dhp; in dt_node_decl() local
1562 dhp = yypcb->pcb_locals; in dt_node_decl()
1564 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
1567 dhp = dtp->dt_tls; in dt_node_decl()
1569 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
1572 dhp = dtp->dt_globals; in dt_node_decl()
1712 if (dt_idhash_nextid(dhp, &id) == -1) { in dt_node_decl()
1715 dsp->ds_ident, dt_idhash_name(dhp)); in dt_node_decl()
1719 dt_idhash_name(dhp), dt_idkind_name(idkind), in dt_node_decl()
1722 idp = dt_idhash_insert(dhp, dsp->ds_ident, idkind, in dt_node_decl()
[all …]
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()
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
Ddt_program.c404 dt_header_decl(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_header_decl() argument
457 dt_header_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dt_header_probe() argument
Ddt_pragma.c54 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp) in dt_pragma_apply() argument
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
1788 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp) in dt_reduceid() argument
1791 dt_idhash_delete(dhp, idp); in dt_reduceid()
Ddt_dof.c398 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dof_add_probe() argument
/freebsd-12-stable/sys/gnu/dts/mips/
DMZK-750DHP.dts13 label = "mzk-750dhp:green:wps";
18 label = "mzk-750dhp:green:power";
23 label = "mzk-750dhp:green:wlan5g";
/freebsd-12-stable/sys/cddl/dev/dtrace/
Ddtrace_ioctl.c36 dof_helper_t *dhp; in dtrace_ioctl_helper() local
40 dhp = NULL; in dtrace_ioctl_helper()
45 dhp = (dof_helper_t *)addr; in dtrace_ioctl_helper()
46 addr = (caddr_t)(uintptr_t)dhp->dofhp_dof; in dtrace_ioctl_helper()
48 if (p->p_pid == dhp->dofhp_pid) { in dtrace_ioctl_helper()
51 p = pfind(dhp->dofhp_pid); in dtrace_ioctl_helper()
72 if ((rval = dtrace_helper_slurp(dof, dhp, p)) != -1) { in dtrace_ioctl_helper()
73 dhp->dofhp_gen = rval; in dtrace_ioctl_helper()
/freebsd-12-stable/sys/fs/smbfs/
Dsmbfs_subr.c91 u_int16_t *dtp, u_int8_t *dhp) in smb_time_unix2dos() argument
99 timespec2fattime(&tt, 1, ddp, dtp, dhp); in smb_time_unix2dos()
Dsmbfs_subr.h180 u_int16_t *dtp, u_int8_t *dhp);
/freebsd-12-stable/sys/kern/
Dsubr_fattime.c141 uint16_t *dtp, uint8_t *dhp) in timespec2fattime() argument
150 if (dhp != NULL) in timespec2fattime()
151 *dhp = (tsp->tv_sec & 1) * 100 + tsp->tv_nsec / 10000000; in timespec2fattime()
/freebsd-12-stable/sys/sys/
Dclock.h181 u_int16_t *dtp, u_int8_t *dhp);
/freebsd-12-stable/sys/gnu/dts/arm/
Dbcm47081-buffalo-wzr-900dhp.dts15 compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
Dbcm4709-buffalo-wxr-1900dhp.dts15 compatible = "buffalo,wxr-1900dhp", "brcm,bcm4709", "brcm,bcm4708";
Dbcm4708-buffalo-wzr-1750dhp.dts15 compatible = "buffalo,wzr-1750dhp", "brcm,bcm4708";
/freebsd-12-stable/crypto/openssl/doc/man1/
Dgenpkey.pod278 openssl genpkey -genparam -algorithm DH -out dhp.pem \
289 openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt dh_rfc5114:2
293 openssl genpkey -paramfile dhp.pem -out dhkey.pem
/freebsd-12-stable/crypto/openssl/ssl/
Dt1_lib.c2440 DH *dhp = NULL; in ssl_get_auto_dh() local
2457 dhp = DH_new(); in ssl_get_auto_dh()
2458 if (dhp == NULL) in ssl_get_auto_dh()
2462 DH_free(dhp); in ssl_get_auto_dh()
2482 if (p == NULL || !DH_set0_pqg(dhp, p, NULL, g)) { in ssl_get_auto_dh()
2483 DH_free(dhp); in ssl_get_auto_dh()
2488 return dhp; in ssl_get_auto_dh()
/freebsd-12-stable/crypto/openssl/ssl/statem/
Dstatem_srvr.c2534 DH *dhp = ssl_get_auto_dh(s); in tls_construct_server_key_exchange() local
2536 if (pkdh == NULL || dhp == NULL) { in tls_construct_server_key_exchange()
2537 DH_free(dhp); in tls_construct_server_key_exchange()
2543 EVP_PKEY_assign_DH(pkdh, dhp); in tls_construct_server_key_exchange()
2549 DH *dhp = s->cert->dh_tmp_cb(s, 0, 1024); in tls_construct_server_key_exchange() local
2550 pkdh = ssl_dh_to_pkey(dhp); in tls_construct_server_key_exchange()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c9441 dtrace_helper_provide_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
9443 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9506 dhpb.dthpb_mod = dhp->dofhp_mod;
9530 dtrace_helper_provide(dof_helper_t *dhp, pid_t pid) argument
9532 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9545 dtrace_helper_provide_one(dhp, sec, pid);
9559 dtrace_helper_provider_remove_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
9561 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
9587 dtrace_helper_provider_remove(dof_helper_t *dhp, pid_t pid) argument
9589 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof;
[all …]
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clstate.c1932 nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p, struct nfscldeleghead *dhp) in nfscl_umount() argument
1994 nfscl_delegreturnall(clp, p, dhp); in nfscl_umount()
3377 struct nfscldeleghead *dhp) in nfscl_delegreturnall() argument
3386 if (dhp != NULL) { in nfscl_delegreturnall()
3388 TAILQ_INSERT_HEAD(dhp, dp, nfsdl_list); in nfscl_delegreturnall()