/titanic_52/usr/src/cmd/sendmail/db/db/ |
H A D | 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...] |
/titanic_52/usr/src/lib/libsasl/lib/ |
H A D | 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; 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 in prop_format() 612 size_t needed; prop_set() local 655 size_t needed; prop_set() local 717 size_t needed; prop_set() local [all...] |
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | syminfo.c | 41 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()
|
H A D | syms.c | 593 const char *needed; in Dbg_syminfo_entry() local 601 needed = strtab + dyn[sip->si_boundto].d_un.d_val; in Dbg_syminfo_entry() 603 needed = 0; in Dbg_syminfo_entry() 606 Dbg_demangle_name(strtab + sym->st_name), needed); in Dbg_syminfo_entry()
|
/titanic_52/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_main.c | 173 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()
|
/titanic_52/usr/src/cmd/abi/appcert/etc/ |
H A D | etc.alt.in | 39 # needed =~ -> $needed =~ where $needed is a list of all needed libs.
|
H A D | etc.warn.in | 38 # needed =~ -> $needed =~ where $needed is a list of all ldd needed libs. 70 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/:
|
/titanic_52/usr/src/cmd/sendmail/db/btree/ |
H A D | 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 ||
|
/titanic_52/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | 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
|
/titanic_52/usr/src/cmd/sendmail/cf/mailer/ |
H A D | local.m4 | 44 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
|
/titanic_52/usr/src/lib/libc/sparc/gen/ |
H A D | memchr.s | 73 cmp %o4, 3 ! only one byte needed to align? 82 cmp %o4, 2 ! only two bytes needed to align?
|
/titanic_52/usr/src/pkg/manifests/ |
H A D | system-library-processor.mf | 84 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 D | system-tnf.mf | 28 value="utilities needed to enable probe points, in the kernel and in applications, that can generate Trace Normal Format (TNF) records in a trace file" 64 desc="utilities needed to enable probe points, in the kernel and in applications, that can generate Trace Normal Format (TNF) records in a trace file" \
|
H A D | shell-ksh93.mf | 13 # This is needed until we merge https://www.illumos.org/issues/2755
|
/titanic_52/usr/src/lib/libc/sparcv9/gen/ |
H A D | memchr.s | 73 cmp %o4, 3 ! only one byte needed to align? 82 cmp %o4, 2 ! only two bytes needed to align?
|
/titanic_52/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | spoolss_svc.c | 498 param->needed = 0; in spoolss_s_EnumForms() 569 param->needed = 0; in spoolss_s_EnumJobs() 586 param->needed = 0; in spoolss_s_GetJob() 609 param->needed = 0; in spoolss_s_AddJob() 887 param->needed = 460; in spoolss_s_GetPrinter() 890 param->needed = 712; in spoolss_s_GetPrinter() 897 if (param->BufCount < param->needed) { in spoolss_s_GetPrinter() 911 offset = param->needed; in spoolss_s_GetPrinter()
|
/titanic_52/usr/src/uts/common/xen/public/io/ |
H A D | protocols.h | 37 # error arch fixup needed here
|
/titanic_52/usr/src/pkg/transforms/ |
H A D | defaults | 29 # files there are drivers, and give them mode 0755 and reboot-needed. 31 # The (?<!r) construct in the reboot-needed transform is a negative 38 <transform file path=.*kernel/.+(?<!\.conf)$ -> default reboot-needed true>
|
/titanic_52/usr/src/lib/libsasl/plugin/ |
H A D | plugin_common.c | 302 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;
|
/titanic_52/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 154 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;
|
H A D | rpcpdu.ndl | 66 * Representation label -- needed for RPC header 492 /* needed for request, response, or fault */ 512 /* needed for request, response, or fault */ 545 /* needed for request, response, or fault */ 549 /* needed for response or fault */ 574 /* needed for response or fault */
|
/titanic_52/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | 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; in dump_syminfo() local 288 needed = elfedit_offset_to_str(argstate->str.sec, in dump_syminfo() 292 needed = MSG_ORIG(MSG_STR_EMPTY); in dump_syminfo() 294 Elf_syminfo_entry(0, ndx, syminfo, name, needed); in dump_syminfo() 714 * If -needed optio in cpl_si_boundto() [all...] |
/titanic_52/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet_sundry.c | 317 * Builds the interface cache. Write lock on iflock is needed 328 size_t needed; in get_if_info() local 347 needed = (numifs + 4) * sizeof (struct lifreq); in get_if_info() 349 buf = malloc(needed); in get_if_info() 351 buf = realloc(buf, needed); in get_if_info() 359 lifc.lifc_len = needed; in get_if_info()
|
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | dt_subr.c | 577 int needed, rval; in dt_printf() local 603 if ((needed = vsnprintf(NULL, 0, format, ap)) < 0) { in dt_printf() 609 if (needed == 0) { in dt_printf() 620 if (needed + 1 < avail) in dt_printf() 640 dtp->dt_buffered_offs += needed; in dt_printf()
|
/titanic_52/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot_a.out.s | 80 restore ! how many restores needed ? 2
|