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

12

/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c282 dladm_handle_t dh; local
284 if (dladm_open(&dh, NETADM_ACTIVE_PROFILE) != DLADM_STATUS_OK)
288 dladm_close(dh);
291 (*vh)->vh_dh = dh;
685 lookup_vnic(dladm_handle_t dh, datalink_id_t vnicid, void *arg) argument
696 if (dladm_datalink_id2info(dh, vnicid, NULL, NULL, NULL,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DPacklist.pm258 my $dh = IO::Dir->new($dir) || return(0);
259 my @count = $dh->read();
260 $dh->close();
H A DMM_Unix.pm2676 my $dh = new DirHandle;
2677 $dh->open($dir || ".") or return ();
2678 @ls = $dh->read;
2679 $dh->close;
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h39 #include <openssl/dh.h>
127 DH *dh; member in struct:_pkinit_req_crypto_context
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c506 struct grub_squash_dirent_header dh; local
509 err = read_chunk (dir->data, &dh, sizeof (dh),
514 off += sizeof (dh);
515 for (i = 0; i < (unsigned) grub_le_to_cpu32 (dh.nelems) + 1; i++)
533 + grub_le_to_cpu32 (dh.ino_chunk),
560 node->ino_chunk = grub_le_to_cpu32 (dh.ino_chunk);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.s2121 test %dh, %dh
2123 test $0x01, %dh
2125 test $0x02, %dh
2127 test $0x04, %dh
2129 test $0x08, %dh
2131 test $0x10, %dh
2133 test $0x20, %dh
2135 test $0x40, %dh
2371 test $0x01, %dh
[all...]
H A Dstrcmp.s1995 test $0x01, %dh
1998 test $0x02, %dh
2001 test $0x04, %dh
2004 test $0x08, %dh
2007 test $0x10, %dh
2010 test $0x20, %dh
2013 test $0x40, %dh
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dasm.S471 xorb %dh, %dh
1161 movb 0x14(%ebp), %dh
1301 movb %dh, %al
1371 movb $0, %dh
2241 * %dh = row (0 is top)
2261 movb %dh, %al
2273 * %dh = row (0 is top)
2283 movb 0x10(%esp), %dh /* %dh
[all...]
H A Dstart.S232 movb 11(%si), %dh
242 * %dh = head
H A Dbuiltins.c3800 auto void lba_to_chs (int lba, int *cl, int *ch, int *dh);
3801 void lba_to_chs (int lba, int *cl, int *ch, int *dh)
3814 *dh = head;
3763 lba_to_chs(int lba, int *cl, int *ch, int *dh) argument
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c623 DevinfoDevHandler *dh; local
625 dh = &devinfo_cpu_handler;
631 dh->add (NULL, node, devfs_path, device_type);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c585 register struct dolnod *dh; local
587 if(dh=ap->dolh)
588 dh->dolrefcnt++;
589 return(dh);
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Ddiskboot.S218 movb 11(%si), %dh
228 * %dh = head
H A Dlnxboot.S208 movb $0xFF, %dh
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c477 dlpi_handle_t dh; local
484 if (dlpi_open(str, &dh, 0) != DLPI_SUCCESS) {
512 if (dlpi_info(dh, &dlinfo, DLPI_INFO_VERSION) !=
514 dlpi_close(dh);
519 dlpi_close(dh);
/osnet-11/usr/src/lib/libsoftcrypto/
H A DMakefile.com66 DH_DIR = $(SRC_REL)/common/crypto/dh
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm773 my $dh = *{defstash->NAME."::DATA"};
774 unless (eof $dh) {
777 print <$dh>;
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c278 i_ipadm_ngz_persist_if(dladm_handle_t dh, dladm_datalink_info_t *di, void *arg) argument
H A Dipadm_addr.c3792 dlpi_handle_t dh = NULL; local
3805 if (dlpi_open(addr->ipadm_ifname, &dh, 0) != DLPI_SUCCESS) {
3809 if (dlpi_bind(dh, ETHERTYPE_IP, NULL) != DLPI_SUCCESS ||
3810 dlpi_info(dh, &dlinfo, DLPI_INFO_VERSION) != DLPI_SUCCESS) {
3811 dlpi_close(dh);
3815 dlpi_close(dh);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs971 opendir my $dh, $inc or die "$inc:$!";
973 for my $f (grep /\.pm$/o, readdir($dh)){
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm916 my $dh = DirHandle->new(File::Spec->curdir)
919 for ($dh->read) {
985 my $dh = DirHandle->new($self->{ID});
1414 my($incdir,$bdir,$dh);
1420 if ($dh = DirHandle->new($bdir)) { # may fail
1422 for $entry ($dh->read) {
3935 my $dh = DirHandle->new(File::Spec->curdir)
3937 my @readdir = grep $_ !~ /^\.\.?(?!\n)\Z/s, $dh->read; ### MAC??
3938 $dh->close;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm141 'eth' => q|\dh{}|, # 0xF0 - latin small letter eth

Completed in 211 milliseconds

12