| /freebsd-12.1/sys/gnu/dts/arm64/qcom/ |
| H A D | sdm845-mtp.dts | 125 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 132 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 139 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 148 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 155 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 161 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 167 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 173 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 179 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; 185 regulator-initial-mode = <RPMH_REGULATOR_MODE_HPM>; [all …]
|
| /freebsd-12.1/sys/amd64/vmm/io/ |
| H A D | vatpit.c | 80 uint16_t initial; /* initial counter value */ member 117 out = ((c->initial - delta_ticks) <= 0); in vatpit_get_out() 170 if (c->initial != 0) { in pit_timer_start_cntr0() 171 delta = c->initial * vatpit->freq_sbt; in pit_timer_start_cntr0() 200 if (c->initial == 0) { in pit_update_counter() 209 c->initial = TIMER_DIV(PIT_8254_FREQ, 100); in pit_update_counter() 216 lval = c->initial - delta_ticks % c->initial; in pit_update_counter() 385 c->initial = c->cr[0] | (uint16_t)c->cr[1] << 8; in vatpit_handler() 392 if (c->initial == 0) in vatpit_handler() 393 c->initial = 0xffff; in vatpit_handler()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genmultilib | 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-12.1/lib/libc/stdio/ |
| H A D | xprintf_str.c | 57 static const mbstate_t initial; in __wcsconv() local 67 mbs = initial; in __wcsconv() 82 mbs = initial; in __wcsconv() 97 mbs = initial; in __wcsconv() 170 static const mbstate_t initial; /* XXX: this is bogus! */ in __printf_render_chr() local 178 mbs = initial; in __printf_render_chr()
|
| H A D | vswscanf.c | 71 static const mbstate_t initial; in vswscanf_l() local 86 mbs = initial; in vswscanf_l()
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | wcsftime.c | 62 static const mbstate_t initial; in wcsftime_l() local 77 mbs = initial; in wcsftime_l() 84 mbs = initial; in wcsftime_l() 103 mbs = initial; in wcsftime_l()
|
| H A D | wcstod.c | 55 static const mbstate_t initial; in wcstod_l() local 81 mbs = initial; in wcstod_l() 92 mbs = initial; in wcstod_l()
|
| H A D | wcstof.c | 49 static const mbstate_t initial; in wcstof_l() local 65 mbs = initial; in wcstof_l() 76 mbs = initial; in wcstof_l()
|
| H A D | wcstold.c | 49 static const mbstate_t initial; in wcstold_l() local 65 mbs = initial; in wcstold_l() 76 mbs = initial; in wcstold_l()
|
| H A D | wctob.c | 45 static const mbstate_t initial; in wctob_l() local 46 mbstate_t mbs = initial; in wctob_l()
|
| H A D | btowc.c | 44 static const mbstate_t initial; in btowc_l() local 45 mbstate_t mbs = initial; in btowc_l()
|
| H A D | wctomb.c | 44 static const mbstate_t initial; in wctomb_l() local 50 locale->wctomb = initial; in wctomb_l()
|
| H A D | mblen.c | 44 static const mbstate_t initial; in mblen_l() local 50 locale->mblen = initial; in mblen_l()
|
| H A D | mbstowcs.c | 45 static const mbstate_t initial; in mbstowcs_l() local 50 mbs = initial; in mbstowcs_l()
|
| H A D | wcstombs.c | 46 static const mbstate_t initial; in wcstombs_l() local 51 mbs = initial; in wcstombs_l()
|
| H A D | mbtowc.c | 45 static const mbstate_t initial; in mbtowc_l() local 51 locale->mbtowc = initial; in mbtowc_l()
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | trap5.0 | 5 initial=$(trap) 11 [ "$initial" = "$second" ] 19 [ "$initial" = "$third" ]
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | strcollect.c | 42 enum { initial = 10, increment = 5 }; enumerator 83 char **ret = malloc (initial * sizeof(char *)); in strcollect() 90 ret = sub (ret, 1, initial, &ap); in strcollect()
|
| /freebsd-12.1/crypto/heimdal/kadmin/ |
| H A D | server.c | 38 kadmind_dispatch(void *kadm_handlep, krb5_boolean initial, in kadmind_dispatch() argument 232 && initial in kadmind_dispatch() 350 if (initial in kadmind_dispatch() 442 krb5_boolean initial, in v5_loop() argument 459 kadmind_dispatch(kadm_handlep, initial, &in, &out); in v5_loop() 488 krb5_boolean initial; in handle_v5() local 522 initial = ticket->ticket.flags.initial; in handle_v5() 536 v5_loop (contextp, ac, initial, kadm_handlep, fd); in handle_v5()
|
| /freebsd-12.1/tools/regression/netinet/ipsockopt/ |
| H A D | ipsockopt.c | 392 const char *optionname, int initial) in test_ip_uchar() argument 416 if (val[0] != initial) in test_ip_uchar() 419 val[0], initial); in test_ip_uchar() 532 char *optionname, int initial, int rootonly) in test_ip_boolean() argument 542 if (initial == 0) in test_ip_boolean() 561 if (val[0] != initial) in test_ip_boolean() 564 val[0], initial); in test_ip_boolean() 606 newvalue = initial; in test_ip_boolean()
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_ctrdtr.c | 38 _tcb_ctor(struct pthread *thread, int initial) in _tcb_ctor() argument 42 if (initial) in _tcb_ctor()
|
| /freebsd-12.1/libexec/rtld-elf/i386/ |
| H A D | rtld_start.S | 34 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-12.1/usr.bin/etdump/ |
| H A D | output_shell.c | 40 boot_catalog_section_entry *bcse, u_char platform_id, bool initial) in output_entry() argument 52 if (initial) in output_entry()
|
| H A D | output_text.c | 62 bool initial) in output_entry() argument 74 if (initial) { in output_entry()
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | crc64.h | 60 uint64_t initial; /**< Initial seed */ member 333 return CRC64_ECMA_182.initial; in crc64_init()
|