Searched refs:initial (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dbtowc.c39 static const mbstate_t initial = { 0 }; local
40 mbstate_t mbs = initial;
H A Dwctob.c40 static const mbstate_t initial = { 0 }; local
41 mbstate_t mbs = initial;
H A Dwcstombs.c41 static const mbstate_t initial = { 0 }; local
45 mbs = initial;
H A Dwcsftime.c64 static const mbstate_t initial = { 0 }; local
78 mbs = initial;
85 mbs = initial;
104 mbs = initial;
H A Dfnmatch.c82 static const mbstate_t initial = { 0 }; local
84 return (fnmatch1(pattern, string, string, flags, initial, initial,
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_022_pos.ksh53 log_must zfs receive -v $recvfs </$POOL/initial.zsend
56 log_must zfs receive -v $sendfs </$POOL/initial.zsend
H A Drsend.kshlib543 log_must eval "zfs send -v $sendfs@a >/$sendpool/initial.zsend"
668 rm -f /$POOL/initial.zsend /$POOL/incremental.zsend
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c201 int initial; local
207 initial = 1;
215 if (!initial) {
219 initial = 0;
235 else if (initial)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c162 if ((new_queue->initial < XGE_HAL_MIN_FIFO_QUEUE_LENGTH) ||
163 (new_queue->initial > XGE_HAL_MAX_FIFO_QUEUE_LENGTH)) {
168 * Use "initial" queue size as the "maximum";
170 new_queue->max = new_queue->initial;
220 if ((new_config->initial < XGE_HAL_MIN_RING_QUEUE_BLOCKS) ||
221 (new_config->initial > XGE_HAL_MAX_RING_QUEUE_BLOCKS)) {
226 * Use "initial" queue size as the "maximum";
228 new_config->max = new_config->initial;
H A Dxgehal-ring.c294 queue->initial, queue->max,
306 queue->initial * ring->rxds_per_block,
336 /* initial replenish will increment the counter in its post() routine,
406 block_num = queue->initial;
H A Dxgehal-fifo.c256 queue->initial,
267 queue->initial, queue->max,
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c809 int initial; local
882 initial = T_A;
885 initial = T_AAAA;
887 qtype = initial;
891 if (qtype == initial)
969 qtype = initial;
1136 qtype = initial;
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c296 device_config->ring.queue[index].initial =
301 if (device_config->ring.queue[index].initial ==
303 device_config->ring.queue[index].initial =
442 device_config->fifo.queue[index].initial =
447 if (device_config->fifo.queue[index].initial ==
450 device_config->fifo.queue[index].initial =
454 device_config->fifo.queue[index].initial =
460 if (device_config->fifo.queue[index].initial ==
463 device_config->fifo.queue[index].initial =
748 device_config->ring.queue[XGELL_RX_RING_MAIN].initial *
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h198 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
221 int initial; member in struct:xge_hal_fifo_queue_t
320 * @initial: Initial numbers of RxD blocks per queue
371 int initial; member in struct:xge_hal_ring_queue_t
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s76 ! passed to this routine, but we do know how our initial stack has
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile41 network-initial.xml \
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c417 * is called when LC_TIME locale is initial
425 goto initial;
431 initial:
/illumos-gate/usr/src/cmd/mandoc/
H A Dread.c253 resize_buf(struct buf *buf, size_t initial) argument
256 buf->sz = buf->sz > initial/2 ? 2 * buf->sz : initial;
/illumos-gate/usr/src/uts/intel/fs/proc/
H A Dprmachdep.c106 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) argument
108 if (initial) /* set initial values */
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh185 -seed- restore the initial starting repository (All
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile61 ../milestone/network-initial.xml \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c517 int labels = 0, depth = 0, i, initial = 0; local
548 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <= 4) initial = 3;
549 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2;
550 else initial = 1;
551 labels -= initial;
553 // 4. Print the initial one-, two- or three-label clump
554 for (i=0; i<initial; i++)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c101 * back to the initial state on '\0' or WEOF.
202 * When converting a character, a null cchar_t pointer will force the initial
204 * will instead by the number of bytes used to shift to the initial state,
215 mbstate_t initial = { 0 }; local
228 convert._state = initial;
238 /* Force initial shift state. */
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s151 mov 56, %o4 ! initial shift count
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c228 * a separate scheduling class for two main reasons: the initial
426 #define SDC_UPDATE_INITIAL 0x1 /* for the initial update */
442 const uint_t initial = (flags & SDC_UPDATE_INITIAL); local
464 do_reset = initial;
472 if (initial) {

Completed in 231 milliseconds

123