| /onnv/onnv-gate/usr/src/uts/common/xen/public/io/ |
| protocols.h | 37 # error arch fixup needed here
|
| /onnv/onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| syminfo.c | 44 const char *needed) 57 bndstr = needed; 63 bndstr = needed; 68 bndstr = needed; 110 if (bndstr == needed) {
|
| syms.c | 545 const char *needed; local 553 needed = strtab + dyn[sip->si_boundto].d_un.d_val; 555 needed = 0; 558 Dbg_demangle_name(strtab + sym->st_name), needed);
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/db/ |
| db_overflow.c | 92 u_int32_t curoff, needed, start; local 104 needed = dbt->dlen; 107 needed = tlen; 112 if (needed > dbt->ulen) { 113 dbt->size = needed; 118 __os_malloc(needed, dbp->db_malloc, &dbt->data)) != 0) 120 } else if (*bpsz == 0 || *bpsz < needed) { 121 if ((ret = __os_realloc(bpp, needed)) != 0) 123 *bpsz = needed; 132 dbt->size = needed; [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/ |
| README | 8 directory into the ON tree and patched versions of standard perl files needed
|
| /onnv/onnv-gate/usr/src/lib/libsasl/lib/ |
| auxprop.c | 155 * estimate -- an estimate of the storage needed for requests & responses 511 * returns 0 on success and amount of additional space needed on failure 516 unsigned needed, flag = 0; local 524 needed = seplen * (ctx->used_values - 1); 526 needed += strlen(val->name); 529 if(!outmax) return (needed + 1); /* Because of unsigned funkiness */ 530 if(needed > (outmax - 1)) return (needed - (outmax - 1)); 533 if(outlen) *outlen = needed; 535 if(needed == 0) return SASL_OK 612 size_t needed; local 655 size_t needed; local 717 size_t needed; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
| kctl_main.c | 173 size_t needed; local 181 needed = P2ROUNDUP(kctl.kctl_memgoalsz <= kctl.kctl_dseg_size ? 0 : 184 if (needed == 0) 187 if ((base = kmem_zalloc(needed, KM_NOSLEEP)) == NULL) { 193 (ulong_t)needed); 195 base = kmem_zalloc(needed, KM_SLEEP); 198 kdi_dvec->dv_memavail(base, needed); 200 kctl.kctl_mrsize = needed;
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/ |
| memchr.s | 73 cmp %o4, 3 ! only one byte needed to align? 82 cmp %o4, 2 ! only two bytes needed to align?
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| memchr.s | 73 cmp %o4, 3 ! only one byte needed to align? 82 cmp %o4, 2 ! only two bytes needed to align?
|
| /onnv/onnv-gate/usr/src/lib/libshell/misc/ |
| buildksh93.readme | 33 which is needed to build the iffe-generated (header) files (each time 45 ensure all features needed for the Solaris version of ksh93 are
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/btree/ |
| bt_put.c | 92 u_int32_t data_size, have_bytes, need_bytes, needed; local 158 needed = 0; 162 needed += BOVERFLOW_PSIZE; 164 needed += BKEYDATA_PSIZE(key->size); 166 needed += BOVERFLOW_PSIZE; 168 needed += BKEYDATA_PSIZE(data_size); 192 needed += need_bytes - have_bytes; 203 if (P_FREESPACE(h) < needed ||
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/ |
| boot_a.out.s | 80 restore ! how many restores needed ? 2
|
| /onnv/onnv-gate/usr/src/lib/libc/i386_hwcap1/gen/ |
| memset.s | 62 pushl %ebx / more registers are needed 73 addl $64, %esi / needed to align 75 jz .sse_aligned / skip alignment if not needed 158 pushl %ebx / more registers are needed
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/ |
| calc.c | 129 char* needed = ped_unit_format (geom->dev, min_free_space); local 137 needed, have); 138 ped_free (needed); 310 /* Calculates the number of sectors needed to be added to cluster_offset,
|
| /onnv/onnv-gate/usr/src/cmd/abi/appcert/etc/ |
| etc.warn.in | 40 # needed =~ -> $needed =~ where $needed is a list of all ldd needed libs. 72 WARNING:fork1_forkall:gettext("non-POSIX libthread fork call"):MATCH dump=~/NEEDED\s*libthread\.so\.1/ && !(needed=~/libpthread\.so\.1/) && syms=~/\b(fork|_fork)\b/:
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| Memoize.pm | 23 delete $_[0][1]{$key}; # Clear existence cache, not needed any more 54 Tie::Memoize - add data to hash when needed 116 exists when its content is needed, the user of %hash may be confused).
|
| Scalar.pm | 16 sub FETCH { ... } # Provide a needed method 56 arguments (along the lines of L<AnyDBM_File> and compatriots) needed to 70 This is rarely needed, as Perl manages its memory quite well. But the
|
| Array.pm | 187 additional arguments (along the lines of L<AnyDBM_File> and compatriots) needed 277 between magic entries needed to notice setting of @ISA, and those needed to
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/ |
| perlgcc.pod | 53 Instead of invoking C<perl Makefile.PL> to generate the makefile needed
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/ |
| READ_ME | 54 needed by sendmail and its auxiliary programs.
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/ |
| README | 189 allocate bandwidth needed for an interrupt or isochronous endpoint as 421 bandwidth needed for this endpoint. 447 those respective lists. If needed bandwidth is not available, then, 465 bandwidth needed for this full/low speed endpoint. 469 we need to calculate bandwidth needed both for Start and Complete start 492 check the availability of bandwidth in those respective lists. If needed
|
| /onnv/onnv-gate/usr/src/lib/libsqlite/ |
| main.mk | 21 # THREADLIB Specify any extra linker options needed to make the library 36 # TCL_FLAGS Extra compiler options needed for programs that use the 39 # LIBTCL Linker options needed to link against the TCL library. 41 # READLINE_FLAGS Compiler options needed for programs that use the 44 # LIBREADLINE Linker options needed by programs using readline() must 176 # copies of all of the C source code and header files needed to
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/ |
| SysV.pm | 76 defined in your system include files which are needed by the SysV
|
| /onnv/onnv-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
| syminfo.c | 53 * We supply this function for the msg module. Only one copy is needed. 93 SYMINFO_OPT_F_NEEDED = 4, /* -needed: arg is name of object to */ 152 * access any other sections needed. 203 * argstate_add_XXX() functions is used as needed to fetch the 210 * If the needed auxiliary section is not found, an error is 279 const char *needed = NULL, *name; local 288 needed = elfedit_offset_to_str(argstate->str.sec, 292 needed = MSG_ORIG(MSG_STR_EMPTY); 294 Elf_syminfo_entry(0, ndx, syminfo, name, needed); 714 * If -needed option is not present, the second argument can b [all...] |
| /onnv/onnv-gate/usr/src/cmd/Adm/sun/ |
| README | 31 As of Solaris 2.5, the /usr/kvm directory is no longer needed by the
|