Searched refs:os_name (Results 1 - 20 of 20) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh33 os_name='s81' # Default OS name prefix
90 build=${os_name}_0$build
92 build=${os_name}_$build
98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
111 echo "\t e.g. -${os_name}"
113 echo "\t e.g. -${os_name}_01"
114 echo "\t-[0-9]+ Use proto area for specified build of $os_name"
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c95 outsec.os_name = basename(file);
148 namesz = strlen(outsec.os_name) + 1;
174 outsec.os_name = stdsecs->ss_name;
185 prog, outsec.os_name, strerror(err));
196 odp->od_shstrtabsz += (strlen(outsec.os_name) + 1);
294 prog, outsec->os_name, elf_errmsg(elf_errno()));
299 prog, outsec->os_name, elf_errmsg(elf_errno()));
311 prog, outsec->os_name, elf_errmsg(elf_errno()));
347 if (strcmp(outsec->os_name, MSG_ORIG(MSG_SCN_STRTAB)))
393 prog, outsec->os_name, elf_errms
[all...]
H A D_elfwrap.h54 const char *os_name; /* section name */ member in struct:__anon1696
/opensolaris-onvv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c107 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_COMP), osp->os_name,
110 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_STND), osp->os_name,
118 dbg_print(lml, MSG_INTL(MSG_SEC_STRTAB_HD), osp->os_name,
150 Dbg_sec_genstr_compress(Lm_list *lml, const char *os_name, argument
156 dbg_print(lml, MSG_INTL(MSG_SEC_GENSTR_COMP), os_name,
237 dbg_print(lml, MSG_INTL(MSG_SEC_ADDED), osp->os_name,
247 dbg_print(lml, MSG_INTL(MSG_SEC_CREATED), osp->os_name,
352 dbg_print(lml, str, osp->os_name);
H A Drelocate.c146 dbg_print(lml, MSG_INTL(MSG_REL_GENERATE), osp->os_name);
176 if (osp && osp->os_name)
177 str1 = osp->os_name;
225 secname = osp->os_name;
379 secname = osp ? osp->os_name : MSG_INTL(MSG_STR_NULL);
415 secname = RELAUX_GET_OSDESC(arsp)->os_name;
H A Dsegments.c155 dbg_print(lml, MSG_ORIG(MSG_SEC_NAME), ndx, osp->os_name);
H A Dsyms.c352 dbg_print(lml, MSG_INTL(MSG_SYM_SECTION), EC_WORD(ndx), osp->os_name,
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dws.sh379 os_name=`uname -s`
381 if [[ $os_name != "SunOS" || `expr $os_rev : "5\."` != "2" ]]; then
386 echo " This machine appears to be running: $os_name $os_rev"
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dldentry.c94 osp->os_name, EC_ADDR(osp->os_shdr->sh_addr),
H A Dplace.c994 (strcmp(oname, osp->os_name) == 0)) {
1140 osp->os_name = oname;
1171 if (strcmp(osp->os_name, MSG_ORIG(*refsec)) == 0) {
1210 ofl->ofl_name, osp->os_name, sgp->sg_name);
H A Dmachrel.sparc.c615 relosp->os_name, ld_reloc_sym_name(orsp)));
788 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name,
1655 ld_reloc_sym_name(rsp), osp->os_name);
H A Dsections.c239 osp->os_name);
2445 strlen(osp->os_name) + 1)) == 0)
2448 (void) strcat(sectname, osp->os_name);
3064 DBG_CALL(Dbg_sec_genstr_compress(ofl->ofl_lml, osp->os_name, data_size,
H A Dmachrel.amd.c443 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name,
1217 ld_reloc_sym_name(rsp), osp->os_name);
H A Dmachrel.intel.c362 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_REL, &rea, relosp->os_name,
1267 ld_reloc_sym_name(rsp), osp->os_name);
H A Dupdate.c435 (void) st_setstring(shstrtab, osp->os_name, &stoff);
462 if ((iosp == NULL) && (strcmp(osp->os_name,
465 if ((fosp == NULL) && (strcmp(osp->os_name,
3173 ofl->ofl_osmove->os_name));
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Dlibld.h972 const char *os_name; /* the section name */ member in struct:os_desc
/opensolaris-onvv-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1421 uint8_t os_name[16]; member in struct:megasas_drv_ver
H A Dmegaraid_sas.c4185 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris"));
/opensolaris-onvv-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1527 uint8_t os_name[16]; member in struct:mrsas_drv_ver
H A Dmr_sas.c4890 (void) memcpy(dv->os_name, "Solaris", strlen("Solaris"));

Completed in 352 milliseconds