Searched refs:strsize (Results 1 - 25 of 39) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Derr.end.d39 * Options and Tunables/strsize
44 #pragma D option strsize=64
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_AGGREGATION.d30 #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_PRINCIPAL.end.d29 #pragma D option strsize=1024
H A Ddrp.DTRACEDROP_SPEC.d31 #pragma D option strsize=512
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sizeof/
H A Dtst.SizeofString1.d37 #pragma D option strsize=256
H A Dtst.SizeofString2.d37 #pragma D option strsize=256
/illumos-gate/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
/illumos-gate/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
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.shortstr.d30 #pragma D option strsize=16
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.h65 unsigned long strsize; member in struct:aout_symbol_table
H A Dmultiboot.h.texi65 unsigned long strsize;
H A Dkernel.c116 "strsize = 0x%x, addr = 0x%x\n",
118 (unsigned) aout_sym->strsize,
H A Dkernel.c.texi116 "strsize = 0x%x, addr = 0x%x\n",
118 (unsigned) aout_sym->strsize,
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d41 #pragma D option strsize=16
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h131 unsigned long strsize; member in struct:multiboot_info::__anon2211::__anon2212
H A Dboot.c486 mbi.syms.a.strsize = 0;
561 mbi.syms.a.strsize = i;
582 mbi.syms.a.strsize = 0;
978 + mbi.syms.a.tabsize + mbi.syms.a.strsize;
1022 + mbi.syms.a.tabsize + mbi.syms.a.strsize);
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.h130 multiboot_uint32_t strsize; member in struct:multiboot_aout_symbol_table
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1536 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/lib/libshell/common/sh/
H A Dnvtype.c92 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/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substr.d30 #pragma D option strsize=32

Completed in 118 milliseconds

12