Home
last modified time | relevance | path

Searched refs:strsize (Results 1 – 25 of 42) sorted by relevance

12

/titanic_52/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofString2.d37 #pragma D option strsize=256
H A Dtst.SizeofString1.d37 #pragma D option strsize=256
/titanic_52/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_PRINCIPAL.end.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_DYNAMIC.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_PRINCIPAL.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_AGGREGATION.d30 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_SPEC.d31 #pragma D option strsize=512
/titanic_52/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d39 * Options and Tunables/strsize
44 #pragma D option strsize=64
/titanic_52/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.16kglobal.d16 #pragma D option strsize=16k
H A Dtst.16klocal.d16 #pragma D option strsize=16k
/titanic_52/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d18 * json() run time must be bounded above by strsize. This test makes strsize
25 #pragma D option strsize=18
H A Dtst.usdt.d16 #pragma D option strsize=4k
H A Dtst.general.d21 #pragma D option strsize=1k
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvtype.c96 short strsize; member
422 if(pp->strsize<0) in clone_type()
476 if(pp->strsize<0) in clone_type()
488 if(pp->strsize<0) in clone_type()
489 dp->strsize = -pp->strsize; in clone_type()
507 if(dp->numnodes && dp->strsize<0) in create_type()
907 if((n=dp->strsize)<0) in nv_mktype()
951 pp->strsize = size; in nv_mktype()
1085 * strsize< in nv_mktype()
[all...]
/titanic_52/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 #pragma D option strsize=16
/titanic_52/usr/src/grub/grub-0.97/stage2/
H A Dboot.c486 mbi.syms.a.strsize = 0; in load_image()
561 mbi.syms.a.strsize = i; in load_image()
582 mbi.syms.a.strsize = 0; in load_image()
978 + mbi.syms.a.tabsize + mbi.syms.a.strsize; in bsd_boot()
1022 + mbi.syms.a.tabsize + mbi.syms.a.strsize); in bsd_boot()
H A Dmb_info.h131 unsigned long strsize; member
/titanic_52/usr/src/lib/libshare/common/
H A Dscfutil.c1536 size_t strsize; in sa_set_resource_property() local
1570 strsize = (valstr != NULL) ? strlen(valstr) : 0; in sa_set_resource_property()
1571 strsize += (idstr != NULL) ? strlen(idstr) : 0; in sa_set_resource_property()
1572 strsize += (description != NULL) ? strlen(description) : 0; in sa_set_resource_property()
1573 if (strsize > 0) { in sa_set_resource_property()
1574 strsize += 3; /* add nul and ':' */ in sa_set_resource_property()
1575 propstr = (char *)malloc(strsize); in sa_set_resource_property()
1582 (void) snprintf(propstr, strsize, "%s", in sa_set_resource_property()
1585 (void) snprintf(propstr, strsize, "%s:%s:%s", in sa_set_resource_property()
/titanic_52/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h65 unsigned long strsize; member
H A Dkernel.c116 "strsize = 0x%x, addr = 0x%x\n", in cmain()
118 (unsigned) aout_sym->strsize, in cmain()
/titanic_52/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d41 #pragma D option strsize=16
/titanic_52/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h130 multiboot_uint32_t strsize; member
/titanic_52/usr/src/cmd/sendmail/src/
H A Ddeliver.c1323 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...]
/titanic_52/usr/src/cmd/sgs/libld/common/
H A Dsyms.c77 string(Ofl_desc *ofl, Ifl_desc *ifl, Sym *sym, const char *strs, size_t strsize, in string() argument
90 if (name >= (Word)strsize) { in string()
94 EC_XWORD(name), strsecname, EC_XWORD(strsize)); in string()
1938 size_t strsize; in ld_sym_process() local
1984 strsize = ifl->ifl_isdesc[ndx]->is_shdr->sh_size; in ld_sym_process()
1998 strsize = 0; in ld_sym_process()
2064 if ((name = string(ofl, ifl, sym, strs, strsize, ndx, in ld_sym_process()
2379 if ((name = string(ofl, ifl, nsym, strs, strsize, ndx, shndx, in ld_sym_process()
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java535 public static final String strsize = "strsize"; field in Option

12