/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | install.c | 155 char *isa; local 157 if ((isa = strstr(buf, PKCS11_ISA)) != NULL) { 158 (void) strncpy(realpath, buf, isa - buf); 159 isa += strlen(PKCS11_ISA) - 1; 160 (void) strlcat(realpath, isa, MAXPATHLEN);
|
/illumos-gate/usr/src/lib/scsi/libsmp/common/ |
H A D | smp_plugin.c | 271 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...] |
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | sun4vpi.c | 63 char isa[MAXNAMELEN]; local 79 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN); 80 if (strncmp(isa, "sun4v", MAXNAMELEN) != 0) { 81 topo_mod_dprintf(mod, "not sun4v architecture: %s\n", isa);
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | dev.h | 4 #include "isa.h" 43 struct isa_probe_state isa; member in union:probe_state
|
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/ |
H A D | fdd_msg.c | 268 char isa[8]; local 275 if ((sysinfo(SI_ARCHITECTURE, isa, sizeof (isa)) == -1) || 276 (strncmp(isa, "i386", 4) != 0))
|
/illumos-gate/usr/src/cmd/isainfo/ |
H A D | isainfo.c | 84 * Classify isa's as to bitness of the corresponding ABIs. 85 * isa's which have no "official" Solaris ABI are returned 106 char *isa; local 108 if ((isa = getsysinfo(cmd)) == NULL) 110 if ((bits = bitness(isa)) == 0) { 112 gettext("%s: unable to identify isa '%s'!\n"), 113 pgmname, isa); 118 (void) printf(vfmt, bits, isa); 122 (void) printf("%s\n", isa); 124 (void) printf("%s", isa); 147 report_hwcap(int d, const char *isa) argument 210 char *isa, *isa32; local [all...] |
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Conf.c | 262 char *isa, *fullpath = NULL, *dl_error; local 304 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) { 317 *isa = '\000'; 318 isa += strlen(PKCS11_ISA); 320 phead->puent->name, PKCS11_ISA_DIR, isa);
|
/illumos-gate/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_engine.c | 56 char isa[257]; local 67 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0) 68 isa[0] = '\0'; 70 isa[0] = '\0'; 93 engine_dir, isa, name, LIBSCSI_ENGINE_EXT);
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 284 char isa[257]; local 290 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0) 291 isa[0] = '\0'; 293 isa[0] = '\0'; 304 isa, dp->d_name); 328 LIBSES_PLUGIN_VENDOR, isa, vendor, 334 LIBSES_PLUGIN_VENDOR, isa, vendor, product, 340 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi.c | 83 char isa[MAXNAMELEN]; local 99 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN); 100 if (strncmp(isa, "i86pc", MAXNAMELEN) != 0) { 101 topo_mod_dprintf(mod, "not i86pc architecture: %s\n", isa);
|
H A D | x86pi_subr.c | 482 char isa[MAXNAMELEN]; local 501 isa[0] = '\0'; 502 result = sysinfo(SI_ARCHITECTURE, isa, sizeof (isa)); 508 if (strnlen(isa, MAXNAMELEN) > 0) { 511 TOPO_PROP_IMMUTABLE, isa, &err);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | motherboard.c | 123 char isa[MAXNAMELEN]; local 140 (void) sysinfo(SI_MACHINE, isa, MAXNAMELEN); 141 if (strcmp(isa, "sun4v") != 0) { 143 isa); 247 char isa[MAXNAMELEN]; local 271 isa[0] = '\0'; 272 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa)); 275 TOPO_PROP_IMMUTABLE, isa, &err);
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | plugin.c | 96 char isa[MAXISALEN]; local 99 if (sysinfo(SI_ARCHITECTURE_64, isa, MAXISALEN) == -1) 100 isa[0] = '\0'; 102 isa[0] = '\0'; 116 dent->d_name, isa, dent->d_name);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_fru.c | 196 char isa[257]; local 199 if (sysinfo(SI_ARCHITECTURE_64, isa, sizeof (isa)) < 0) 200 isa[0] = '\0'; 202 isa[0] = '\0'; 205 "/usr/lib/fm/%s/libtopo.so", isa);
|
/illumos-gate/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 307 char isa[MAXISALEN], dirpath[MAXPATHLEN], path[MAXPATHLEN]; local 318 if (sysinfo(SI_ARCHITECTURE_64, isa, MAXISALEN) == -1) 319 isa[0] = '\0'; 321 isa[0] = '\0'; 325 "%s/%s", RP_LIB_DIR, isa);
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.exp.c | 242 if (i = isa(**vp, EQOP)) { 289 if (i = isa(**vp, RELOP)) { 365 if (isa(**vp, ADDOP)) { 401 if (isa(**vp, MULOP)) { 510 if (isa(**vp, ANYOP)) 527 if ((**vp == NULL) || isa(**vp, ANYOP) && stat_(**vp, &stb)) 621 isa(tchar *cp, int what) function 625 tprintf("TRACE- isa()\n");
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | kw.c | 80 static char isa[SYS_NMLN]; local 134 if (sysinfo(SI_ARCHITECTURE, isa, sizeof (isa)) == -1) 137 Keywords = lut_add(Keywords, "isa", isa);
|
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_snap.c | 111 char isa[MAXNAMELEN]; local 176 isa[0] = '\0'; 178 (void) sysinfo(SI_ARCHITECTURE, isa, sizeof (isa)); 181 thp->th_isa = topo_hdl_strdup(thp, isa);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | cpuboard.c | 92 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);
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 291 const char *isa = ""; local 294 isa = MSG_ORIG(MSG_DB_64BIT_PREFIX); 301 MSG_ORIG(MSG_DB_HELPER_PREFIX), brandname, isa, 306 MSG_ORIG(MSG_DB_HELPER_PREFIX), brandname, isa,
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | globals.c | 121 Isa_desc *isa = NULL; /* isalist descriptor */ variable
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_print_lines.c | 51 /* FIXME Need to add prologue_end epilogue_begin isa fields. */ 63 /* FIXME: print new line values: prologue_end epilogue_begin isa */ 72 int prologue_end, int epilogue_begin, int isa) 136 Dwarf_Small isa = 0; local 417 prologue_end, epilogue_begin, isa); 430 epilogue_begin, isa); 545 isa = utmp2; 548 if (isa != utmp2) { 549 /* The value of the isa did not fit in our 581 epilogue_begin, isa); 65 print_line_detail(char *prefix, int opcode, Dwarf_Unsigned address, unsigned long file, unsigned long line, unsigned long column, int is_stmt, int basic_block, int end_sequence, int prologue_end, int epilogue_begin, int isa) argument [all...] |
H A D | dwarf_sort_line.c | 329 Dwarf_Small isa = 0; local 418 isa = 0; 564 isa = utmp2; 565 if (isa != utmp2) { 566 /* The value of the isa did not fit in our
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/ |
H A D | drmach_acpi.h | 56 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_board_new)) 59 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_cpu_new)) 62 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_mem_new)) 65 ((id != 0) && (DRMACH_OBJ(id)->isa == (void *)drmach_io_new)) 69 (DRMACH_OBJ(id)->isa == (void *)drmach_cpu_new || \ 70 DRMACH_OBJ(id)->isa == (void *)drmach_mem_new || \ 71 DRMACH_OBJ(id)->isa == (void *)drmach_io_new)) 75 (DRMACH_OBJ(id)->isa == (void *)drmach_board_new || \ 76 DRMACH_OBJ(id)->isa == (void *)drmach_cpu_new || \ 77 DRMACH_OBJ(id)->isa 118 void *isa; member in struct:__anon9357 [all...] |
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | biosdisk.h | 69 } isa; member in union:interface_path
|