/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/ |
H A D | bsdXX.c | 279 unsigned symoff, stroff, symsize, strsize; local 312 strsize = s->sh_size; 314 chunk_size = ALIGN_UP (symsize + strsize, sizeof (grub_freebsd_addr_t)) 346 *((grub_freebsd_addr_t *) curload) = strsize; 351 if (grub_file_read (file, curload, strsize) != (grub_ssize_t) strsize) 403 unsigned symsize, strsize; local 426 strsize = s->sh_size; 430 + ALIGN_UP (strsize, sizeof (grub_freebsd_addr_t)) 489 if (grub_file_read (file, curload, strsize) ! 513 unsigned symoff, stroff, symsize, strsize, symentsize; local [all...] |
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.h | 65 unsigned long strsize; member in struct:aout_symbol_table
|
H A D | multiboot.h.texi | 65 unsigned long strsize;
|
H A D | kernel.c | 116 "strsize = 0x%x, addr = 0x%x\n", 118 (unsigned) aout_sym->strsize,
|
H A D | kernel.c.texi | 116 "strsize = 0x%x, addr = 0x%x\n", 118 (unsigned) aout_sym->strsize,
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | mb_info.h | 131 unsigned long strsize; member in struct:multiboot_info::__anon334::__anon335
|
H A D | boot.c | 486 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);
|
/osnet-11/usr/src/grub/grub2/include/ |
H A D | multiboot.h | 126 multiboot_uint32_t strsize; member in struct:multiboot_aout_symbol_table
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | nvtype.c | 96 short strsize; member in struct:Namtype 420 if(pp->strsize<0) 474 if(pp->strsize<0) 486 if(pp->strsize<0) 487 dp->strsize = -pp->strsize; 505 if(dp->numnodes && dp->strsize<0) 903 if((n=dp->strsize)<0) 949 pp->strsize = size; 1083 * strsize< [all...] |
/osnet-11/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
|
/osnet-11/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...] |
/osnet-11/usr/src/lib/libshare_plugins/smb/ |
H A D | libshare_smb.c | 1160 size_t strsize; local 1172 strsize = strlen(propname) + strlen(sep) + strlen(value); 1177 while (strsize >= buf_rem) {
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 907 uint32_t strsize = DTRACE_USTACK_STRSIZE(arg); local 909 const char *str = strsize ? strbase : NULL; 1020 if (str - strbase >= strsize)
|
H A D | dt_cc.c | 747 uint32_t strsize = 0; /* default string table size */ local 759 strsize = dtp->dt_options[DTRACEOPT_JSTACKSTRSIZE]; 792 strsize = (uint32_t)arg1->dn_value; 795 ap->dtad_arg = DTRACE_USTACK_ARG(nframes, strsize);
|
/osnet-11/usr/src/lib/libshare_plugins/nfs/ |
H A D | libshare_nfs.c | 3184 size_t strsize; local 3197 strsize = strlen(propname) + strlen(*sep); 3220 strsize += 1 + strlen(value); 3228 strsize += 1 + strlen(value); 3233 strsize += 1 + strlen(value); 3240 while (strsize >= buf_rem) {
|