/titanic_52/usr/src/cmd/dtrace/test/tst/common/sizeof/ |
H A D | tst.SizeofString2.d | 37 #pragma D option strsize=256
|
H A D | tst.SizeofString1.d | 37 #pragma D option strsize=256
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/drops/ |
H A D | drp.DTRACEDROP_PRINCIPAL.end.d | 29 #pragma D option strsize=1024
|
H A D | drp.DTRACEDROP_DYNAMIC.d | 29 #pragma D option strsize=1024
|
H A D | drp.DTRACEDROP_PRINCIPAL.d | 29 #pragma D option strsize=1024
|
H A D | drp.DTRACEDROP_AGGREGATION.d | 30 #pragma D option strsize=1024
|
H A D | drp.DTRACEDROP_SPEC.d | 31 #pragma D option strsize=512
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/buffering/ |
H A D | err.end.d | 39 * Options and Tunables/strsize 44 #pragma D option strsize=64
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/scalars/ |
H A D | tst.16kglobal.d | 16 #pragma D option strsize=16k
|
H A D | tst.16klocal.d | 16 #pragma D option strsize=16k
|
/titanic_52/usr/src/cmd/dtrace/test/tst/common/json/ |
H A D | tst.strsize.d | 18 * json() run time must be bounded above by strsize. This test makes strsize 25 #pragma D option strsize=18
|
H A D | tst.usdt.d | 16 #pragma D option strsize=4k
|
H A D | tst.general.d | 21 #pragma D option strsize=1k
|
/titanic_52/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvtype.c | 96 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 D | tst.shortstr.d | 30 #pragma D option strsize=16
|
/titanic_52/usr/src/grub/grub-0.97/stage2/ |
H A D | boot.c | 486 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 D | mb_info.h | 131 unsigned long strsize; member
|
/titanic_52/usr/src/lib/libshare/common/ |
H A D | scfutil.c | 1536 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 D | multiboot.h | 65 unsigned long strsize; member
|
H A D | kernel.c | 116 "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 D | tst.roch.d | 41 #pragma D option strsize=16
|
/titanic_52/usr/src/boot/sys/boot/i386/libi386/ |
H A D | multiboot.h | 130 multiboot_uint32_t strsize; member
|
/titanic_52/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...] |
/titanic_52/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, 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 D | Option.java | 535 public static final String strsize = "strsize"; field in Option
|