Searched refs:class (Results 276 - 300 of 528) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlib.c165 datalink_class_t class; local
170 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class,
205 if (class != DATALINK_CLASS_PART) {
569 datalink_class_t class; local
575 * Make sure that the datalinkid provided is an IB partition class
578 if ((dladm_datalink_id2info(handle, partid, NULL, &class, NULL, NULL, 0)
582 if (class != DATALINK_CLASS_PART)
H A Dlibdliptun.c244 datalink_class_t class; local
249 NULL, &class, NULL, NULL, 0)) != DLADM_STATUS_OK)
251 if (class != DATALINK_CLASS_IPTUN)
458 datalink_class_t class; local
461 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class, NULL,
464 if (class != DATALINK_CLASS_IPTUN)
H A Dlibdlstat.c314 datalink_class_t class; local
327 if (dladm_datalink_id2info(handle, linkid, NULL, &class, NULL,
332 if (class == DATALINK_CLASS_PHYS) {
569 * adds the class as a selector.
574 const char *name, const char *class)
591 if (class == NULL || strcmp(class, "flow") != 0) {
609 (class == NULL || strcmp(ksp->ks_class, class) == 0))
1207 datalink_class_t class; local
573 dladm_kstat_lookup(kstat_ctl_t *kcp, const char *module, int instance, const char *name, const char *class) argument
1240 datalink_class_t class; local
2401 datalink_class_t class; local
2868 datalink_class_t class; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm41 my($class,%arg) = @_;
42 my $sock = $class->SUPER::new();
92 my($class,$domain,$type,$protocol) = @_;
93 my $sock1 = $class->new();
94 my $sock2 = $class->new();
373 object. The new object will be created in the same class as the listen
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dform.t137 -attributes=>{'catch'=>{'class'=>'red'}});
142 <option class="red" value="catch">catch</option>
158 <option class="red" value="catch">catch</option>
175 <option class="red" value="catch">catch</option>
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c715 datalink_class_t class; local
721 link, &linkid, &flags, &class, &media) !=
726 if (class == DATALINK_CLASS_VLAN) {
734 &class, &media, NULL, 0)) != DLADM_STATUS_OK) {
742 if ((class != DATALINK_CLASS_PHYS && class != DATALINK_CLASS_AGGR) ||
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c94 if ((key_p->class != CKO_PRIVATE_KEY) ||
107 if ((key_p->class != CKO_PUBLIC_KEY) ||
161 if ((pubkey->class != CKO_PUBLIC_KEY) ||
165 if ((prikey->class != CKO_PRIVATE_KEY) ||
487 if ((key->class != CKO_PRIVATE_KEY) || (key->key_type != CKK_EC)) {
552 if ((key->class != CKO_PUBLIC_KEY) ||(key->key_type != CKK_EC)) {
H A DsoftKeysUtil.c67 CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG keylen, CK_ULONG mode,
85 rv = soft_build_key(pTemplate, ulCount, new_objp, class, key_type,
1458 if (hkey_p->class != CKO_SECRET_KEY && hkey_p->class !=
1476 if (hkey_p->class != CKO_SECRET_KEY)
1483 if (hkey_p->class == CKO_SECRET_KEY) {
1519 if (wrappingKey_p->class == CKO_SECRET_KEY) {
1570 if ((hkey_p->class != CKO_SECRET_KEY) && (plain_data != NULL)) {
1673 /* Scan the attribute template for the object class. */
1688 * object's class i
65 soft_gen_keyobject(CK_ATTRIBUTE_PTR pTemplate, CK_ULONG ulCount, CK_ULONG *objecthandle_p, soft_session_t *sp, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG keylen, CK_ULONG mode, boolean_t internal) argument
[all...]
H A DsoftKeystore.h45 uint64_t class;
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh595 # if_configure type class interface_list
598 # `interface_list' according to their /etc/hostname[6].* files. `class'
599 # describes the class of interface (e.g., "IPMP"), as a diagnostic aid.
606 class=$2
617 [ -n "$class" ] && desc="$class $desc"
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh340 # The class-specific dispadmin(1M) and priocntl(1) binaries must be native
345 rm -rf $ZONEROOT/usr/lib/class
346 mkdir $ZONEROOT/usr/lib/class || exit 1
348 find /usr/lib/class -type d -o -type f | while read x; do
/osnet-11/usr/src/cmd/sendmail/src/
H A Dsm_resolve.c214 int type, class, ttl, size, txtlen; local
225 GETSHORT(class, p);
256 (*rr)->rr_class = class;
378 ** rr_class -- resource record class
/osnet-11/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c86 char *class; local
94 if ((class = sysevent_get_class_name (ev)) == NULL)
100 if ((strcmp (class, EC_DEV_STATUS) != 0) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm19 my ($class, $data, $encname) = @_;
31 bless $self => $class;
198 -- this module may be used as a base class so method names that appear
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm121 This is a class method that constructs a C<Pod::InputSource> object and
135 my $class = ref($this) || $this;
146 ## Bless ourselves into the desired class and perform any initialization
147 bless $self, $class;
248 This is a class method that constructs a C<Pod::Paragraph> object and
263 my $class = ref($this) || $this;
280 ## Bless ourselves into the desired class and perform any initialization
281 bless $self, $class;
440 This is a class method that constructs a C<Pod::InteriorSequence> object
457 my $class
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbhub.c232 if (dev->descdev.class == 0x09)
294 if (dev->descdev.class == GRUB_USB_CLASS_HUB)
487 if (next_dev->descdev.class == 0x09)
540 if (dev && dev->descdev.class == 0x09)
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dpata.c338 grub_uint32_t class; local
347 /* Read class. */
349 class = grub_pci_read (addr);
358 /* Check if this class ID matches that of a PCI IDE Controller. */
359 if (!cs5536 && (class >> 16 != 0x0101))
371 compat = (class >> (8 + 2 * i)) & 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dattrs.t85 like $@, qr/^Can't declare class for non-scalar \@socks in "my"/;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs39 new(class, name, oflags, ...)
40 char *class;
58 "(class, name, oflags, ...)");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm149 my $class = shift;
150 my $this = $class->SUPER::new( @_ );
162 $class->_reset_globals if $CGI::PERLEX;
164 return bless $this, $class;
H A DCookie.pm46 my $class = shift;
48 return $class->parse($raw_cookie);
54 my $class = shift;
115 my ( $class, @params ) = @_;
116 $class = ref( $class ) || $class;
132 bless $self, $class;
465 form using the parse() class method:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DFunctions.pm60 This module exports convenience functions for all of the class methods
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbignum.pm121 my $class;
125 require Math::BigInt::Trace; $class = 'Math::BigInt::Trace';
142 $class = 'Math::BigInt'; # regardless of MBIL or not
145 $class->import(@import, upgrade => $upgrade, lib => $lib);
149 require Math::BigFloat::Trace; $class = 'Math::BigFloat::Trace';
154 require Math::BigFloat; $class = 'Math::BigFloat';
156 $class->import(':constant','downgrade',$downgrade);
345 might morph into a different class than BigFloat.
395 Return the class that numbers are upgraded to, is in fact returning
H A DCPAN.pm289 my($class) = shift;
297 bless { deps => \@deps }, $class;
316 my $class = shift(@_);
317 # warn "autoload[$autoload] class[$class]";
393 my($class,$s) = @_;
394 my $self = bless { qmod => $s }, $class;
407 my($class,$what) = @_;
419 my $class = shift;
441 my $obj = bless { qmod => $what }, $class;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, argument
224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);

Completed in 671 milliseconds

<<11121314151617181920>>