Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c180 *len = need; in irp_marshall_pw()
197 *len = need; in irp_marshall_pw()
422 need++; in irp_marshall_gr()
428 *len = need; in irp_marshall_gr()
445 *len = need; in irp_marshall_gr()
597 *len = need; in irp_marshall_sv()
614 *len = need; in irp_marshall_sv()
752 *len = need; in irp_marshall_pr()
769 *len = need; in irp_marshall_pr()
925 *len = need; in irp_marshall_ho()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dmbdb.c498 int need; local
649 need &= ~NEED_FULLNAME;
653 if (!bitset(NEED_HOMEDIR, need) ||
659 need &= ~NEED_HOMEDIR;
663 if (!bitset(NEED_SHELL, need) ||
669 need &= ~NEED_SHELL;
675 if (!bitset(NEED_UID, need))
691 need &= ~NEED_UID;
697 if (!bitset(NEED_GID, need))
713 need &= ~NEED_GID;
[all …]
/illumos-gate/usr/src/common/crypto/modes/
H A Decb.c47 size_t need; in ecb_cipher_contiguous_blocks() local
74 need = block_size - ctx->ecb_remainder_len; in ecb_cipher_contiguous_blocks()
76 if (need > remainder) in ecb_cipher_contiguous_blocks()
80 [ctx->ecb_remainder_len], need); in ecb_cipher_contiguous_blocks()
97 need); in ecb_cipher_contiguous_blocks()
116 datap += need; in ecb_cipher_contiguous_blocks()
H A Dcbc.c56 size_t need; in cbc_encrypt_contiguous_blocks() local
83 need = block_size - ctx->cbc_remainder_len; in cbc_encrypt_contiguous_blocks()
85 if (need > remainder) in cbc_encrypt_contiguous_blocks()
89 [ctx->cbc_remainder_len], need); in cbc_encrypt_contiguous_blocks()
112 need); in cbc_encrypt_contiguous_blocks()
150 datap += need; in cbc_encrypt_contiguous_blocks()
193 size_t need; in cbc_decrypt_contiguous_blocks() local
220 need = block_size - ctx->cbc_remainder_len; in cbc_decrypt_contiguous_blocks()
222 if (need > remainder) in cbc_decrypt_contiguous_blocks()
226 [ctx->cbc_remainder_len], need); in cbc_decrypt_contiguous_blocks()
[all …]
H A Dccm.c55 size_t need; in ccm_mode_encrypt_contiguous_blocks() local
86 need = block_size - ctx->ccm_remainder_len; in ccm_mode_encrypt_contiguous_blocks()
88 if (need > remainder) in ccm_mode_encrypt_contiguous_blocks()
92 [ctx->ccm_remainder_len], need); in ccm_mode_encrypt_contiguous_blocks()
136 need); in ccm_mode_encrypt_contiguous_blocks()
159 datap += need; in ccm_mode_encrypt_contiguous_blocks()
366 size_t need; in ccm_mode_decrypt_contiguous_blocks() local
452 need = block_size - ctx->ccm_remainder_len; in ccm_mode_decrypt_contiguous_blocks()
454 if (need > remainder) in ccm_mode_decrypt_contiguous_blocks()
458 [ctx->ccm_remainder_len], need); in ccm_mode_decrypt_contiguous_blocks()
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtable.c45 int need; in sqlite_get_table_cb() local
53 need = nCol*2; in sqlite_get_table_cb()
55 need = nCol; in sqlite_get_table_cb()
57 if( p->nData + need >= p->nAlloc ){ in sqlite_get_table_cb()
59 p->nAlloc = p->nAlloc*2 + need + 1; in sqlite_get_table_cb()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsftable.c61 int argp, argn, maxp, need[FP_INDEX]; local
108 need[n] = -1;
141 need[FP_STR] = n;
198 need[dot] = n;
235 need[FP_SIZE] = n;
328 fp[argp].need[n] = need[n];
354 fp[n].need[v] = -1;
361 if((v = fp[n].need[FP_WIDTH]) >= 0 && v < n)
365 if((v = fp[n].need[FP_BASE]) >= 0 && v < n)
367 if((v = fp[n].need[FP_STR]) >= 0 && v < n)
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c227 *need |= mask; in expand_env_list()
229 *need &= ~(mask); in expand_env_list()
657 *need = (st->st_need_mask & b) ? 1 : 0; in sym_test_env()
903 (void) fprintf(logf, "EXPECT: %s\n", need ? "OK" : "FAIL"); in do_compile()
912 if (!need) { in do_compile()
920 if (need) { in do_compile()
938 int need; in test_compile() local
945 for (cenv = sym_test_env(st, NULL, &need); in test_compile()
947 cenv = sym_test_env(st, cenv, &need)) { in test_compile()
949 need ? '+' : '-', env_name(cenv)); in test_compile()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos25 You'll need the data tarball. Most data files are used in the gate
33 Next you need to copy the country tab and the zone tab files. These have
39 Now, you need to manually fix up the zone_sun.tab. zone_sun.tab has
62 After that's done, you'll need to go through the more agonizing process of
65 These "Link" lines describe hardlinks that need to exist in packaging.
83 changed to links but others may need manual adjustment. If you're not friends
86 Once both of those are done, you'll need to update the version of the package
88 Instead, you need to encode that letter to its spot in the alphabet. So 2013i
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c38 int need; variable
61 nsucc = need = inct = rflag = numwords = nfound = 0; in fgrep()
79 need = (int)xargv[1]; in fgrep()
133 if (need == 0) need = numwords; in execute()
189 fprintf(stderr, " found: nfound %d need %d\n", nfound, need); in execute()
191 if (++nfound >= need) { in execute()
H A Dhunt6.c40 int i, g, j, need, got, na, len; in baddrop() local
106 need = colevel ? reached : nitem; in baddrop()
111 ar[na++] = (char *)need; in baddrop()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c77 static void warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail,
129 warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, fsblkcnt_t limit) in warn() argument
133 logerr(gettext(WRN_NOBLKS), name, avail, (need + limit), limit, in warn()
134 (need + limit - avail)); in warn()
136 logerr(gettext(WRN_NOFILES), name, avail, (need + limit), limit, in warn()
137 (need + limit - avail)); in warn()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcollate.c385 size_t need = 0; in _collate_wxfrm() local
448 need = want; in _collate_wxfrm()
468 need = want; in _collate_wxfrm()
474 return (need); in _collate_wxfrm()
533 size_t need = 0; in _collate_sxfrm() local
607 need = want; in _collate_sxfrm()
635 need = want; in _collate_sxfrm()
641 return (need); in _collate_sxfrm()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c288 int need; in auimpl_output_callback_impl() local
302 need = fragfr; in auimpl_output_callback_impl()
325 used = min(avail, need); in auimpl_output_callback_impl()
349 need -= used; in auimpl_output_callback_impl()
351 } while (need && avail); in auimpl_output_callback_impl()
381 sp->s_errors += need; in auimpl_output_callback_impl()
/illumos-gate/usr/src/cmd/tbl/
H A Dt7.c19 void need(void);
26 if (boxflg || allflg || dboxflg) need(); in runout()
93 need(void) in need() function
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c493 int need; in xnbo_hotplug_connected() local
505 "SUNW-need-rx-filter", "%d", &need) != 0) in xnbo_hotplug_connected()
506 need = 0; in xnbo_hotplug_connected()
507 xnbop->o_need_rx_filter = (need > 0); in xnbo_hotplug_connected()
510 "SUNW-need-set-physaddr", "%d", &need) != 0) in xnbo_hotplug_connected()
511 need = 0; in xnbo_hotplug_connected()
512 xnbop->o_need_setphysaddr = (need > 0); in xnbo_hotplug_connected()
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME209 - Depending on the polling interval, we need to add the above calculated
210 bandwidth to one or more frame bandwidth lists. Before adding, we need to
216 In this case, we need to add required bandwidth to 0,4,8,12,16,20,24,
397 For a high speed usb device, you only need high speed bandwidth. For a
398 full/low speed device connected through a high speed hub, you need both
443 - Depending on the polling interval, we need to add the above calculated
446 Before adding, we need to double check the availability of bandwidth in
454 saved using ehci_start_split_masks matrix. For this example, we need
485 - Depending on the polling interval, we need to add the above calculated
497 this case, we need to add required Start and Complete split
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c813 strtbl_alloc(ARSTRTBL *strtbl, size_t need) in strtbl_alloc() argument
821 uint64_t need64 = need; in strtbl_alloc()
938 size_t need; in savename() local
940 need = strlen(symbol) + 1; in savename()
941 if ((need + sym_strtbl.used) > sym_strtbl.size) in savename()
942 strtbl_alloc(&sym_strtbl, need); in savename()
945 sym_strtbl.used += need; in savename()
964 size_t len, need; in savelongname() local
969 need = len + 2; in savelongname()
973 strtbl_alloc(&long_strtbl, need); in savelongname()
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vadj.c212 int need; in vglitchup() local
218 need = p + vp->vdepth - (vp+1)->vliny; in vglitchup()
219 if (need > 0) { in vglitchup()
220 if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) { in vglitchup()
222 WTOP -= need; in vglitchup()
224 p -= need; in vglitchup()
229 vdellin(WTOP, need, -1); in vglitchup()
234 vinslin((vp+1)->vliny, need, l); in vglitchup()
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles122 ROOTHDRDIR have been set, your Makefile need only contain
304 3. A list of macros that need not be defined prior to the inclusion
331 actually do not need to set this prior to the inclusion of
361 you usually do not need to set this.
368 Makefile.rootfs), you usually do not need to set this.
381 you only need to set this when source files from directories other
398 Makefile.lib, so you only need to change this if you have additional
408 Appended with any flags that need to be passed to the C
415 Appended with any flags that need to be passed to the C compiler.
421 Appended with any flags that need to be passed to the C compiler
[all …]
/illumos-gate/usr/src/cmd/csh/
H A DREADME17 You need to modify sigvechandler()
19 You need to modify struct sigcontext.
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1430 size_t need; in get_provider_info() local
1449 need = 0; in get_provider_info()
1863 uint_t need; in grow_session_table() local
2842 need = 0; in cipher()
3003 need = 0; in cipher_update()
3155 need = encrlen; in common_final()
3353 need = datalen; in digest_update()
3560 need = 0; in common_digest()
4117 need = 0; in verify()
4509 need = len; in generate_random()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dpfmod.c236 int need; in pfrput() local
276 need = pfp->pf_PByteLen; in pfrput()
277 if (mbp && (MBLKL(mbp) < need)) { in pfrput()
281 if (pullupmsg(mbp, MIN(need, len)) == 0) { in pfrput()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppsearch.c119 int need; in search() local
156 need = TYPE_HOSTED; in search()
158 need = TYPE_VENDOR; in search()
160 need = TYPE_INCLUDE; in search()
162 if (dp->type & need) in search()
164 …message((-3, "search: fp=%s need=%02x index=%d dp=%s type=%02x index=%d", fp->name, need, index, d… in search()
359 …gs & SEARCH_NEXT) && index != dp->index && (!(need & TYPE_HOSTED) || dp->index == INC_STANDARD) &&… in search()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dbitmap.c416 int len, glen, scnt, need, space; in cb_get_physavail() local
457 need = len + (sizeof (*arp) * (scnt + 1)); in cb_get_physavail()
460 if (len == -1 || need > space) { in cb_get_physavail()
462 str, mem_prop, len, need, space); in cb_get_physavail()

12345678910>>...28