| /freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_ident.c | 626 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 …]
|
| HD | dt_pcb.c | 93 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()
|
| HD | dt_parser.c | 1553 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 …]
|
| HD | dt_as.c | 80 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
|
| HD | dt_program.c | 404 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
|
| HD | dt_pragma.c | 54 dt_pragma_apply(dt_idhash_t *dhp, dt_ident_t *idp) in dt_pragma_apply() argument
|
| HD | dt_cc.c | 125 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 1831 dt_reduceid(dt_idhash_t *dhp, dt_ident_t *idp, dtrace_hdl_t *dtp) in dt_reduceid() argument 1834 dt_idhash_delete(dhp, idp); in dt_reduceid()
|
| HD | dt_dof.c | 398 dof_add_probe(dt_idhash_t *dhp, dt_ident_t *idp, void *data) in dof_add_probe() argument
|
| /freebsd-11-stable/sys/gnu/dts/mips/ |
| HD | MZK-750DHP.dts | 13 label = "mzk-750dhp:green:wps"; 18 label = "mzk-750dhp:green:power"; 23 label = "mzk-750dhp:green:wlan5g";
|
| /freebsd-11-stable/sys/cddl/dev/dtrace/ |
| HD | dtrace_ioctl.c | 36 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() 47 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-11-stable/sys/fs/smbfs/ |
| HD | smbfs_subr.c | 89 u_int16_t *dtp, u_int8_t *dhp) in smb_time_unix2dos() argument 97 timespec2fattime(&tt, 1, ddp, dtp, dhp); in smb_time_unix2dos()
|
| HD | smbfs_subr.h | 178 u_int16_t *dtp, u_int8_t *dhp);
|
| /freebsd-11-stable/sys/kern/ |
| HD | subr_fattime.c | 139 uint16_t *dtp, uint8_t *dhp) in timespec2fattime() argument 148 if (dhp != NULL) in timespec2fattime() 149 *dhp = (tsp->tv_sec & 1) * 100 + tsp->tv_nsec / 10000000; in timespec2fattime()
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | bcm47081-buffalo-wzr-900dhp.dts | 16 compatible = "buffalo,wzr-900dhp", "brcm,bcm47081", "brcm,bcm4708";
|
| HD | bcm4709-buffalo-wxr-1900dhp.dts | 16 compatible = "buffalo,wxr-1900dhp", "brcm,bcm4709", "brcm,bcm4708";
|
| HD | bcm4708-buffalo-wzr-1750dhp.dts | 16 compatible = "buffalo,wzr-1750dhp", "brcm,bcm4708";
|
| /freebsd-11-stable/sys/sys/ |
| HD | clock.h | 179 u_int16_t *dtp, u_int8_t *dhp);
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | genpkey.pod | 271 openssl genpkey -genparam -algorithm DH -out dhp.pem \ 282 openssl genpkey -genparam -algorithm DH -out dhp.pem -pkeyopt dh_rfc5114:2 286 openssl genpkey -paramfile dhp.pem -out dhkey.pem
|
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | s3_srvr.c | 1616 DH *dh = NULL, *dhp; in ssl3_send_server_key_exchange() local 1677 dhp = cert->dh_tmp; in ssl3_send_server_key_exchange() 1678 if ((dhp == NULL) && (s->cert->dh_tmp_cb != NULL)) in ssl3_send_server_key_exchange() 1679 dhp = s->cert->dh_tmp_cb(s, in ssl3_send_server_key_exchange() 1684 if (dhp == NULL) { in ssl3_send_server_key_exchange() 1697 if ((dh = DHparams_dup(dhp)) == NULL) { in ssl3_send_server_key_exchange()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 9360 dtrace_helper_provide_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument 9362 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof; 9425 dhpb.dthpb_mod = dhp->dofhp_mod; 9449 dtrace_helper_provide(dof_helper_t *dhp, pid_t pid) argument 9451 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof; 9464 dtrace_helper_provide_one(dhp, sec, pid); 9478 dtrace_helper_provider_remove_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument 9480 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof; 9506 dtrace_helper_provider_remove(dof_helper_t *dhp, pid_t pid) argument 9508 uintptr_t daddr = (uintptr_t)dhp->dofhp_dof; [all …]
|