Searched refs:class (Results 226 - 250 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DFCSyseventBridge.h50 class FCSyseventBridge :
H A DTrace.h45 * @doc The Trace class provides stack tracing, and basic
48 class Trace {
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c66 static char ** get_txt_records(struct hesiod_p *ctx, int class,
339 * Given a DNS class and a DNS name, do a lookup for TXT records, and
343 get_txt_records(struct hesiod_p *ctx, int class, const char *name) { argument
346 int class; /*%< RR class */ member in struct:__anon2421
360 n = res_nmkquery(ctx->res, QUERY, name, class, T_TXT, NULL, 0,
414 rr.class = ns_get16(cp);
424 if (rr.class != class || rr.type != T_TXT)
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c258 CK_OBJECT_CLASS *class)
268 *class = *((CK_OBJECT_CLASS*)template[i].pValue);
849 * attributes associated with the type (i.e. class) of the object. Also,
856 CK_OBJECT_CLASS class = object_p->class; local
860 switch (class) {
1251 new_object->class = CKO_PUBLIC_KEY;
1704 new_object->class = CKO_PRIVATE_KEY;
1919 new_object->class = CKO_SECRET_KEY;
2183 * call the appropriate build function according to the class o
257 kernel_validate_attr(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, CK_OBJECT_CLASS *class) argument
2196 CK_OBJECT_CLASS class = (CK_OBJECT_CLASS)~0UL; local
2907 CK_OBJECT_CLASS class = object_p->class; local
3292 CK_OBJECT_CLASS class = object_p->class; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dstab.c254 ** QUEUEUP_MACROS -- queueup the macros in a class
256 ** Write the macros listed in the specified class into the
260 ** class -- class ID.
269 queueup_macros(class, qfp, e)
270 int class;
280 class = bitidx(class);
289 bitnset(bitidx(class), s->s_class) &&
303 ** COPY_CLASS -- copy class member
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDebug.pm6 use B qw(peekop class walkoptree walkoptree_exec
14 printf <<'EOT', class($op), $$op, ${$op->next}, ${$op->sibling}, $op->ppaddr, $op->targ, $op->type, $op->seq, $op->flags, $op->private;
75 my $cop_io = class($op->io) eq 'SPECIAL' ? '' : $op->io->as_string;
119 print class($sv), " = NULL\n";
122 printf <<'EOT', class($sv), $$sv, $sv->REFCNT, $sv->FLAGS;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm37 my $class = shift;
42 ? bless \$id, $class
153 IPC::Semaphore - SysV Semaphore IPC object class
176 A class providing an object based interface to SysV IPC semaphores.
271 Returns an object of type C<IPC::Semaphore::stat> which is a sub-class of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm106 my $class;
110 require Math::BigInt::Trace; $class = 'Math::BigInt::Trace';
127 $class = 'Math::BigInt'; # regardless of MBIL or not
130 $class->import(@import, upgrade => $upgrade, lib => $lib);
221 underlying object might morph into a different class than BigFloat.
H A DDigest.pm24 shift; # class ignored
34 my $class = $_;
36 ($class, @args) = @$class if ref($class);
38 unless (exists ${"$class\::"}{"VERSION"}) {
39 my $pm_file = $class . ".pm";
47 return $class->new(@args, @_);
54 my $class = shift;
56 $class
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c111 "specifies the NCU class - valid values are \'phys\' and \'ip\'",
522 * Are ncu type and class compatible?
525 nwam_ncu_type_class_compatible(nwam_ncu_type_t type, nwam_ncu_class_t class) argument
529 switch (class) {
543 switch (class) {
552 return (class == 0);
558 * Convert the given type and class to a class flag
561 nwam_ncu_type_class_to_flag(nwam_ncu_type_t type, nwam_ncu_class_t class) argument
563 if (!nwam_ncu_type_class_compatible(type, class))
608 nwam_ncu_class_to_string(nwam_ncu_type_t type, nwam_ncu_class_t class, char *buf, uint_t bufsize) argument
1368 nwam_ncu_class_t class = DATALINK_CLASS_PHYS; /* default to physical */ local
1425 uint64_t type = NWAM_NCU_TYPE_INTERFACE, class, matchflags, walkfilter; local
1568 nwam_ncu_create(nwam_ncp_handle_t ncph, const char *name, nwam_ncu_type_t type, nwam_ncu_class_t class, uint64_t flags, nwam_ncu_handle_t *ncuhp) argument
2494 uint64_t class; local
2840 uint64_t type, class; local
2930 uint64_t class; local
3080 nwam_ncu_get_default_proplist(nwam_ncu_type_t type, nwam_ncu_class_t class, const char ***prop_list, uint_t *numvalues) argument
3138 nwam_ncu_class_t class; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c265 CK_OBJECT_CLASS *class)
275 *class = *((CK_OBJECT_CLASS*)template[i].pValue);
378 if (object_p->class != CKO_CERTIFICATE ||
1055 * attributes associated with the type (i.e. class) of the object. Also,
1062 CK_OBJECT_CLASS class = object_p->class; local
1065 switch (class) {
1578 new_object->class = CKO_PUBLIC_KEY;
2223 new_object->class = CKO_PRIVATE_KEY;
2596 new_object->class
264 soft_validate_attr(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, CK_OBJECT_CLASS *class) argument
3651 CK_OBJECT_CLASS class = (CK_OBJECT_CLASS)~0UL; local
3715 soft_build_key(CK_ATTRIBUTE_PTR template, CK_ULONG ulAttrNum, soft_object_t *new_object, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type, CK_ULONG key_len, CK_ULONG mode) argument
4722 CK_OBJECT_CLASS class = object_p->class; local
5168 CK_OBJECT_CLASS class = object_p->class; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs179 #define SX_CLASS 'b' /* Object is blessed, class name length <255 */
180 #define SX_LG_CLASS 'B' /* Object is blessed, class name length >255 */
299 HV *hook; /* cache for hook methods per class name */
950 * To achieve that, the class name of the last retrieved object is passed down
951 * recursively, and the first SEEN() call for which the class name is not NULL
1194 cxt->classnum = -1; /* Reset class numbers */
1237 * used to assign sequential tags (numbers) to class names for blessed
1251 * the STORABLE_freeze hook routines, when found in some class name.
1359 * the STORABLE_thaw hook routines, when found in some class name.
1382 cxt->classnum = 0; /* ...and class name
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgrade.inc12 # with ^, since then we test whether it has the proper class and that it left
15 my $version = ${"$class\::VERSION"};
49 my $CALC = $class->config()->{lib}; ok ($CALC,$CL);
63 $round_mode = $_; $round_mode =~ s/^\$/$class\->/; next;
67 $expected_class = $class;
72 $try = "\$x = $class->new(\"$args[0]\");";
75 $try = "\$x = $class->bnorm(\"$args[0]\");";
109 $try .= "\$y = $class->new(\"$args[1]\");"; # BigInt
146 $try .= " \$z = $class->new('$args[2]'); ";
148 $try .= "$class\
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm118 Tie::Array - base class for tied arrays
185 The class method is invoked by the command C<tie @array, classname>. Associates
186 an array instance with the specified class. C<LIST> would represent
188 to complete the association. The method should return an object of a class which
195 class's mapping of C<undef> should be returned for new positions.
211 class's mapping of C<undef> should be returned for new positions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm57 class => '$', # pwent[5]
155 if (pw_has("class")) {
156 $pw_class = $pwob->class ( $_[5] );
223 C<class>, C<gecos>, C<dir>, C<shell>, and C<expire>. The C<passwd>,
245 C<comment> or C<class>. Some machines do not support C<expire>,
281 While this class is currently implemented using the Class::Struct
282 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c176 jclass class = (*env)->FindClass( local
179 jboolean is_pool = (*env)->IsInstanceOf(env, pool, class);
494 char *class; member in struct:zjni_class_type_map
531 jobject obj, jclass class)
535 /* Mappings of class names to zfs_type_t */
556 * Is the given class an instance of the class in the mapping?
558 jclass typeClass = (*env)->FindClass(env, mappings[i].class);
561 env, typeClass, isAssignableFrom, class);
530 Java_com_sun_zfs_common_model_SystemDataModel_getValidPropertyNames(JNIEnv *env, jobject obj, jclass class) argument
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdllink.c132 datalink_class_t class, datalink_media_t dmedia, uint32_t flags)
139 class, dmedia, flags));
249 datalink_class_t class; local
253 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class,
258 switch (class) {
930 datalink_class_t class; local
936 if ((status = dladm_datalink_id2info(handle, linkid, &flags, &class,
944 if ((class != DATALINK_CLASS_PHYS) || !(flags & DLADM_OPT_PERSIST) ||
1111 datalink_class_t class; local
1114 status = dladm_datalink_id2info(handle, linkid, NULL, &class, NUL
131 dladm_walk(dladm_walkcb_t *fn, dladm_handle_t handle, void *arg, datalink_class_t class, datalink_media_t dmedia, uint32_t flags) argument
[all...]
/osnet-11/usr/src/lib/libslp/javalib/
H A DMakefile39 -$(RM) $(CLASSES)/$(PKGPATH)/*.class $(CLASSES)/$(PKGPATH)/*.properties
48 # Make the class dir, if it doesn't exist
/osnet-11/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c77 "class",
232 static cfga_err_t list_common(list_stat_t *lstatp, const char *class);
238 const char *class, list_stat_t *lstatp);
638 * V1 interfaces don't support prefiltering, no class
673 char *class; local
688 class = NULL;
689 if ((rc = parse_listopt((char *)listopts, &class, errstring))
694 prefilter = (class == NULL) ? 0 : 1;
715 rc = list_common(&lstat, class);
721 rc = stat_common(num_ap_ids, ap_ids, class,
1628 char *class = NULL, *drv = NULL; local
1686 char *class = NULL; local
2466 list_common(list_stat_t *lstatp, const char *class) argument
2715 stat_common( int num_ap_ids, char *const *ap_ids, const char *class, list_stat_t *lstatp) argument
2837 char *class; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c166 uint_t class, subclass; local
181 (void) pci_classcode_get(mod, dn, &class, &subclass);
204 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) {
434 uint_t class, subclass; local
460 if (pci_classcode_get(mod, din, &class, &subclass) < 0) {
472 if (class == PCI_CLASS_BRIDGE && subclass == PCI_BRIDGE_PCI) {
490 else if (class == PCI_CLASS_NET &&
526 } else if (class == PCI_CLASS_MASS) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm2 # Base class for classes which implement encodings
41 my $class = ref($obj) ? ref($obj) : $obj;
42 Carp::croak $class, "->encode() not defined!";
48 my $class = ref($obj) ? ref($obj) : $obj;
49 Carp::croak $class, "->encode() not defined!";
74 base class module and add encode() and decode() methods.
254 C<Encode::Encoding> as a base class. This allows that class to define
262 to create an object with C<< bless {Name => ...}, $class >>, and call
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm134 While this class is currently implemented using the Class::Struct
135 module to build a struct-like class, you shouldn't rely upon this.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc3 ok ($class->config()->{lib},$CL);
19 $setup = $_; $setup =~ s/\$/\$${class}::/g; # round_mode, div_scale
33 $try = "\$x = new $class \"$args[0]\";";
84 $try .= "\$y = new $class \"$args[1]\";";
114 $try .= "\$z = $class->new(\"$args[2]\");";
145 # if (ref($ans1) eq "$class")
158 # check whether $class->new( Math::BigInt->new()) destroys it
160 $x = Math::BigInt->new(1200); $y = $class->new($x);
166 $x = $class->new(2); $x->bzero(); ok_undef ($x->{_a}); ok_undef ($x->{_p});
167 $x = $class
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dprotoent.pm91 While this class is currently implemented using the Class::Struct
92 module to build a struct-like class, you shouldn't rely upon this.
H A Dservent.pm108 While this class is currently implemented using the Class::Struct
109 module to build a struct-like class, you shouldn't rely upon this.

Completed in 1744 milliseconds

1234567891011>>