Searched defs:more (Results 26 - 50 of 69) sorted by relevance

123

/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Dkdb5_util.c442 krb5_boolean more; local
468 &master_entry, &nentries, &more))) {
474 } else if (more) {
601 krb5_boolean more; local
634 &n, &more);
645 if (more) {
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c70 krb5_boolean more; local
134 &client, &c_nprincs, &more))) {
139 if (more) {
155 &s_nprincs, &more))) {
159 if (more) {
H A Ddo_tgs_req.c80 krb5_boolean more; local
164 &nprincs, &more))) {
170 if (more) {
189 find_alternate_tgs(request, &server, &more, &nprincs,
811 krb5_boolean *more, int *nprincs,
819 *more = FALSE;
843 retval = krb5_db_get_principal(kdc_context, *pl2, server, nprincs, more);
847 *more = FALSE;
851 if (*more) {
896 *more
810 find_alternate_tgs(krb5_kdc_req *request, krb5_db_entry *server, krb5_boolean *more, int *nprincs, const krb5_fulladdr *from, char *cname) argument
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_kdb.c249 krb5_boolean more; local
254 &more);
258 if (more) {
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c285 * This routine converts one or more krb5 db2 records into update
295 unsigned int more; local
332 &nprincs, &more))) {
594 * This routine converts one or more update log (ulog) entries into
622 unsigned int more; local
650 &more);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c274 krb5_boolean more=0; local
281 if ((st=krb5_ldap_get_principal(context, searchfor, &entries, nentries, &more)) != 0 || *nentries == 0)
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h103 int more; /* On conversion from decimal to binary, != 0 member in struct:__anon2751
104 * indicates more non-zero digits following
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dprinter.c386 short more; local
395 more = snd_msg(svc, S_CANCEL, dest, "", "");
397 if (more < 0)
401 if (rcv_msg(svc, R_CANCEL, &more, &status, &req_id) < 0)
426 } while (more == MOKMORE);
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_client.c513 int err, more, nbytes; local
518 &nbytes, (char *)recv_nds->pdu_base_offset, &more);
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPReg.c589 * if there are no more registrations to refresh, it will exit.
606 /* no more reregs; shut down this thread */
744 * Returns true if there are more reregs on the list, false if none.
749 SLPBoolean more = SLP_TRUE; local
754 more = SLP_FALSE;
786 return (more);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Drwlock.c78 * No entry available. Allocate more space, converting the single
383 int more; local
428 * on-stack buffer, we need to allocate more but we can't call
436 while ((ulwpp = queue_slot(qp, &prev, &more)) != NULL) {
1064 * If we hold more than one readers lock on this rwlock,
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetainit.c197 uint_t more; local
233 for (more = 0; (more < tabp->nlines); ++more) {
234 md_tab_line_t *linep = &tabp->lines[more];
263 /* while more devices get made */
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslapi.c316 * B_FALSE in *more. The reason for this is SSL3: The protocol
324 kssl_input(kssl_ctx_t ctx, mblk_t *mp, mblk_t **decrmp, boolean_t *more, argument
344 *more = B_FALSE;
471 *more = ((ssl->rec_ass_head != NULL) &&
478 *more = ((ssl->rec_ass_head != NULL) &&
545 more:
747 goto more;
764 goto more;
H A Dksslfilter.c355 boolean_t more = B_FALSE; local
368 &more, kssl_input_callback, (void *)handle);
451 } while (more);
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc_xdr.c310 bool_t more; local
327 more = (tl != NULL);
328 if (!xdr_bool(xdrs, &more))
344 if (!xdr_bool(xdrs, &more))
346 if (more == FALSE)
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd.c398 int more; local
407 more = FALSE;
413 more = TRUE;
421 if (more) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvtree.c548 int tabs=0,c,more,associative = 0; local
592 more = nv_nextsub(np);
626 more = nv_nextsub(np);
632 c = more?' ':-1;
638 if(!more)
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c321 int more = 1; local
325 while (more) {
327 more = ((*data++) & 0x80) >> 7;
340 int more = 1; local
344 while (more) {
346 more = ((*data++) & 0x80) >> 7;
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_subr.c487 notesgn = cp = (unsigned char *)"more ";
503 gettext("%d more lines") :
510 gettext("%d more lines in file after %s")), i, Command);
695 int more; local
705 more = (a2 - a1 + 1) - (unddol - dol);
706 while (more > (endcore - truedol))
710 if (more)
711 (*(more > 0 ? copywR : copyw))(unddol + more + 1, unddol + 1,
713 unddol += more;
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c231 * really want to waste any more time. Specifically, we don't
793 bool_t more = TRUE; local
806 if (!xdr_bool(xdrs, &more)) {
819 if (!xdr_bool(xdrs, &more)) {
827 more = FALSE;
829 if (!xdr_bool(xdrs, &more)) {
1029 * really want to waste any more time. Specifically, we don't
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c154 * Allocate initial size for msgid and msgstr. If it needs more
843 binary_compute(int i, int j, int *more, int *less) argument
852 less[k] = binary_compute(i, k - 1, more, less);
853 more[k] = binary_compute(k + 1, j, more, less);
898 int *less, *more; local
932 * Fill up less and more entries to be used for binary search.
937 more = (int *)Xcalloc(message_count, sizeof (int));
939 (void) binary_compute(0, message_count - 1, more, less);
946 " less[%2d]=%2d, more[
[all...]
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c468 int more = 1, sawesc = 0; local
517 if (*++p == '\0' && more) {
519 &more))
540 } while (cu_fgets(p = lbuf, sizeof (lbuf), &more));
566 fatal(_("more than one number or "
585 fatal(_("more than one number or "
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h166 * nca_io2_t.more values are set to zero) indicates splice to the
171 * nca_io2_t.more values are set to zero) indicates tee to the
228 uint8_t more; /* more chunks to follow */ member in struct:nca_io2_s
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c26 * is preferable to spend more time in matches to allow very fast string
32 * A previous version of this file used a more sophisticated algorithm
34 * time, but has a larger average cost, uses more memory and is patented.
72 need_more, /* block not completed, need more input or more output */
74 finish_started, /* finish started, need only more output at next deflate */
75 finish_done /* finish done, accept no more input or output */
490 * This function could be more sophisticated to provide closer upper bounds
767 * more output space, but possibly with both pending and
785 /* User must not provide more inpu
1277 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c41 * framework may appear more general purpose then would be needed just
926 boolean_t more; local
954 /* 2nd or more time(s) here so use keep-alive value */
1021 more = nl7c_parse(so, nonblocking, &ret);
1044 more = B_TRUE;
1047 } while (more);

Completed in 112 milliseconds

123