Searched defs:isa (Results 1 - 25 of 25) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A DMore.t47 # can_ok() & isa_ok should call can() & isa() on the given object, not
51 local *Foo::isa;
53 *Foo::isa = sub { $_[0]->[0] };
56 ok( ! $foo->isa('bar') );
136 # Piers pointed out sometimes people override isa().
139 sub isa { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dupgradef.t43 sub isa subroutine
47 UNIVERSAL::isa($self,$class);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_common.c130 char isa[MAXNAMELEN]; local
149 isa[0] = '\0';
150 rv = sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
156 if (strnlen(isa, MAXNAMELEN) > 0) {
158 TOPO_PROP_ISA, TOPO_PROP_IMMUTABLE, isa, &err);
163 "bay_set_system: failed to set isa "
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_plugin.c159 char isa[MAXISALEN]; local
181 if (sysinfo(SI_ARCHITECTURE_64, isa, MAXISALEN) == -1)
182 isa[0] = '\0';
183 (void) snprintf(plugin_root, sizeof (plugin_root), "%s/%s", root, isa);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dsun4vpi.c70 char isa[MAXNAMELEN]; local
91 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
92 if (strncmp(isa, "sun4v", MAXNAMELEN) != 0) {
93 topo_mod_dprintf(mod, "not sun4v architecture: %s\n", isa);
H A Dpi_subr.c1180 char isa[MAXNAMELEN]; local
1199 isa[0] = '\0';
1200 result = sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
1206 if (strnlen(isa, MAXNAMELEN) > 0) {
1209 TOPO_PROP_IMMUTABLE, isa, &err);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Ddev.h4 #include "isa.h"
43 struct isa_probe_state isa; member in union:probe_state
/osnet-11/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c271 char isa[257]; local
277 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0)
278 isa[0] = '\0';
280 isa[0] = '\0';
291 isa, dp->d_name);
335 pluginroot, LIBSMP_PLUGIN_VENDOR, isa, c_vendor,
342 pluginroot, LIBSMP_PLUGIN_VENDOR, isa, c_vendor,
349 pluginroot, LIBSMP_PLUGIN_VENDOR, isa, c_vendor,
357 LIBSMP_PLUGIN_VENDOR, isa, vendo
[all...]
H A Dsmp_engine.c188 char isa[257]; local
198 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0)
199 isa[0] = '\0';
201 isa[0] = '\0';
229 isa, name, LIBSMP_PLUGIN_EXT);
/osnet-11/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c316 char isa[MAXISALEN], dirpath[MAXPATHLEN], path[MAXPATHLEN]; local
327 if (sysinfo(SI_ARCHITECTURE_64, isa, MAXISALEN) == -1)
328 isa[0] = '\0';
330 isa[0] = '\0';
334 "%s/%s", RP_LIB_DIR, isa);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi.c85 char isa[MAXNAMELEN]; local
106 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
107 if (strncmp(isa, "i86pc", MAXNAMELEN) != 0) {
108 topo_mod_dprintf(mod, "not i86pc architecture: %s\n", isa);
H A Dx86pi_subr.c301 char isa[MAXNAMELEN]; local
320 isa[0] = '\0';
321 result = sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
327 if (strnlen(isa, MAXNAMELEN) > 0) {
330 TOPO_PROP_IMMUTABLE, isa, &err);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/common/
H A Dmotherboard.c122 char isa[MAXNAMELEN]; local
139 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
140 if (strcmp(isa, "sun4v") != 0) {
142 isa);
246 char isa[MAXNAMELEN]; local
280 isa[0] = '\0';
281 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
284 TOPO_PROP_IMMUTABLE, isa, &err);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm121 return $wanted->copy() if UNIVERSAL::isa($wanted,'Math::BigFloat');
294 sub isa subroutine
298 UNIVERSAL::isa($self,$class);
429 ((!$x->isa($self)) || (!$y->isa($self)));
499 ((!$x->isa($self)) || (!$y->isa($self)));
578 ((!$x->isa($self)) || (!$y->isa($self)));
787 if (!$x->isa('Mat
[all...]
H A DBigRat.pm55 sub isa subroutine
58 UNIVERSAL::isa(@_);
106 if ((!defined $d) && (ref $n) && (!$n->isa('Math::BigRat')))
108 if ($n->isa('Math::BigFloat'))
112 if ($n->isa('Math::BigInt'))
119 if ($n->isa('Math::BigInt::Lite'))
421 $x = $self->new($x) unless $x->isa($self);
422 $y = $self->new($y) unless $y->isa($self);
487 $x = $self->new($x) unless $x->isa($self);
488 $y = $self->new($y) unless $y->isa(
[all...]
/osnet-11/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c315 char isa[257]; local
321 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0)
322 isa[0] = '\0';
324 isa[0] = '\0';
335 isa, dp->d_name);
359 LIBSES_PLUGIN_VENDOR, isa, vendor,
365 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
371 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c154 char isa[MAXNAMELEN]; local
219 isa[0] = '\0';
223 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
226 thp->th_isa = topo_hdl_strdup(thp, isa);
H A Dhc.c260 char isa[MAXNAMELEN]; local
324 isa[0] = '\0';
325 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa));
328 TOPO_PROP_IMMUTABLE, isa, &err);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c92 char isa[MAXNAMELEN]; local
112 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
113 if (strcmp(isa, "sun4v") != 0) {
114 topo_mod_dprintf(mod, "not sun4v architecture%s\n", isa);
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c490 char *isa, *fullpath = NULL, *dl_error; local
551 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) {
564 *isa = '\000';
565 isa += strlen(PKCS11_ISA);
567 phead->puent->name, PKCS11_ISA_DIR, isa);
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_engine.c55 char isa[257]; local
66 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0)
67 isa[0] = '\0';
69 isa[0] = '\0';
92 engine_dir, isa, name, LIBSCSI_ENGINE_EXT);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c90 char isa[MAXNAMELEN]; /* used to see if machine is sun4v */ local
92 if (sysinfo(SI_MACHINE, isa, MAXNAMELEN) < 0)
94 if (strcmp(isa, "sun4v") != 0)
249 char isa[MAXNAMELEN]; local
258 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN);
260 if (strcmp(isa, "sun4v") != 0)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c760 char *isa; local
762 if ((isa = strstr(path, CRYPT_MODULE_ISA)) != NULL) {
763 *isa = '\0';
764 isa += strlen(CRYPT_MODULE_ISA);
766 CRYPT_ISA_DIR, isa) > PATH_MAX) {
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c275 char *isa; local
277 if ((isa = strstr(buf, PKCS11_ISA)) != NULL) {
280 (void) strncpy(realpath, buf, isa - buf);
289 isa += strlen(PKCS11_ISA);
290 (void) strlcat(realpath, isa, MAXPATHLEN);
/osnet-11/usr/src/lib/libpam/
H A Dpam_framework.c2516 char *isa; local
2519 if ((isa = strstr(arg, PAM_ISA)) != NULL) {
2530 *isa = '\000';
2531 isa += strlen(PAM_ISA);
2533 arg, PAM_ISA_DIR, isa);

Completed in 69 milliseconds