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

123

/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c119 int more = 0; local
128 * way more than should ever be necessary. See the #define in misc.h.
174 * more style of output for disk selection list.
176 more = 1;
189 * If using more output, account 2 lines for each disk.
191 if (more && !more_quit && i && (one_line ||
198 fmt_print("- hit space for more or s to select - ");
232 if (!more || !more_quit)
236 if (more) {
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c19 * is preferable to spend more time in matches to allow very fast string
25 * A previous version of this file used a more sophisticated algorithm
27 * time, but has a larger average cost, uses more memory and is patented.
67 need_more, /* block not completed, need more input or more output */
69 finish_started, /* finish started, need only more output at next deflate */
70 finish_done /* finish done, accept no more input or output */
561 * This function could be more sophisticated to provide closer upper bounds for
874 * more output space, but possibly with both pending and
892 /* User must not provide more inpu
1395 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/illumos-gate/usr/src/cmd/dc/
H A Ddc.c132 ("new all %d rel %d copy %d more %d lbytes %d\n"),
1629 * the buf (i.e., there are no more numbers) or the numbers
2249 more((struct blk *)hptr);
2256 more(struct blk *hptr) function
2274 garbage("more");
2276 ospace("more");
2402 more(p);
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c390 krb5_boolean more; local
398 &more))) {
401 if (more) {
545 * of more space than required.
H A Dkdc_preauth.c1889 krb5_boolean more; local
1915 retval = krb5_db_get_principal(kdc_context, newp, &assoc, &npr, (uint *)&more);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c464 * down the much more likely case where iosize is larger than 0.
599 * Append to last_head if more than one mblks, and both
670 int more = 0; local
814 more = 0;
844 if (mp != NULL) { /* more data blocks in msg */
845 more |= MOREDATA;
869 more &= ~MOREDATA;
914 /* fast check so_rcv_head if there is more data */
1012 rvalp->r_val1 = more;
2142 * comment in socktpi.h for more detail
[all...]
H A Dsocktpi.c1196 * allow sockfs to be more sure about whether or not
2799 * Ignore any flow control to try to get the message more quickly to the peer.
2802 * the correct AF_UNIX socket semantics when one or more modules have
2975 /* No more pending oob indications */
3179 /* Need more data */
3288 * read/recv* has not been satisfied wait for some more.
3327 * read/recv* has not been satisfied wait for some more.
3522 * read/recv* has not been satisfied wait for some more.
3837 sosend_svccmsg(struct sonode *so, struct uio *uiop, int more, void *control, argument
3868 * message or if the caller passed in "more"
4126 sosend_svc(struct sonode *so, struct uio *uiop, t_scalar_t prim, int more, int sflag) argument
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1035 bool_t more = FALSE; local
1039 if (!xdr_bool(xdrs, &more))
1043 if (more == FALSE) {
1073 more = FALSE;
1074 if (!xdr_bool(xdrs, &more))
1093 bool_t more = FALSE; local
1099 if (!xdr_bool(xdrs, &more)) {
1103 if (more == FALSE) {
1142 if (!xdr_bool(xdrs, &more))
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c141 * update on the master would be somewhat more serious, but this would
954 * more than requested.
962 krb5_boolean *more) /* are there more? */
972 *more = FALSE;
958 krb5_db2_db_get_principal(krb5_context context, krb5_const_principal searchfor, krb5_db_entry *entries, int *nentries, krb5_boolean *more) argument
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c574 * RETURNS: 1 - request must be fragmented, more work to do,
575 * 0 - request satisified, no more work to do
594 int lo, mid, hi, found, more; local
637 more = 1;
640 more = 0;
646 more = 1;
654 return (more);
882 * if this parent has more children, we just free the
889 /* there are no more children */
938 int more; local
1098 int more; local
1692 int more; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c587 * When the virtual request specified by (dev, blkno) spans more than one
608 int row_index, more; local
638 more = 0;
640 more = 1;
643 more = 0;
651 more = 1;
654 more = 0;
671 more = 1;
682 return (more);
691 int more; local
1055 int more; local
[all...]
/illumos-gate/usr/src/lib/krb5/kdb/
H A Dkdb5.c894 int *nentries, krb5_boolean * more)
915 more);
927 int *nentries, krb5_boolean * more)
949 more);
891 krb5_db_get_principal(krb5_context kcontext, krb5_const_principal search_for, krb5_db_entry * entries, int *nentries, krb5_boolean * more) argument
924 krb5_db_get_principal_nolock(krb5_context kcontext, krb5_const_principal search_for, krb5_db_entry * entries, int *nentries, krb5_boolean * more) argument
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c118 * augmented by zero or more the flags:
780 queue_slot(queue_head_t *qp, ulwp_t **prevp, int *more) argument
790 *more = 0;
796 *more = 0;
800 *more = 1;
882 dequeue(queue_head_t *qp, int *more) argument
888 if ((ulwpp = queue_slot(qp, &prev, more)) == NULL)
905 int more; local
907 if ((ulwpp = queue_slot(qp, &prev, &more)) == NULL)
1617 int more; local
3701 int more; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c553 * If 2 or more nodes simultaneously see a
1744 sm->sm_flags = 0; /* sometime we may need to do more here */
3866 int more; local
4144 more = mirror_map_write(un, cs, ps, (flag & MD_STR_WAR));
4148 * a write to block 0 on a label partition. (more < 0)
4152 if (more < 0) {
4162 if (more) {
4168 } while (more);
4184 size_t more; local
4408 more
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c109 * indicated that anything more complex slowed down the main
680 ASSERT(qp->q_first == NULL); /* No more delayed write */
1580 * any more data, hence the mblk is freed to prevent unnecessary
1788 * are marked in more than one band. We only
2442 * If there is one or more threads in the read side
3792 * See if any more modules can be pushed on this stream.
4016 * on pipes in the first release. We want to learn more
4181 * on pipes in the first release. We want to learn more
6516 int more = 0; local
6602 * and there cannot be more tha
7082 int more = 0; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c353 * trees more frequently.
437 * is preferable to spend more time in matches to allow very fast string
443 * A previous version of this file used a more sophisticated algorithm
445 * time, but has a larger average cost, uses more memory and is patented.
775 /* User must not provide more input after the first FINISH: */
805 /* If a flush was requested, we have a little more to output now. */
1000 * necessary to put more guard bytes at the end of the window, or
1001 * to check more often for insufficient lookahead.
1114 unsigned more; /* Amount of free space at the end of the window. */ local
1118 more
2666 } more; member in struct:inflate_huft_s
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c100 ** Each work group contains one or more queue groups. This is done
178 ** on a file system in which one or more queue directories reside.
220 /* XXX more to follow? */
913 /* XXX: something more drastic? */
1057 ** Sets the NoMoreRunners boolean to true to stop more runners
1118 ** Sets the NoMoreRunners boolean to true to stop more runners
1185 ** Restart any workgroup marked as needing a restart provided more
1229 ** Restart a specific workgroup provided more runners are allowed.
1466 /* queue run has been started, don't do any more this time */
1469 /* more tha
1880 bool full, more; local
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c527 * more frequently.
653 * is preferable to spend more time in matches to allow very fast string
659 * A previous version of this file used a more sophisticated algorithm
661 * time, but has a larger average cost, uses more memory and is patented.
702 /* block not completed, need more input or more output */
705 /* finish started, need only more output at next deflate */
707 finish_done /* finish done, accept no more input or output */
1167 * called again with more output space, but
1189 /* User must not provide more inpu
1726 unsigned more; /* Amount of free space at the end of the window. */ local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c355 * When more than 1 ill lock is needed to be held, all ill lock addresses
567 * packet is acted upon by one or more IPQoS modules (action instances), per
772 * is a clash, and there is more than 1 ioctl with the same last byte.
2054 * not and send it back. We will fanout again if we have more
2063 * we have more data in the packet.
2196 * correct, but we don't use them any more here.
2256 * longer correct, but we don't use them any more here.
2675 * TODO: more precise handling for cases 0, 2, 3, the latter two
2843 * Check if we can send back more then 8 bytes in addition to
4790 * If there are more MA
6672 ip_reassemble(mblk_t *mp, ipf_t *ipf, uint_t start, boolean_t more, ill_t *ill, size_t msg_len) argument
[all...]

Completed in 210 milliseconds

123