Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/onnv-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c92 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-gate/usr/src/lib/libsasl/lib/
H A Dauxprop.c516 unsigned needed, flag = 0; in prop_format() local
524 needed = seplen * (ctx->used_values - 1); in prop_format()
526 needed += strlen(val->name); in prop_format()
529 if(!outmax) return (needed + 1); /* Because of unsigned funkiness */ in prop_format()
530 if(needed > (outmax - 1)) return (needed - (outmax - 1)); in prop_format()
533 if(outlen) *outlen = needed; in prop_format()
535 if(needed == 0) return SASL_OK; in prop_format()
612 size_t needed; in prop_set() local
614 for(needed = ctx->mem_cur->size * 2; needed < size; needed *= 2); in prop_set()
617 ctx->mem_cur->next = alloc_proppool(needed); in prop_set()
[all …]
/onnv-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyminfo.c41 const char *needed) in Elf_syminfo_entry() argument
61 bndstr = needed; in Elf_syminfo_entry()
67 bndstr = needed; in Elf_syminfo_entry()
72 bndstr = needed; in Elf_syminfo_entry()
118 if (bndstr == needed) { in Elf_syminfo_entry()
/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_main.c173 size_t needed; in kctl_memavail() local
181 needed = P2ROUNDUP(kctl.kctl_memgoalsz <= kctl.kctl_dseg_size ? 0 : in kctl_memavail()
184 if (needed == 0) in kctl_memavail()
187 if ((base = kmem_zalloc(needed, KM_NOSLEEP)) == NULL) { in kctl_memavail()
193 (ulong_t)needed); in kctl_memavail()
195 base = kmem_zalloc(needed, KM_SLEEP); in kctl_memavail()
198 kdi_dvec->dv_memavail(base, needed); in kctl_memavail()
200 kctl.kctl_mrsize = needed; in kctl_memavail()
/onnv-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in39 # needed =~ -> $needed =~ where $needed is a list of all needed libs.
H A Detc.warn.in40 # needed =~ -> $needed =~ where $needed is a list of all ldd needed libs.
72 …POSIX libthread fork call"):MATCH dump=~/NEEDED\s*libthread\.so\.1/ && !(needed=~/libpthread\.so\.…
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dthreads.pod56 needed to perform locking on shared data structures.
70 needed on Windows nor on platforms where getpid() returns a different
89 is needed to handle locks.
91 dyn_create_function(const char *file, int line) is needed to create a
95 is needed to perform locking off dynamic lock numbered n. Multi-threaded
99 needed to destroy the lock l. Multi-threaded applications might crash at
H A DPKCS7_decrypt.pod23 Although the recipients certificate is not needed to decrypt the data it is needed
/onnv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_put.c92 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-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s62 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-gate/usr/src/cmd/sendmail/cf/mailer/
H A Dlocal.m444 R$+ $: $>AddDomain $1 add local domain if needed
64 R$+ $: $>AddDomain $1 add local domain if needed
72 R$+ $: $>AddDomain $1 add local domain if needed
/onnv-gate/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s73 cmp %o4, 3 ! only one byte needed to align?
82 cmp %o4, 2 ! only two bytes needed to align?
/onnv-gate/usr/src/pkg/manifests/
H A Dsystem-library-processor.mf84 reboot-needed=true
86 reboot-needed=true
88 reboot-needed=true
93 reboot-needed=true
95 reboot-needed=true
97 reboot-needed=true
H A Ddeveloper-tnf.mf28 value="utilities needed by developers using Trace Normal Format (TNF) facilities"
45 desc="utilities needed by developers using Trace Normal Format (TNF) facilities" \
/onnv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s73 cmp %o4, 3 ! only one byte needed to align?
82 cmp %o4, 2 ! only two bytes needed to align?
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_tmp_rsa_callback.pod34 SSL_CTX_need_tmp_rsa() returns 1, if a temporary/ephemeral RSA key is needed
42 SSL_need_tmp_rsa() returns 1, if a temporary/ephemeral RSA key is needed,
85 callback may generate the key only in case it is actually needed. As the
93 The B<tmp_rsa_callback> is called with the B<keylength> needed and
157 RSA key is needed and 0 otherwise.
H A DSSL_CTX_set_tmp_dh_callback.pod60 being needed, while on the other hand the computer time during the
68 has an impact on the computer time needed during negotiation, but it is not
79 time needed for this generation, it is possible to use DSA parameters
99 The B<tmp_dh_callback> is called with the B<keylength> needed and
/onnv-gate/usr/src/uts/common/xen/public/io/
H A Dprotocols.h37 # error arch fixup needed here
/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dspoolss_svc.c494 param->needed = 0; in spoolss_s_EnumForms()
565 param->needed = 0; in spoolss_s_EnumJobs()
582 param->needed = 0; in spoolss_s_GetJob()
605 param->needed = 0; in spoolss_s_AddJob()
883 param->needed = 460; in spoolss_s_GetPrinter()
886 param->needed = 712; in spoolss_s_GetPrinter()
893 if (param->BufCount < param->needed) { in spoolss_s_GetPrinter()
907 offset = param->needed; in spoolss_s_GetPrinter()
/onnv-gate/usr/src/pkg/transforms/
H A Ddefaults28 # files there are drivers, and give them mode 0755 and reboot-needed.
30 # The (?<!r) construct in the reboot-needed transform is a negative
37 <transform file path=.*kernel/.+(?<!\.conf)$ -> default reboot-needed true>
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm542 my @needed = grep { !exists $manifest->{$_} } keys %$additions;
543 return 1 unless @needed;
548 foreach my $file (_sort @needed) {
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcalc.c129 char* needed = ped_unit_format (geom->dev, min_free_space); in fat_check_resize_geometry() local
137 needed, have); in fat_check_resize_geometry()
138 ped_free (needed); in fat_check_resize_geometry()
/onnv-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c302 unsigned needed = 2*(*curlen); local
304 size_t needed = 2*(*curlen);
307 while(needed < newlen)
308 needed *= 2;
310 *rwbuf = utils->realloc(*rwbuf, needed);
316 *curlen = needed;
/onnv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dspoolss.ndl154 OUT DWORD needed;
455 OUT DWORD needed;
515 OUT DWORD needed;
542 OUT DWORD needed;
602 OUT DWORD needed;
614 OUT DWORD needed;
652 OUT DWORD needed;
/onnv-gate/usr/src/cmd/lp/filter/postscript/postscript/
H A DREADME49 and often require device specific tuning that's rarely needed for STARE jobs. The
55 sets prism to true. What you end up getting is the device specific tuning needed

12345678910>>...13