Searched refs:dh (Results 1 - 25 of 47) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDirHandle.pm51 my $dh = gensym;
53 DirHandle::open($dh, $_[0])
56 bless $dh, $class;
60 my ($dh) = @_;
61 closedir($dh);
65 @_ == 2 or croak 'usage: $dh->open(DIRNAME)';
66 my ($dh, $dirname) = @_;
67 opendir($dh, $dirname);
71 @_ == 1 or croak 'usage: $dh->close()';
72 my ($dh)
[all...]
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s37 movb (%rsi),%dh
38 movb %dh,(%rdi) / move byte
39 cmpb %dh,%dl / is it the byte sought?
44 movb 1(%rsi),%dh
45 movb %dh,1(%rdi) / move byte
46 cmpb %dh,%dl / is it the byte sought?
51 movb 2(%rsi),%dh
52 movb %dh,2(%rdi) / move byte
53 cmpb %dh,%dl / is it the byte sought?
58 movb 3(%rsi),%dh
[all...]
H A Dstrlen.s142 test $0x01, %dh
145 test $0x02, %dh
148 test $0x04, %dh
151 test $0x08, %dh
154 test $0x10, %dh
157 test $0x20, %dh
160 test $0x40, %dh
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DDir.pm31 my $dh = gensym;
33 IO::Dir::open($dh, $_[0])
36 bless $dh, $class;
40 my ($dh) = @_;
41 closedir($dh);
45 @_ == 2 or croak 'usage: $dh->open(DIRNAME)';
46 my ($dh, $dirname) = @_;
48 unless opendir($dh, $dirname);
52 ${*$dh}{io_dir_path} = $dirname;
57 @_ == 1 or croak 'usage: $dh
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddrti.c96 dof_helper_t dh; local
133 dh.dofhp_dof = (uintptr_t)dof;
134 dh.dofhp_addr = elf->e_type == ET_DYN ? lmp->l_addr : 0;
137 (void) snprintf(dh.dofhp_mod, sizeof (dh.dofhp_mod),
140 (void) snprintf(dh.dofhp_mod, sizeof (dh.dofhp_mod),
165 if ((gen = ioctl(fd, DTRACEHIOC_ADDDOF, &dh)) == -1)
H A Ddt_pid.c518 dof_helper_t dh; local
549 dh.dofhp_dof = sym.st_value;
550 dh.dofhp_addr = (e_type == ET_EXEC) ? 0 : pmp->pr_vaddr;
552 dt_pid_objname(dh.dofhp_mod, sizeof (dh.dofhp_mod),
562 if (pr_ioctl(P, fd, DTRACEHIOC_ADDDOF, &dh, sizeof (dh)) < 0)
563 dt_dprintf("DOF was rejected for %s\n", dh.dofhp_mod);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/
H A DMakefile.PL62 my $dh;
63 opendir($dh, $p) || die("Can't read directory $_: $!\n");
65 grep(-d "$p/$_" && $_ =~ /^\d[\d.]+\d$/, readdir($dh))))[-1];
66 closedir($dh);
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.h35 #include <dh/dh_impl.h>
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_misc_proc.c116 void *dh; local
127 if ((dh = dlopen(LIBGSS, RTLD_NOLOAD)) == NULL) {
132 OIDptr = (gss_OID *)dlsym(dh, "GSS_C_NT_EXPORT_NAME");
138 g_import_name = (gss_fptr)dlsym(dh, "gss_import_name");
142 g_display_name = (gss_fptr)dlsym(dh, "gss_display_name");
146 g_release_name = (gss_fptr)dlsym(dh, "gss_release_name");
150 g_release_buffer = (gss_fptr)dlsym(dh, "gss_release_buffer");
154 g_release_oid = (gss_fptr)dlsym(dh, "gss_release_oid");
164 if ((dh = dlopen(MECHDH, RTLD_LAZY)) != NULL) {
166 OIDptr = (gss_OID *)dlsym(dh, "__DH_GSS_C_NT_NETNAM
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dparted_io.c110 struct ext2_dev_handle *dh; local
113 if ((dh = ped_malloc(sizeof(struct ext2_dev_handle))) == NULL)
119 dh->ops = &ops;
120 dh->cookie = monster;
124 return dh;
127 free(dh);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s38 movb 16(%esp),%dh / %dh = character to search for
45 cmpb %dh,%dl / is it the byte sought?
52 cmpb %dh,%dl / is it the byte sought?
59 cmpb %dh,%dl / is it the byte sought?
68 cmpb %dh,%dl / is it the byte sought?
H A Dmemchr.s72 cmpb %dh, %cl / if the second byte is %cl
77 cmpb %dh, %cl / if the fourth is %cl
/osnet-11/usr/src/lib/libuuid/common/
H A Detheraddr.c125 dlpi_handle_t dh; local
128 if (dlpi_open(linkname, &dh, 0) != DLPI_SUCCESS)
132 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR,
135 dlpi_close(dh);
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c47 did_hash_t *dh = did_hash_create(hdl); local
49 if (dh != NULL) {
50 topo_mod_setspecific(hdl, (void *) dh);
60 did_hash_t *dh = (did_hash_t *)topo_mod_getspecific(mod); local
63 if (dh == NULL)
65 did_hash_destroy(dh);
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_stable.c138 dlpi_handle_t dh = NULL; local
147 if (dlpi_open(physintf, &dh, 0) == DLPI_SUCCESS &&
148 dlpi_info(dh, &dlinfo, DLPI_INFO_VERSION) == DLPI_SUCCESS &&
155 dlpi_close(dh);
165 dlpi_close(dh);
168 if (dh != NULL)
169 dlpi_close(dh);
/osnet-11/usr/src/lib/libilb/common/
H A Dilb_subr.c172 * 5. (dh == 1 and l_sign <= 0) or (dh == -1 and l_sign > 0),
173 * ie, dh == +/- 2^64
177 * we need to express (for dh == 1):
184 * for dh == -1, all we have is
193 int64_t dh; local
203 dh = signed_diff64(i1h, i2h);
207 if (dh == 0) {
213 } else if (l_sign == sign64(dh) || abs(dh) >
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1203 i_dlstat_resolve_kstat_link_names(dladm_handle_t dh, datalink_id_t linkid, argument
1211 dladm_query_primary_linkid(dh, linkid, &ulinkid);
1214 if (dladm_datalink_id2info(dh, ulinkid, NULL, &class, NULL, modname,
1220 if (dladm_datalink_id2info(dh, linkid, NULL, &class, NULL,
1226 if (dladm_phys_info(dh, ulinkid, &dpa, DLADM_OPT_ACTIVE) !=
1237 i_dlstat_resolve_kstat_phys_names(dladm_handle_t dh, datalink_id_t linkid, argument
1250 if (dladm_datalink_id2info(dh, linkid, NULL, &class, NULL, modname,
1257 if (dladm_phys_info(dh, linkid, &dpa, DLADM_OPT_ACTIVE) !=
1421 i_dlstat_get_idlist(dladm_handle_t dh, datalink_id_t linkid, argument
1434 dladm_get_ring_counts(dh, linki
1673 i_dlstat_rx_hwlane_stats(dladm_handle_t dh, datalink_id_t linkid) argument
1777 dlstat_rx_lane_stats(dladm_handle_t dh, datalink_id_t linkid) argument
1946 i_dlstat_tx_hwlane_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2043 dlstat_tx_lane_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2082 dlstat_rx_lane_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2156 dlstat_tx_lane_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2267 dlstat_rx_ring_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2337 dlstat_tx_ring_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2392 i_dlstat_ring_total_stats(dladm_handle_t dh, datalink_id_t linkid, dladm_stat_type_t stattype) argument
2468 dlstat_rx_ring_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2476 dlstat_tx_ring_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2509 dlstat_link_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2566 dlstat_phys_total_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2730 dlstat_aggr_port_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2797 dlstat_link_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2857 dlstat_vdp_stats(dladm_handle_t dh, datalink_id_t linkid) argument
2967 dlstat_ecp_stats(dladm_handle_t dh, datalink_id_t linkid) argument
3037 dladm_link_stat_query(dladm_handle_t dh, datalink_id_t linkid, dladm_stat_type_t stattype) argument
3203 dladm_link_stat_query_all(dladm_handle_t dh, datalink_id_t linkid, dladm_stat_type_t stattype) argument
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c245 dlpi_close(dlpi_handle_t dh) argument
247 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
267 dlpi_info(dlpi_handle_t dh, dlpi_info_t *infop, uint_t version) argument
275 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
474 dlpi_bind(dlpi_handle_t dh, uint_t sap, uint_t *boundsap) argument
480 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
519 if (dlpi_unbind(dh) != DLPI_SUCCESS)
530 dlpi_unbind(dlpi_handle_t dh) argument
533 dlpi_impl_t *dip = (dlpi_impl_t *)dh;
549 i_dlpi_multi(dlpi_handle_t dh, t_uscalar_ argument
574 dlpi_enabmulti(dlpi_handle_t dh, const void *addrp, size_t addrlen) argument
580 dlpi_disabmulti(dlpi_handle_t dh, const void *addrp, size_t addrlen) argument
591 i_dlpi_promisc(dlpi_handle_t dh, t_uscalar_t op, uint_t level) argument
610 dlpi_promiscon(dlpi_handle_t dh, uint_t level) argument
616 dlpi_promiscoff(dlpi_handle_t dh, uint_t level) argument
622 dlpi_get_physaddr(dlpi_handle_t dh, uint_t type, void *addrp, size_t *addrlenp) argument
671 dlpi_set_physaddr(dlpi_handle_t dh, uint_t type, const void *addrp, size_t addrlen) argument
697 dlpi_send(dlpi_handle_t dh, const void *daddrp, size_t daddrlen, const void *msgbuf, size_t msglen, const dlpi_sendinfo_t *sendp) argument
754 dlpi_recv(dlpi_handle_t dh, void *saddrp, size_t *saddrlenp, void *msgbuf, size_t *msglenp, int msec, dlpi_recvinfo_t *recvp) argument
850 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, void *arg, dlpi_notifyid_t *id) argument
909 dlpi_disabnotify(dlpi_handle_t dh, dlpi_notifyid_t id, void **argp) argument
933 dlpi_fd(dlpi_handle_t dh) argument
941 dlpi_set_timeout(dlpi_handle_t dh, int sec) argument
953 dlpi_linkname(dlpi_handle_t dh) argument
966 dlpi_style(dlpi_handle_t dh) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dbitmap_scale.c157 int dh = dst->mode_info.height; local
166 for (dy = 0; dy < dh; dy++)
180 sy = sh * dy / dh;
240 int dh = dst->mode_info.height; local
249 for (dy = 0; dy < dh; dy++)
263 sy = sh * dy / dh;
279 int v = (256 * sh * dy / dh) - (sy * 256);
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S240 movzbl %dh, %eax
250 movb %dh, %ah
306 movb %al, %dh
314 * %dh = head
465 movb $0, %dh
472 movb $1, %dh
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator16.S159 movb %al, %dh
160 decb %dh
161 movb %dh, %ds:(%si)
166 movb %es:(%di), %dh
168 subb %dh, %al
/osnet-11/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S257 movb %dh, %al
265 movb %dh, %ah
323 movb 11(%si), %dh
331 * %dh = head
484 movb $0, %dh
491 movb $1, %dh
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtls.c66 DH *dh = NULL; local
68 if ((dh = DH_new()) == NULL)
70 dh->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL);
71 dh->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL);
72 if ((dh->p == NULL) || (dh->g == NULL))
74 return dh;
526 static DH *dh = NULL; local
953 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
955 if (dh
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dgptsync.c41 grub_uint8_t *dh)
52 *cl = *ch = *dh = 0xff;
58 *dh = head;
40 lba_to_chs(int lba, grub_uint8_t *cl, grub_uint8_t *ch, grub_uint8_t *dh) argument
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c518 ctx->dh = NULL;
535 if (req_cryptoctx->dh != NULL)
536 DH_free(req_cryptoctx->dh);
2347 if (cryptoctx->dh == NULL) {
2348 if ((cryptoctx->dh = DH_new()) == NULL)
2350 if ((cryptoctx->dh->g = BN_new()) == NULL ||
2351 (cryptoctx->dh->q = BN_new()) == NULL)
2357 cryptoctx->dh->p = get_rfc2409_prime_1024(NULL);
2361 cryptoctx->dh->p = BN_bin2bn(pkinit_2048_dhprime,
2366 cryptoctx->dh
2530 DH *dh = NULL; local
2597 DH *dh = NULL, *dh_server = NULL; local
3204 DH *dh = NULL; local
6865 print_dh(DH * dh, char *msg) argument
[all...]

Completed in 90 milliseconds

12