HomeSort by relevance Sort by last modified time
    Searched defs:initial (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
m_cc.c 101 * 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. */
  /onnv/onnv-gate/usr/src/cmd/sendmail/src/
domain.c 809 int initial; local
882 initial = T_A;
885 initial = T_AAAA;
887 qtype = initial;
891 if (qtype == initial)
969 qtype = initial;
1136 qtype = initial;
  /onnv/onnv-gate/usr/src/lib/krb5/kadm5/
str_conv.c 201 int initial; local
207 initial = 1;
215 if (!initial) {
219 initial = 0;
235 else if (initial)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
dns-sd.c 235 int labels = 0, depth = 0, i, initial = 0; local
265 if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <= 4) initial = 3;
266 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2;
267 else initial = 1;
268 labels -= initial;
270 // 4. Print the initial one-, two- or three-label clump
271 for (i=0; i<initial; i++)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
ContentToken.h 317 const LeafContentToken *initial() const;
481 const LeafContentToken *CompiledModelGroup::initial() const function in class:SP_NAMESPACE::CompiledModelGroup
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
mpd_probe.c 645 * 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
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/disp/
sysdc.c 230 * a separate scheduling class for two main reasons: the initial
433 #define SDC_UPDATE_INITIAL 0x1 /* for the initial update */
449 const uint_t initial = (flags & SDC_UPDATE_INITIAL); local
471 do_reset = initial;
479 if (initial) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/
osl.c 326 uint32_t initial; member in struct:__anon42
340 sp->initial = count;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
mDNS.c 476 <rdar://problem/3681031> Randomize initial timenow_adjust value in mDNS_Init
483 <rdar://problem/3681031> Randomize initial timenow_adjust value in mDNS_Init
690 Fixed crash with mDNS_Lock/Unlock being called for the initial GrowCache before the platform
6633 mDNSs32 initial = (flapping && q->FlappingInterface != set->InterfaceID) ? InitialQuestionInterval * 8 : InitialQuestionInterval; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/xge/hal/include/
xgehal-config.h 198 * @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
854 * @queue_size_initial: Initial size of the HAL protected event queue.
    [all...]

Completed in 360 milliseconds