Searched refs:class (Results 126 - 150 of 528) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/sun_fc/common/
H A DLinkEvent.h39 class LinkEvent : public Event {
H A DTargetEvent.h42 class TargetEvent : public Event {
H A DTgtFCHBA.h41 class TgtFCHBA : public HBA {
/osnet-11/usr/src/lib/libdladm/common/
H A Dsecobj.c63 dladm_check_secobjclass(dladm_secobj_class_t class) argument
65 return (class >= 0 && class < NSECOBJCLASS);
69 dladm_str2secobjclass(const char *str, dladm_secobj_class_t *class) argument
77 *class = i;
85 dladm_secobjclass2str(dladm_secobj_class_t class, char *buf) argument
89 if (!dladm_check_secobjclass(class))
92 s = secobj_class_table[class].sc_name;
99 dladm_convert_secobjclass(dladm_secobj_class_t class, argument
102 if (!dladm_check_secobjclass(class))
110 dladm_convert_dldsecobjclass(dld_secobj_class_t dldclass, dladm_secobj_class_t *class) argument
127 dladm_set_secobj(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t class, uint8_t *obj_val, uint_t obj_len, uint_t flags) argument
424 dladm_secobj_class_t class; local
552 i_dladm_set_secobj_db(dladm_handle_t handle, const char *obj_name, dladm_secobj_class_t class, uint8_t *obj_val, uint_t obj_len) argument
[all...]
H A Dlibdlvnic.c226 datalink_class_t class; local
247 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class,
251 if (class == DATALINK_CLASS_VLAN) {
510 datalink_class_t class; local
534 &class, &media, NULL, 0)) != DLADM_STATUS_OK)
537 if (class == DATALINK_CLASS_VNIC ||
538 class == DATALINK_CLASS_VLAN)
561 class = is_vlan ? DATALINK_CLASS_VLAN :
563 if ((status = dladm_create_datalink_id_zone(handle, name, class,
609 status = dladm_vnic_persist_conf(handle, name, &attr, class, B_TRU
668 datalink_class_t vnic_class, class; local
818 datalink_class_t class; local
905 dladm_vnic_persist_conf(dladm_handle_t handle, const char *name, dladm_vnic_attr_t *attrp, datalink_class_t class, boolean_t create) argument
1069 datalink_class_t class; local
1114 datalink_class_t class; local
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c176 char *class; local
187 if ((class = sysevent_get_class_name(ev)) == NULL)
196 if (strcmp(class, EC_DEVFS) == 0) {
202 class, subclass, phys_path);
209 if (strcmp(class, EC_PWRCTL) == 0) {
214 } else if (strcmp(class, EC_DR) == 0) {
227 if (strcmp(class, EC_DR) == 0) {
232 if (strcmp(class, EC_PWRCTL) == 0) {
251 class, subclass, phys_path, dev_name, dev_hid, dev_uid, dev_index);
269 gchar class[102 local
497 sysevent_pwrctl(gchar *class, gchar *subclass, gchar *phys_path, gchar *dev_name, gchar *dev_hid, gchar *dev_uid, uint_t dev_index) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c113 int class, int type, /*%< class and type of query */
129 printf(";; res_query(%s, %d, %d)\n", name, class, type);
132 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
214 int class, int type, /*%< class and type of query */
238 return (res_nquery(statp, cp, class, type, answer, anslen));
247 ret = res_nquerydomain(statp, name, NULL, class, type,
275 class, type,
331 ret = res_nquerydomain(statp, name, NULL, class, typ
111 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
212 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
358 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
H A Dres_data.c164 int class, int type, /*!< class and type of query */
175 return (res_nmkquery(&_res, op, dname, class, type,
192 int class, int type, /*!< class and type of query */
200 return (res_nquery(&_res, name, class, type, answer, anslen));
257 int class, int type, /*!< class and type of query */
266 return (res_nsearch(&_res, name, class, type, answer, anslen));
272 int class, in
162 res_mkquery(int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
191 res_query(const char *name, int class, int type, u_char *answer, int anslen) argument
256 res_search(const char *name, int class, int type, u_char *answer, int anslen) argument
270 res_querydomain(const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_item_c.x50 %class item {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DSubclass.pm31 my $class = ref($proto) || $proto;
37 bless $self,$class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A Dtm.pm24 This module is used internally as a base class by Time::localtime And
29 This class is an internal interface only.
/osnet-11/usr/src/lib/rad/libjniutil/common/
H A Dlibjniutil.h41 * LOADPOINTER reads a pointer out of a long field, verifying the class
48 #define GETLONGFIELD(env, class, type, obj, field) \
49 (TYPECHK(env, obj, class), \
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c40 * class and keytype of the supplied object. The attributes are only
50 CK_OBJECT_CLASS class; local
53 /* first get the class */
55 attr.pValue = &class;
56 attr.ulValueLen = sizeof (class);
65 switch (class) {
93 rv = get_master_attributes_by_type(class, subtype,
104 * class/subclass of the object. The attributes are only initialized to
112 CK_OBJECT_CLASS class; local
116 found = get_template_ulong(CKA_CLASS, template, template_size, &class);
161 get_master_template_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
382 get_master_attributes_by_type(CK_OBJECT_CLASS class, CK_ULONG subtype, generic_attr_t **attributes, size_t *num_attributes) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm7 Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars
55 scalar instance with the specified class. C<LIST> would represent additional
71 option exists, should a class wish to perform specific actions upon the
123 my $class = shift;
125 return bless \$instance => $class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbase.pm32 my($class) = ref $proto || $proto;
33 return exists $Fattr->{$class};
64 my $class = shift;
89 Base class package "$base" is empty.
136 # ones to the derived class. Hang on to the original attribute
190 C<require> a base class module is determined by the absence of a global variable
/osnet-11/usr/src/lib/libbsm/
H A DxmlHandlers.pm49 my $class = shift; # for debug use
54 $currentObj = bless {'class' => $class,
69 # class method
85 # class method
105 my ($obj, $class, $string) = @_;
146 # print "charHandler: $currentObj->{'class'} $string\n" if $main::debug;
285 my $class = $kid->getClass();
286 return $kid if $class eq $whichKid;
317 return $pkg->{'class'};
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_property.c191 jclass class = (*env)->FindClass(env, propClass); local
208 env, class, "<init>", signature);
211 env, class, constructor, propName, propValue,
222 env, class, "<init>", signature);
225 env, class, constructor, propName, propValue,
284 jclass class = (*env)->FindClass(env, propClass); local
294 env, class, "<init>", signature);
297 class, constructor, propValue, propSource);
307 env, class, "<init>", signature);
310 class, constructo
345 jclass class = (*env)->FindClass(env, propClass); local
410 jclass class = (*env)->FindClass(env, propClass); local
436 jclass class = (*env)->FindClass(env, valueClass); local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_changelog.c69 syslog(LOG_DEBUG, "%s incore: selfid 0x%x class %d flags %d "
76 syslog(LOG_DEBUG, "%s ondisk: selfid 0x%x class %d flags %d "
91 (void) snprintf(tchar, sizeof (tchar), "%s class %d ",
148 * one per message class plus some spares.
207 /* commit class, and selfid */
295 md_mn_msgclass_t class; local
302 class = mdmn_get_message_class(msg->msg_type);
312 /* log entry for the class */
313 lr = &mdmn_changelog[setno][class];
315 /* Check if the class i
369 md_mn_msgclass_t class; local
422 mdmn_get_changelogrec(set_t setno, md_mn_msgclass_t class) argument
595 md_mn_msgclass_t class; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c343 CK_ULONG class,
355 // set the template class - specific default attributes
357 switch (class) {
470 CK_ULONG class,
474 if (class == CKO_DATA)
477 else if (class == CKO_CERTIFICATE) {
484 } else if (class == CKO_PUBLIC_KEY) {
492 } else if (class == CKO_PRIVATE_KEY) {
500 } else if (class == CKO_SECRET_KEY) {
509 } else if (class
342 template_add_default_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
469 template_check_required_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
847 template_get_class(TEMPLATE * tmpl, CK_ULONG * class, CK_ULONG * subclass) argument
952 CK_ULONG class; local
1105 template_validate_attribute(TEMPLATE * tmpl, CK_ATTRIBUTE * attr, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
1167 template_validate_attributes(TEMPLATE * tmpl, CK_ULONG class, CK_ULONG subclass, CK_ULONG mode) argument
[all...]
/osnet-11/usr/src/lib/libresolv/
H A Dres_mkquery.c120 res_mkquery(op, dname, class, type, data, datalen, newrr, buf, buflen)
123 int class, type; /* class and type of query */
137 printf("res_mkquery(%d, %s, %d, %d)\n", op, dname, class, type);
191 putshort(class, cp);
206 putshort(class, cp);
224 putshort(class, cp);
262 putshort(class, cp);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.c209 uint32_t class, uint16_t vendor, uint16_t device,
237 if (!class) {
251 if ((class >> 8) == driver->class) {
267 uint32_t class; local
310 class = (l >> 8) & 0xffffff;
333 scan_drivers(type, class, vendor, device, first_driver, dev);
345 dev->class = class;
207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
/osnet-11/usr/src/lib/pam_modules/authtok_check/
H A Drules.c39 #define RULE_CLASS '?' /* class rule? socialist ethic in cracker? */
196 * this function takes two inputs, a class identifier and a character, and
197 * returns non-null if the given character is a member of the class, based
202 MatchClass(register char class, register char input) argument
209 switch (class) {
295 if (isupper(class)) {
302 PolyStrchr(register char *string, register char class) argument
305 if (MatchClass(class, *string)) {
315 PolySubst(register char *string, register char class, register char new) argument
322 *(ptr++) = (MatchClass(class, *strin
331 PolyPurge(register char *string, register char class) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dpbkdf2.c59 CK_OBJECT_CLASS class = CKO_SECRET_KEY; local
71 tmpl[attrs].pValue = &class;
72 tmpl[attrs].ulValueLen = sizeof (class);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.pm36 my ($class, $obj, $fh, $indent) = @_;
57 $class->dump($val, $fh, $indent);
71 $class->dump($val, $fh, $indent);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToText.pm56 This is a "plug-in" class that allows Perldoc to use
57 Pod::Text as a formatter class.
68 This module may change to use a different text formatter class in the

Completed in 2315 milliseconds

1234567891011>>