/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 65 unsigned long strsize; member in struct:aout_symbol_table
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Option.java | 535 public static final String strsize = "strsize"; field in class:Option
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | mb_info.h | 131 unsigned long strsize; member in struct:multiboot_info::__anon2211::__anon2212
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 1536 size_t strsize; local 1570 strsize = (valstr != NULL) ? strlen(valstr) : 0; 1571 strsize += (idstr != NULL) ? strlen(idstr) : 0; 1572 strsize += (description != NULL) ? strlen(description) : 0; 1573 if (strsize > 0) { 1574 strsize += 3; /* add nul and ':' */ 1575 propstr = (char *)malloc(strsize); 1582 (void) snprintf(propstr, strsize, "%s", 1585 (void) snprintf(propstr, strsize, "%s:%s:%s",
|
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
H A D | multiboot.h | 130 multiboot_uint32_t strsize; member in struct:multiboot_aout_symbol_table
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 92 short strsize; member in struct:Namtype 410 if(pp->strsize<0) 464 if(pp->strsize<0) 476 if(pp->strsize<0) 477 dp->strsize = -pp->strsize; 495 if(dp->numnodes && dp->strsize<0) 872 if((n=dp->strsize)<0) 918 pp->strsize = size; 1052 * strsize< [all...] |
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | acpi_enum.c | 714 * of PNP vendor ID. strsize specifies size of buffer. 717 convert_to_pnp1275(char *pnpid, char *str, int strsize) argument 730 snprintf(str, strsize, "pnp%s,%x", vendor, id);
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_messages.c | 331 static int get_string_from_buf(char **stringptr, int strsize, const char *buf); 4392 get_string_from_buf(char **stringptr, int strsize, const char *buf) argument 4405 if (strsize > 0) { 4406 *stringptr = (char *)malloc(strsize); 4410 (void) memcpy(*stringptr, buf, strsize); 4411 } else if (strsize == 0) { 4413 } else if (strsize < 0) {
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | deliver.c | 1323 int strsize; local 1488 strsize = 2; 1540 strsize += strlen(to->q_paddr) + 1; 1541 if (strsize > TOBUFSIZE) 1807 strsize = 1; 1809 strsize += strlen(to->q_paddr) + 1; 1810 if (strsize < TOBUFSIZE) 1811 strsize = TOBUFSIZE; 1812 if (strsize > tobufsize) 1815 tobuf = sm_pmalloc_x(strsize); [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize, argument 90 if (name >= (Word)strsize) { 94 EC_XWORD(name), strsecname, EC_XWORD(strsize)); 1938 size_t strsize; local 1984 strsize = ifl->ifl_isdesc[ndx]->is_shdr->sh_size; 1998 strsize = 0; 2064 if ((name = string(ofl, ifl, sym, strs, strsize, ndx, 2379 if ((name = string(ofl, ifl, nsym, strs, strsize, ndx, shndx,
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 825 uint32_t strsize = 0; /* default string table size */ local 837 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE]; 870 strsize = (uint32_t)arg1->dn_value; 873 ap->dtad_arg = DTRACE_USTACK_ARG(nframes, strsize);
|
H A D | dt_consume.c | 1326 uint32_t strsize = DTRACE_USTACK_STRSIZE(arg); local 1328 const char *str = strsize ? strbase : NULL; 1442 if (str - strbase >= strsize)
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 529 static size_t strsize = 0, pnsize = 0; variable 585 if ((strbuf == NULL) || (nsize > strsize)) { 586 strsize = S_ROUND(nsize, syspagsz); 588 if ((strbuf = dz_map(0, 0, strsize, (PROT_READ | PROT_WRITE), 599 strsize -= nsize;
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3453 uint_t strsize; local 3513 strsize = (uint_t)strlen(valstr); 3514 if (pr_valsize < strsize) {
|
/illumos-gate/usr/src/cmd/zonestat/zonestat/ |
H A D | zonestat.c | 1036 char strsize[ZS_UINT64_STRLEN]; local 1040 format_uint64(size, strsize, sizeof (strsize)); 1048 ZONESTAT_NAME_RESOURCE, strsize); 1055 (void) printf(ZSTAT_RESOURCE_FORMAT, strsize);
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1510 size_t strsize; local 1521 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { 1531 strsize += namelen + 1; 1549 (mp->hashsize + mp->nsyms) * sizeof (symid_t) + strsize; 1586 mp->strhdr->sh_size = strsize; 1592 for (nsyms = strsize = 1, osp = (Sym *)omp->symtbl; osp < esp; osp++) { 1601 bcopy(name, mp->strings + strsize, namelen); 1602 sp->st_name = strsize; 1605 strsize += namelen + 1;
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 5150 uint_t strsize; local 5418 strsize = (uint_t)strlen(valstr); 5419 if (pr_valsize < strsize) {
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 4801 int strsize; local 4809 strsize = snprintf(NULL, 0, LOFINODE_PATH, vfsp->vfs_lofi_id); 4810 path = kmem_alloc(strsize + 1, KM_SLEEP); 4811 (void) snprintf(path, strsize + 1, LOFINODE_PATH, vfsp->vfs_lofi_id); 4830 kmem_free(path, strsize + 1);
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3576 * The run time of this function must be bounded above by strsize to limit the 6671 int strsize = DTRACE_USTACK_STRSIZE(arg); local 6684 ASSERT(strsize != 0); 6725 if (offs >= strsize) 6747 if (!dtrace_strcanload((uintptr_t)sym, strsize, &rem, mstate, 6758 for (j = 0; offs + j < strsize && j < rem; j++) { 6768 if (offs >= strsize) { 6779 while (offs < strsize) 7162 size_t strsize = DTRACE_USTACK_STRSIZE( local 7169 MIN(depth, strsize)); 10890 dtrace_optval_t *opt = state->dts_options, nframes, strsize; local [all...] |