Searched refs:Handle (Results 26 - 50 of 78) sorted by relevance

1234

/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcRegisterForAdapterPortEvents.cc30 #include "Handle.h"
63 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendCTPassThruV2.cc29 #include "Handle.h"
68 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendLIRR.cc55 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendRLS.cc29 #include "Handle.h"
64 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendRNIDV2.cc28 #include "Handle.h"
63 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendRPL.cc56 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendRPS.cc59 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendReadCapacity.cc30 #include "Handle.h"
49 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendReportLUNs.cc28 #include "Handle.h"
47 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendSRL.cc54 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcSendScsiInquiry.cc28 #include "Handle.h"
48 Handle *myHandle = Handle::findHandle(handle);
H A DHBAList.cc97 Handle* HBAList::openHBA(string name) {
117 return (new Handle(tmp));
136 Handle* HBAList::openTgtHBA(string name) {
156 return (new Handle(tmp));
219 * @return A valid Handle for later use by API calls
226 Handle* HBAList::openHBA(uint64_t wwn) {
238 return (new Handle(tmp, isPort ? tmp->getPortIndexByWWN(wwn) : 0));
252 * @return A valid Handle for later use by API calls
259 Handle* HBAList::openTgtHBA(uint64_t wwn) {
269 return (new Handle(tm
[all...]
H A DSun_fcRegisterForTargetEvents.cc30 #include "Handle.h"
70 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcScsiInquiryV2.cc29 #include "Handle.h"
72 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcScsiReadCapacityV2.cc69 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcScsiReportLUNsV2.cc69 Handle *myHandle = Handle::findHandle(handle);
H A DSun_fcGetFcpTargetMapping.cc35 #include "Handle.h"
43 Handle *myHandle = Handle::findHandle(handle);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/
H A DIO.pm19 my @l = @_ ? @_ : qw(Handle Seekable File Pipe Socket Dir);
35 use IO qw(Handle File); # loads IO modules, here IO::Handle, IO::File
43 IO::Handle
63 The loaded modules are IO::Handle, IO::Seekable, IO::File, IO::Pipe,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_poll.t20 use IO::Handle;
26 my $dupout = IO::Handle->new_from_fd(fileno($stdout),"w");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/Handle/
H A Dstdhandle.t8 use Tie::Handle;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm1 package IO::Handle;
5 IO::Handle - supply object methods for I/O handles
9 use IO::Handle;
11 $io = new IO::Handle;
17 $io = new IO::Handle;
23 use IO::Handle '_IOLBF';
32 C<IO::Handle> is the base class for all other IO handle classes. It is
33 not intended that objects of C<IO::Handle> would be created directly,
34 but instead C<IO::Handle> is inherited from by several other classes
47 Creates a new C<IO::Handle> objec
[all...]
H A DPipe.pm11 use IO::Handle;
58 $save = IO::Handle->new_from_fd($io, $mode);
69 bless $io, "IO::Handle";
145 @ISA = qw(IO::Handle);
208 arguments, which should be objects blessed into C<IO::Handle>, or a
224 The object is re-blessed into a sub-class of C<IO::Handle>, and becomes a
230 The object is re-blessed into a sub-class of C<IO::Handle>, and becomes a
244 L<IO::Handle>
H A DFile.pm45 C<IO::File> inherits from C<IO::Handle> and C<IO::Seekable>. It extends
102 L<IO::Handle>
122 @ISA = qw(IO::Handle IO::Seekable Exporter);
174 $file = IO::Handle::_open_mode_string($mode) . " $file\0";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm1 package Tie::Handle;
8 Tie::Handle, Tie::StdHandle - base class definitions for tied handles
13 require Tie::Handle;
15 @ISA = qw(Tie::Handle);
29 The basic B<Tie::Handle> package provides a C<new> method, as well as methods
110 This version of Tie::Handle is neither related to nor compatible with
111 the Tie::Handle (3.0) module available on CPAN. It was due to an
198 our @ISA = 'Tie::Handle';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen2.t19 use IO::Handle;

Completed in 2198 milliseconds

1234