Searched defs:initial (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwctob.c40 static const mbstate_t initial = { 0 }; local
41 mbstate_t mbs = initial;
H A Dbtowc.c39 static const mbstate_t initial = { 0 }; local
40 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/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/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/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/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/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/sparc/fs/proc/
H A Dprmachdep.c155 prsetprregs(klwp_t *lwp, prgregset_t prp, int initial) argument
207 if (initial) { /* set initial values */
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c645 * The initial few responses after the interface is repaired may
836 * The initial few responses after the interface is repaired may
1386 boolean_t initial = (pi->pi_state == PI_INIT); local
1435 } else if (!initial && !GROUP_FAILED(pi->pi_group)) { /* case 3 */
/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) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1219 ipif_ndp_up(ipif_t *ipif, boolean_t initial) argument
1288 * If this is an initial bring-up (or the ipif was never
1293 if (initial || !ipif->ipif_addr_ready) {
/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/uts/intel/io/acpica/
H A Dosl.c325 uint32_t initial; member in struct:__anon328
339 sp->initial = count;
/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/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3429 // or it's the initial query for a kDNSServiceFlagsThresholdFinder mode browse.
5900 // initial DNSMessage with h.flags set to zero, and then update it to UpdateReqFlags right before sending the packet.
8769 // In addition, if the client immediately canceled its query after getting the initial partial response, then we'll
12841 // Reset our variables back to initial state, so we're ready for when NetWake is turned back on
12960 mDNSs32 initial = dodelay ? InitialQuestionInterval * QuestionIntervalStep2 : InitialQuestionInterval; local
12964 if (!q->ThisQInterval || q->ThisQInterval > initial)
12966 q->ThisQInterval = initial;
14430 uDNS_SetupDNSConfig(m); // Get initial DNS configuration

Completed in 835 milliseconds