Searched refs:class (Results 351 - 375 of 528) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c466 retval = nvlist_lookup_string(nvl, "path-class",
574 char class[MAXNAMELEN]; local
594 iocsc.class = class;
597 strcpy(iocsc.class, path_class);
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.h46 class FCHBAPort : public HBAPort {
H A DHBAPort.h43 class HBAPort : public Lockable {
H A DTgtFCHBAPort.h45 class TgtFCHBAPort : public HBAPort {
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c421 datalink_class_t class; local
437 NULL, &class, &media, linkname, sizeof (linkname));
439 !((class == DATALINK_CLASS_PHYS) ||
440 (class == DATALINK_CLASS_SIMNET)) || (media != DL_ETHER)) {
1242 datalink_class_t class; local
1254 NULL, &class, &media, linkname, sizeof (linkname));
1256 !((class == DATALINK_CLASS_PHYS || class ==
1566 datalink_class_t class; local
1569 if ((dladm_datalink_id2info(handle, linkid, NULL, &class, NUL
[all...]
H A Dlinkprop.c1001 datalink_class_t class, uint32_t media, prop_desc_t *pdp, char **prop_val,
1009 if (!(pdp->pd_class & class))
1120 datalink_class_t class; local
1124 status = dladm_datalink_id2info(handle, linkid, NULL, &class, &media,
1137 s = i_dladm_set_single_prop(handle, linkid, class, media, pdp,
1277 datalink_class_t class; local
1284 status = dladm_datalink_id2info(handle, linkid, NULL, &class, &media,
1291 if (!(prop_table[i].pd_class & class))
1318 datalink_class_t class; local
1357 status = dladm_datalink_id2info(handle, linkid, NULL, &class,
1000 i_dladm_set_single_prop(dladm_handle_t handle, datalink_id_t linkid, datalink_class_t class, uint32_t media, prop_desc_t *pdp, char **prop_val, uint_t val_cnt, uint_t flags) argument
1459 datalink_class_t class; local
1626 datalink_class_t class; local
2102 datalink_class_t class; local
2139 datalink_class_t class; local
3117 datalink_class_t class; local
3175 datalink_class_t class; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.c83 #define asn1_is_eoc(class, num, indef) \
84 ((class) == UNIVERSAL && !(num) && !(indef))
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpci.h269 uint32_t class;
347 * we only need to know the class of the device and not the exact
349 * set a class value other than 0.
351 unsigned short class;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.pm73 Use the name of the class for the object reference, C<$object>, as the
100 Use the name of the class for the object reference, C<$object>, as the
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c74 if (key_p->class == CKO_SECRET_KEY) {
124 if (key_p->class == CKO_SECRET_KEY) {
H A DkernelEncrypt.c94 if (key_p->class == CKO_SECRET_KEY) {
146 if (key_p->class == CKO_SECRET_KEY) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_subr.c187 const char *class = dtrace_class_name(attr.dtat_class); local
189 if (name == NULL || data == NULL || class == NULL)
192 (void) snprintf(buf, len, "%s/%s/%s", name, data, class);
347 static const char class[] = "uCpgIc"; local
350 a.dtat_data < sizeof (stability) && a.dtat_class < sizeof (class)) {
352 stability[a.dtat_data], class[a.dtat_class]);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm531 my $class = shift;
591 Net::Cmd - Network Command class (as used by FTP, SMTP etc)
601 C<Net::Cmd> is a collection of methods that can be inherited by a sub class
622 debug level for the class.
625 debug level for a given class.
665 over-ridden by a sub-class of C<Net::Cmd>
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_comm.c632 * This may fail for various reasons (rpc error / class busy / class locked ...)
875 * suspend the commd for a given set/class combination.
879 * class number or 0 (meaning all classes)
887 mdmn_suspend(set_t setno, md_mn_msgclass_t class, long timeout) argument
894 if ((setno >= MD_MAXSETS) || (class >= MD_MN_NCLASSES)) {
912 msc.msc_class = class;
936 * resume the commd for a given set/class combination.
940 * class number or 0 (meaning all classes)
947 mdmn_resume(set_t setno, md_mn_msgclass_t class, uint_ argument
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c307 * the bus class since there's no delimiter. If the
315 * non-PCI class devices like the xaui (class sun4v.)
552 char class[PICL_CLASSNAMELEN_MAX]; local
578 class, sizeof (class));
584 if (strcmp(class, val) == 0) {
590 strcmp(class, PICL_CLASS_PCI) == 0) {
596 strcmp(class, PICL_CLASS_PCIEX) == 0) {
2084 char class [PICL_CLASSNAMELEN_MA local
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_prop.c1376 * Populates the ipmgmt_prop_arg_t based on the class of property.
1389 uint_t class = pdp->ipd_class; local
1399 switch (class) {
1875 i_ipadm_walk_proptbl(ipadm_prop_desc_t *pdtbl, uint_t proto, uint_t class, argument
1881 if (!(pdp->ipd_class & class))
1888 * we found a class specific match, call the
1897 * Walks through all the properties, for a given protocol and property class
1904 ipadm_walk_proptbl(uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, argument
1915 switch (class) {
1934 i_ipadm_walk_proptbl(pdtbl, proto, class, fun
1955 ipadm_walk_prop(const char *pname, uint_t proto, uint_t class, ipadm_prop_wfunc_t *func, void *arg) argument
[all...]
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c47 CK_OBJECT_CLASS class; /* class of the key for wrap/unwrap */ member in struct:_wrap_info
287 CK_OBJECT_CLASS class; local
295 attrs[0].pValue = &class;
296 attrs[0].ulValueLen = sizeof (class);
324 switch (class) {
895 objclass = wrap_info->class;
1276 * get the object class and key type for unwrap template
1306 if (wrap_info.class == CKO_SECRET_KEY) {
1391 wrap_info.class
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c224 CK_OBJECT_CLASS class; local
231 SETATTR(templ, 0, CKA_CLASS, &class, sizeof (class));
235 if (ckrv != CKR_OK || class != CKO_CERTIFICATE) {
2177 CK_OBJECT_CLASS class; local
2180 templ.pValue = &class;
2185 if (class == CKO_PUBLIC_KEY) {
2187 } else if (class == CKO_PRIVATE_KEY) {
2189 } else if (class == CKO_SECRET_KEY) {
2958 CK_OBJECT_CLASS class; local
3498 CK_OBJECT_CLASS class = CKO_SECRET_KEY; local
3866 CK_OBJECT_CLASS class = CKO_SECRET_KEY; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm25 my $class = "Math::BigFloat";
40 # class constants, use Class->constant_name() to access
75 sub TIESCALAR { my ($class) = @_; bless \$round_mode, $class; }
117 my ($class,$wanted,@r) = @_;
120 return $class->bzero() if !defined $wanted; # default to 0
123 $class->import() if $IMPORT == 0; # make require work
125 my $self = {}; bless $self, $class;
127 if ((ref($wanted)) && (ref($wanted) ne $class))
155 Carp::croak ("$wanted is not a number initialized to $class");
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t1397 my $class = $s{$char};
1401 if ($class =~ /^[LM]/) {
1413 if ($class =~ /^[LMN]/ && $char ne "_") {
1442 if ($class =~ /^C/) {
1454 if ($class =~ /^Z[lp]/ || $char eq " ") {
1466 if ($class =~ /^Nd$/) {
1478 if ($class =~ /^([LMNPS])|Co/) {
1490 if ($class =~ /^Ll$/) {
1502 if ($class =~ /^([LMNPS])|Co|Zs/) {
1514 if ($class
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c208 fprintf(file, ";;\t%s, type = %s, class = %s\n",
429 * that C_ANY is a qclass but not a class. (You can ask for records of class
430 * C_ANY, but you can't have any records of that class in the database.)
665 * Return a mnemonic for class.
668 p_class(int class) { argument
673 result = sym_ntos(__p_class_syms, class, &success);
676 if (class < 0 || class > 0xffff)
678 sprintf(classbuf, "CLASS%d", class);
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c243 * Trim leading and trailing characters in the set defined by class
245 * For example, if the input buffer contained "ABtext23" and class
252 strtrim(char *buf, const char *class) argument
260 p += strspn(p, class);
269 if (strspn(q, class) == 0)
278 * Strip the characters in the set defined by class from a buffer
281 * and class contains "123XYZ", the buffer will contain "A text string"
288 strstrip(char *buf, const char *class) argument
297 p += strspn(p, class);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm14 use B qw(class main_cv main_root main_start cstring comppadlist
83 nice '['.class($sv).']';
196 nice '-'.class($sv).'-',
257 nice '-'.class($sv).'-',
670 my $gv = class($op) eq 'SVOP' ?
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm2 # Pod/Parser.pm -- package which defines a base class for parsing POD docs.
20 Pod::Parser - base class for creating POD filters and translators
82 B<Pod::Parser> is a base class for creating POD filters and translators.
95 just the base class implementation for the following methods:
141 For the most part, the B<Pod::Parser> base class should be able to
263 The base class implementation of this method simply treats the raw POD
303 The base class implementation of this method simply prints the textblock
322 class method will usually do what you want). It is passed the following
349 The base class implementation of this method simply prints the text block
384 The base class implementatio
[all...]
H A DPerldoc.pm59 # End of class-init stuff
88 sub opt_M_with { # specify formatter class name(s)
158 # Figure out what class(es) that could actually mean...
183 my $class = shift;
185 print "Parameters to $class\->run:\n";
195 return $class -> new(@_) -> process() || 0;
202 my $class = shift;
203 my $new = bless {@_}, (ref($class) || $class);
204 DEBUG > 1 and print "New $class objec
[all...]

Completed in 296 milliseconds

<<11121314151617181920>>