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

12

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dinstall.c155 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 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...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c63 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 Ddev.h4 #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 Dfdd_msg.c268 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 Disainfo.c84 * 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 Dpkcs11Conf.c262 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 Dscsi_engine.c56 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 Dses_plugin.c284 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 Dx86pi.c83 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 Dx86pi_subr.c482 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 Dmotherboard.c123 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 Dplugin.c96 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 Dlibzfs_fru.c196 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 Dfs_reparse_lib.c307 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 Dsh.exp.c242 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 Dkw.c80 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 Dtopo_snap.c111 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 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);
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c291 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 Dglobals.c121 Isa_desc *isa = NULL; /* isalist descriptor */ variable
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c51 /* 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 Ddwarf_sort_line.c329 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 Ddrmach_acpi.h56 ((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 Dbiosdisk.h69 } isa; member in union:interface_path

Completed in 111 milliseconds

12