Searched refs:Handle (Results 76 - 100 of 107) sorted by relevance

12345

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c730 * PARAMETERS: Handle - Handle to the containing object
731 * Path - Path to method, relative to Handle
747 ACPI_HANDLE Handle,
762 Status = AcpiUtEvaluateObject (Handle, Path, ACPI_BTYPE_BUFFER, &ObjDesc);
746 AcpiRsGetMethodData( ACPI_HANDLE Handle, char *Path, ACPI_BUFFER *RetBuffer) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm11 use IO::Handle;
24 @ISA = qw(IO::Handle);
317 is built upon the L<IO::Handle> interface and inherits all the methods defined
318 by L<IO::Handle>.
458 L<Socket>, L<IO::Handle>, L<IO::Socket::INET>, L<IO::Socket::UNIX>
H A DSelect.pm258 function call. It allows the user to see what IO handles, see L<IO::Handle>,
283 Each handle can be an C<IO::Handle> object, an integer or an array
284 reference where the first element is an C<IO::Handle> or an integer.
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/debugger/
H A Ddbdisply.c684 ACPI_HANDLE Handle; local
690 Handle = ACPI_TO_POINTER (ACPI_STRTOUL (ObjectArg, NULL, 16));
692 Status = AcpiGetObjectInfo (Handle, &Info);
H A Ddbexec.c178 ACPI_HANDLE Handle; local
190 Status = AcpiGetHandle (NULL, Info->Pathname, &Handle);
198 Status = AcpiGetObjectInfo (Handle, &ObjInfo);
H A Ddbutils.c303 AcpiDmDisplayInternalObject (ObjDesc->Reference.Handle, NULL);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.xs262 MODULE = IO PACKAGE = IO::Handle PREFIX = io_
278 MODULE = IO PACKAGE = IO::Handle PREFIX = f
384 not_here("IO::Handle::setbuf");
391 Perl_croak(aTHX_ "Usage: IO::Handle::setvbuf(handle, buf, type, size)");
415 RETVAL = (SysRet) not_here("IO::Handle::setvbuf");
433 RETVAL = (SysRet) not_here("IO::Handle::sync");
513 * constant subs for IO::Handle
515 stash = gv_stashpvn("IO::Handle", 10, TRUE);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
H A Dposix.t236 like ($@, qr/^Use method IO::Handle::gets\(\) instead/,
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacresrc.h275 ACPI_HANDLE Handle,
H A Dactbl2.h810 UINT8 Handle; member in struct:acpi_ivrs_device8c
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c623 pr0->Package.Elements[i].Reference.Handle,
652 devs->Package.Elements[i].Reference.Handle, on_off,
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutcopy.c279 ExternalObject->Reference.Handle =
653 InternalObject->Reference.Node = ExternalObject->Reference.Handle;
821 /* Handle the objects with extra data */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm370 An optional filehandle (or IO::Handle ) that output will be printed to.
419 An optional filehandle (or IO::Handle ) that output will be printed to.
474 An optional filehandle (or IO::Handle ) to which the output string will be
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm315 $fd->{tmp_copy} = IO::Handle->new_from_fd($fd->{handle}, $fd->{mode});
319 bless $fd->{handle}, 'IO::Handle'
320 unless eval { $fd->{handle}->isa('IO::Handle') } ;
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/
H A Dacpica.c652 gpeobj = gpe->Package.Elements[0].Reference.Handle;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm193 =head2 Example - a Hexadecimal Handle
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm68 || UNIVERSAL::isa($from, 'IO::Handle'))
73 || UNIVERSAL::isa($to, 'IO::Handle'))
369 references, or objects inheriting from IO::Handle;
/opensolaris-onvv-gate/usr/src/uts/sun4/ml/
H A Dswtch.s99 ! *or* by fp_disabled. Handle it either way.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm48 wrapper around a filehandle or C<IO::Handle>-type object (or anything
100 an C<IO::Handle> object of some kind (or at least something that
/opensolaris-onvv-gate/usr/src/lib/libnwam/
H A DREADME509 NWAM_HANDLE_UNBOUND Handle not bound to entity
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dxsubpp767 Handle => $FH,
809 $FH = $data->{Handle} ;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm602 of C<IO::Handle>. These methods implement the functionality required for a
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dpower.c530 * Handle the softints....
988 *gpe_dev = gpe->Package.Elements[0].Reference.Handle;
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_dr.c1193 if (obj->Package.Elements[i].Reference.Handle == NULL) {
1199 rc = (*cb)(obj->Package.Elements[i].Reference.Handle,
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dusb.ids13268 0ce Handle Bars
14039 08F Block Handle
14041 091 Type Specific Block Handle

Completed in 187 milliseconds

12345