Searched refs:class (Results 451 - 475 of 528) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm73 my($class) = ref $proto || $proto;
75 my $self = bless {}, $class;
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h674 CK_RV get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype,
676 CK_RV get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype,
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRSA.c421 if ((key_p->class != CKO_PRIVATE_KEY) ||
425 if ((key_p->class != CKO_PUBLIC_KEY) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm612 Any class may define hooks that will be called during the serialization
613 and deserialization process on objects that are instances of that class.
641 inherited, or defined in the class itself, like any other method.
655 discard that hook for this class and to therefore revert to the default
688 it tries to load the class by requiring the package dynamically (using
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl907 # + Added command to display parent inheritence tree of given class.
6820 B<m> I<class> Prints methods callable via the given class.
6822 B<i> I<class> Prints nested parents of given class.
6934 B<X> [I<Vars>] Same as \"B<V> I<current_package> [I<Vars>]\". B<i> I<class> inheritance tree.
7002 B<m> I<class> Prints methods callable via the given class.
7526 methods in the class corresponding to the current reference and in
7533 # Figure out the class
[all...]
H A Dutf8.pm184 One can have Unicode in identifier names, but not in package/class or
H A DAutoSplit.pm37 class hierarchy, and creates the file F<autosplit.ix>. This file acts as
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c3078 ipadm_if_class_t class; local
3179 class = IPADMIF_CLASS_VNI;
3181 class = IPADMIF_CLASS_LOOPBACK;
3183 class = IPADMIF_CLASS_IPMP;
3185 class = IPADMIF_CLASS_IP;
3190 if (class == IPADMIF_CLASS_LOOPBACK) {
3195 status = i_ipadm_plumb_if(iph, ifname, af, class, iflags);
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c1277 datalink_class_t class; local
1289 else if (dladm_datalink_id2info(handle, linkid, NULL, &class, NULL,
1292 else if (class != DATALINK_CLASS_BRIDGE)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPing.pm82 my $class = ref($this) || $this;
88 bless($self, $class);
505 my ($class,
H A DPOP3.pm366 Net::POP3 - Post Office Protocol 3 Client class (RFC1939)
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.c370 * In addition each AP target class has a separate option mask specifying
371 * which command options are valid for that target class.
520 opts->mid = (char *)a->class;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c994 .class = 0,
H A Ddavicom.c728 .class = 0,
H A Deepro100.c808 .class = 0
H A Dnatsemi.c779 .class = 0,
H A Dr8169.c853 .class = 0,
H A Dw89c840.c954 .class = 0,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables165 my $class = shift;
168 my $Table = bless [], $class;
346 shift(@_) if not ref $_[0]; ## if called as a constructor, lose the class
702 $comb, ## Canonical combining class (e.t. "230")
845 ## combining character with the "ABOVE" canonical combining class.
855 ## class, so we're not interested in this one
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL55 # This is called as a class method $module->dl_load_flags. The
57 # behaviour unless a sub-class of DynaLoader defines its own version.
794 Designed to be a method call, and to be overridden by a derived class
795 (i.e. a class which has DynaLoader in its @ISA). The definition in
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm350 Returns the combining class of the character as an integer.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm72 but rather as class methods:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm591 As a derived class from Pod::Parser, Pod::PlainText supports the same methods and
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1223 "class-code", &class_code);
1269 uint32_t class, subclass; local
1282 di_parent_node(dinode), "class-code", &class_code);
1290 "class-code", &class_code);
1295 "no class code for target"
1303 class = (*class_code >> 16) & 0xff;
1306 if (class != PCI_CLASS_MASS) {
1307 EPRINT("class code is not mass"
1309 busaddr, class);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c2005 if (base_key->class != CKO_PUBLIC_KEY &&
2006 base_key->class != CKO_PRIVATE_KEY) {
2038 switch (base_key->class) {
2087 if (base_key->class != CKO_PRIVATE_KEY) {

Completed in 130 milliseconds

<<11121314151617181920>>