Searched refs:initial (Results 26 - 50 of 94) sorted by relevance

1234

/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c107 * - That there is no initial set of options (length returned is 0).
125 err(-1, "test_ip_options(%s): initial getsockopt()",
129 errx(-1, "test_ip_options(%s): initial getsockopt() returned "
230 err(-1, "test_ip_hdrincl(): initial getsockopt(IP_HDRINCL)");
233 errx(-1, "test_ip_hdrincl(): initial getsockopt(IP_HDRINC) "
298 * Make sure the initial value of the flag is 0 (disabled).
309 "initial get\n", len);
312 errx(-1, "test_ip_hdrincl(): initial flag value of %d\n",
381 * - The initial value of the TOS option is 0, TTL is 64.
392 const char *optionname, int initial)
391 test_ip_uchar(int sock, const char *socktypename, int option, const char *optionname, int initial) argument
531 test_ip_boolean(int sock, const char *socktypename, int option, char *optionname, int initial, int rootonly) argument
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dfnmatch.c81 static const mbstate_t initial; local
83 return (fnmatch1(pattern, string, string, flags, initial, initial));
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c128 struct dwarf2_frame_state_reg_info initial;
196 dwarf2_frame_state_free_regs (fs->initial.prev);
198 xfree (fs->initial.reg);
244 struct frame_info *next_frame, CORE_ADDR initial)
256 dwarf_expr_push (ctx, initial);
297 gdb_assert (fs->initial.reg);
300 fs->regs.reg[reg] = fs->initial.reg[reg];
337 gdb_assert (fs->initial.reg);
340 fs->regs.reg[reg] = fs->initial.reg[reg];
630 fs->initial
127 struct dwarf2_frame_state_reg_info initial; member in struct:dwarf2_frame_state
241 execute_stack_op(unsigned char *exp, ULONGEST len, struct frame_info *next_frame, CORE_ADDR initial) argument
[all...]
/freebsd-11-stable/share/mk/
H A Dlocal.sys.env.mk19 # match against our initial targets (see above)
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-config.h203 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
226 int initial; member in struct:xge_hal_fifo_queue_t
325 * @initial: Initial numbers of RxD blocks per queue
376 int initial; member in struct:xge_hal_ring_queue_t
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec60 - initial version
/freebsd-11-stable/contrib/sendmail/src/
H A Ddomain.c1261 int ancount, qdcount, ret, type, qtype, initial, loopcnt, ttl, sli; local
1370 initial = T_A;
1373 initial = T_AAAA;
1375 qtype = initial;
1382 if (qtype == initial)
1461 qtype = initial;
1630 qtype = initial;
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c217 static const mbstate_t initial; local
227 mbs = initial;
242 mbs = initial;
257 mbs = initial;
621 static const mbstate_t initial; local
625 mbs = initial;
994 /* already handled initial 0's */
/freebsd-11-stable/contrib/dialog/package/
H A Ddialog.spec87 - initial version
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk43 # match against our initial targets (see above)
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm50 ! Start creating the initial frame by pushing a NULL value for the return
51 ! address of the initial frame, and mark the end of the stack frame chain
116 ! the initial frame pointer.
H A Dsol2-gc1.asm53 ! Start creating the initial frame by pushing a NULL value for the return
54 ! address of the initial frame, and mark the end of the stack frame chain
129 ! the initial frame pointer.
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c299 queue->initial, queue->max,
311 queue->initial * ring->rxds_per_block,
341 /* initial replenish will increment the counter in its post() routine,
411 block_num = queue->initial;
H A Dxgehal-fifo.c261 queue->initial,
272 queue->initial, queue->max,
/freebsd-11-stable/contrib/mdocml/
H A Dread.c279 resize_buf(struct buf *buf, size_t initial) argument
282 buf->sz = buf->sz > initial/2 ? 2 * buf->sz : initial;
/freebsd-11-stable/usr.sbin/iscsid/
H A Dlogin.c187 * one for initial target portal, and one for redirect portal.
224 static bool initial = true; local
255 if (initial == false &&
268 initial = false;
/freebsd-11-stable/stand/lua/
H A Dhook.lua38 -- initial load. Other modules may then, at any time, register a hook for these
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dent_setup.c48 flags->initial = !!(attr & KRB5_KDB_DISALLOW_TGT_BASED);
/freebsd-11-stable/usr.sbin/ctld/
H A Dlogin.c91 login_receive(struct connection *conn, bool initial) argument
108 if (initial == false)
131 if (initial == false &&
138 if (initial == false &&
792 * Handle the initial Login Request - figure out required authentication
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.c893 int initial; local
902 for (initial = 1;; cp++, initial = 0) {
916 if (initial)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h424 // init - Specify a default (initial) value for the command line argument, if
1339 template <class T> void setValue(const T &V, bool initial = false) {
1342 if (initial)
1369 template <class T> void setValue(const T &V, bool initial = false) {
1371 if (initial)
1394 template <class T> void setValue(const T &V, bool initial = false) {
1396 if (initial)
2115 /// Reset the command line parser back to its initial state. This
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-manip.c55 tree stmt, initial, step1, stmts; local
114 initial = force_gimple_operand (base, &stmts, true, var);
120 add_phi_arg (stmt, initial, loop_preheader_edge (loop));
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c543 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, argument
612 initial[i] = BF_init_state.P[i] ^ tmp[bug];
632 * flip bit 16 in initial expanded key. (The choice of 16 is arbitrary, but
641 initial[0] ^= sign;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dbsaes-armv7.S1563 @ generate initial tweak
1568 mov r0,sp @ pointer to initial tweak
1604 vld1.8 {q8}, [r0] @ initial tweak
2043 @ generate initial tweak
2048 mov r0, sp @ pointer to initial tweak
2089 vld1.8 {q8}, [r0] @ initial tweak
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmit_dump.c132 flags->initial = !!(attr & KRB5_KDB_DISALLOW_TGT_BASED);

Completed in 156 milliseconds

1234