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

1234

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_ctrdtr.c38 _tcb_ctor(struct pthread *thread, int initial) argument
42 if (initial)
/freebsd-11-stable/lib/libc/locale/
H A Dwctob.c43 static const mbstate_t initial; local
44 mbstate_t mbs = initial;
H A Dbtowc.c42 static const mbstate_t initial; local
43 mbstate_t mbs = initial;
H A Dmblen.c42 static const mbstate_t initial; local
48 locale->mblen = initial;
H A Dmbstowcs.c43 static const mbstate_t initial; local
48 mbs = initial;
H A Dwcstombs.c44 static const mbstate_t initial; local
49 mbs = initial;
H A Dwctomb.c42 static const mbstate_t initial; local
48 locale->wctomb = initial;
H A Dmbtowc.c43 static const mbstate_t initial; local
49 locale->mbtowc = initial;
H A Dwcsftime.c60 static const mbstate_t initial; local
75 mbs = initial;
82 mbs = initial;
101 mbs = initial;
H A Dwcstod.c53 static const mbstate_t initial; local
79 mbs = initial;
90 mbs = initial;
H A Dwcstof.c47 static const mbstate_t initial; local
63 mbs = initial;
74 mbs = initial;
H A Dwcstold.c47 static const mbstate_t initial; local
63 mbs = initial;
74 mbs = initial;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dstrcollect.c42 enum { initial = 10, increment = 5 }; enumerator in enum:__anon6062
83 char **ret = malloc (initial * sizeof(char *));
90 ret = sub (ret, 1, initial, &ap);
/freebsd-11-stable/usr.bin/etdump/
H A Doutput_shell.c40 boot_catalog_section_entry *bcse, u_char platform_id, bool initial)
52 if (initial)
39 output_entry(FILE *outfile, const char *filename __unused, boot_catalog_section_entry *bcse, u_char platform_id, bool initial) argument
H A Detdump.h39 u_char platform_id, bool initial);
H A Doutput_text.c62 bool initial)
74 if (initial) {
60 output_entry(FILE *outfile, const char *filename __unused, boot_catalog_section_entry *bcse, u_char platform_id __unused, bool initial) argument
/freebsd-11-stable/lib/libc/stdio/
H A Dxprintf_str.c55 static const mbstate_t initial; local
65 mbs = initial;
80 mbs = initial;
95 mbs = initial;
168 static const mbstate_t initial; /* XXX: this is bogus! */ local
176 mbs = initial;
H A Dvswscanf.c69 static const mbstate_t initial; local
84 mbs = initial;
H A Dvswprintf.c53 static const mbstate_t initial; local
93 mbs = initial;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpit.c81 uint16_t initial; /* initial counter value */ member in struct:channel
133 out = (delta_ticks >= c->initial);
187 if (c->initial != 0) {
189 delta.frac = vatpit->freq_bt.frac * c->initial;
195 * was supposed to fire is more than 'c->initial'
220 if (c->initial == 0) {
223 * the timer without having set up the initial value.
229 c->initial = TIMER_DIV(PIT_8254_FREQ, 100);
235 lval = c->initial
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenmultilib143 # repetition. When the script is called, ${initial} is the list of
152 all=${initial}`echo $first | sed -e 's_|_/_'g`
155 initial="${initial}${all}/" ./tmpmultilib $@
160 echo ${initial}${opt}/
164 initial="${initial}${opt}/" ./tmpmultilib $@
171 combinations=`initial=/ ./tmpmultilib ${options}`
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S34 movl %esp,%eax # Save initial stack pointer
35 movl %esp,%esi # Save initial stack pointer
44 pushl %eax # Pass initial stack pointer to rtld
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.conf16 initial-interval 2;
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dserver.c38 kadmind_dispatch(void *kadm_handlep, krb5_boolean initial, argument
225 * initial ticket, but then, check with the password quality
232 && initial
346 * a) it's for the principal him/herself and this was an initial ticket
350 if (initial
442 krb5_boolean initial,
459 kadmind_dispatch(kadm_handlep, initial, &in, &out);
488 krb5_boolean initial; local
522 initial = ticket->ticket.flags.initial;
440 v5_loop(krb5_context contextp, krb5_auth_context ac, krb5_boolean initial, void *kadm_handlep, krb5_socket_t fd) argument
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-config.c167 if ((new_queue->initial < XGE_HAL_MIN_FIFO_QUEUE_LENGTH) ||
168 (new_queue->initial > XGE_HAL_MAX_FIFO_QUEUE_LENGTH)) {
173 * Use "initial" queue size as the "maximum";
175 new_queue->max = new_queue->initial;
225 if ((new_config->initial < XGE_HAL_MIN_RING_QUEUE_BLOCKS) ||
226 (new_config->initial > XGE_HAL_MAX_RING_QUEUE_BLOCKS)) {
231 * Use "initial" queue size as the "maximum";
233 new_config->max = new_config->initial;

Completed in 147 milliseconds

1234