/freebsd/usr.sbin/bsdconfig/ |
H A D | bsdconfig.8 | 159 .It Cm startup 160 Configure various aspects of system startup. 162 Shortcut to the Miscellaneous Startup Services menu under startup. 164 Shortcut to the Add New menu under the View/Edit Startup Configuration menu 165 (startup_rcconf) of startup. 167 Shortcut to the View/Edit Startup Configuration menu under startup. 169 Shortcut to the Delete menu under the View/Edit Startup Configuration menu 170 (startup_rcconf) of startup. 172 Shortcut to the Toggle Startup Services menu under startup.
|
/freebsd/usr.sbin/bsdconfig/startup/include/ |
H A D | messages.subr | 35 msg_add_startup_directive="Add Startup Directive" 55 msg_delete_startup_directives="Delete Startup Directive(s)" 70 msg_miscellaneous_startup_services="Miscellaneous Startup Services" 97 msg_show_value_desc="Show configured startup value (fast)" 98 msg_startup="Startup" 99 msg_startup_dirs="Startup dirs" 100 msg_startup_dirs_desc="Set the list of dirs to look for startup scripts" 101 msg_toggle_startup_services="Toggle Startup Services" 102 msg_unknown_startup_menu_selection="Unknown startup menu selection" 107 msg_view_edit_startup_configuration="View/Edit Startup Configuration"
|
/freebsd/share/man/man9/ |
H A D | SYSINIT.9 | 50 and stores it in a startup linker set. 76 type of startup interface, the subsystem element 91 The startup linker set for the kernel is scanned during boot to build a 106 The startup linker sets for modules that are loaded together with the kernel 111 list of startup routines and are executed during boot along with the kernel's 120 The startup linker set for a kernel module loaded at runtime via
|
H A D | bios.9 | 145 during system startup. 150 parameter table during system startup. 153 At system startup, the BIOS is scanned for the BIOS32 Service Directory 178 startup.
|
/freebsd/usr.sbin/bsdconfig/startup/ |
H A D | INDEX | 30 menu_title="Startup" 36 menu_help="Set Startup Parameters" 47 menu_selection="startup|startup" 61 menu_program="startup"
|
H A D | startup | 36 BSDCFG_LIBE="/usr/libexec/bsdconfig" APP_DIR="140.startup" 123 1) command=rcvar ;; # Toggle Startup Services 124 2) command=rcconf ;; # View/Edit Startup Configuration 125 3) command=misc ;; # Miscellaneous Startup Services
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | fixed-regulator.yaml | 89 startup-delay-us: 90 description: startup time in microseconds 131 startup-delay-us = <70000>; 143 startup-delay-us = <70000>; 155 startup-delay-us = <70000>;
|
H A D | gpio-regulator.yaml | 68 startup-delay-us: 69 description: startup time in microseconds 119 startup-delay-us = <100000>;
|
/freebsd/contrib/ntp/html/ |
H A D | clock.html | 35 …startup. In the past, this has produced a phase transient and resulted in a frequency surge that … 40 …startup when the frequency file is nor present at startup. It begins when the first update is rece… 41 <dt>Startup interval</dt> 42 …<dd> This interval is used at startup to amortize the residual offset while not affecting the freq…
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | kirkwood-synology.dtsi | 616 startup-delay-us = <5000000>; 629 startup-delay-us = <5000000>; 651 startup-delay-us = <5000000>; 673 startup-delay-us = <5000000>; 686 startup-delay-us = <5000000>; 709 startup-delay-us = <5000000>; 722 startup-delay-us = <5000000>; 735 startup-delay-us = <5000000>; 748 startup-delay-us = <5000000>; 770 startup-delay-us = <5000000>; [all …]
|
/freebsd/contrib/ntp/html/hints/ |
H A D | parse | 49 be correct on startup - works for Meinberg receivers 63 - scripts (perl & sh) for statistics and rc startup 64 the startup scripts are used in Erlangen for 66 and for Reference Clock startup on Suns
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | atmel,sama5d2-adc.yaml | 40 atmel,startup-time-ms: 41 description: Startup time expressed in ms, it depends on SoC. 73 - atmel,startup-time-ms 91 atmel,startup-time-ms = <4>;
|
H A D | atmel,sama9260-adc.yaml | 40 atmel,adc-startup-time: 43 Startup Time of the ADC in microseconds as defined in the datasheet 97 - atmel,adc-startup-time 115 atmel,adc-startup-time = <40>;
|
H A D | at91-sama5d2_adc.txt | 13 - atmel,startup-time-ms: Startup time expressed in ms, it depends on SoC. 43 atmel,startup-time-ms = <4>;
|
H A D | at91_adc.txt | 13 - atmel,adc-startup-time: Startup Time of the ADC in microseconds as 55 atmel,adc-startup-time = <40>;
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | clps711x-clock.txt | 6 - startup-frequency: Factory set CPU startup frequency in HZ. 18 startup-frequency = <73728000>;
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8-apalis-eval-v1.2.dtsi | 19 startup-delay-us = <10000>; 32 startup-delay-us = <10000>; 42 startup-delay-us = <10000>; 52 startup-delay-us = <10000>;
|
/freebsd/contrib/unbound/services/ |
H A D | modstack.c | 247 if(stack->mod[i]->startup == NULL) in modstack_call_startup() 249 verbose(VERB_OPS, "startup module %d: %s", in modstack_call_startup() 251 fptr_ok(fptr_whitelist_mod_startup(stack->mod[i]->startup)); in modstack_call_startup() 252 if(!(*stack->mod[i]->startup)(env, i)) { in modstack_call_startup() 253 log_err("module startup for module %s failed", in modstack_call_startup() 272 if(stack->mod[i]->startup || stack->mod[i]->destartup) { in modstack_call_init() 273 log_err("changed module ordering during reload not supported, for module that needs startup"); in modstack_call_init()
|
/freebsd/crypto/openssh/ |
H A D | platform-pledge.c | 30 * Drop any fine-grained privileges that are not needed for post-startup 48 * Drop any fine-grained privileges that are not needed for post-startup 60 * Drop any fine-grained privileges that are not needed for the post-startup
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,msm8916-mss-pil.yaml | 60 - description: XO proxy clock (control handed over after startup) 71 - description: CX proxy power domain (control handed over after startup) 72 - description: MX proxy power domain (control handed over after startup) 73 - description: MSS proxy power domain (control handed over after startup) 85 description: PLL proxy supply (control handed over after startup)
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6q-apalis-eval-v1.2.dts | 25 startup-delay-us = <10000>; 38 startup-delay-us = <10000>; 48 startup-delay-us = <10000>; 58 startup-delay-us = <10000>;
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog.3 | 556 on startup focus on the Cancel button. 592 are default values on startup, selected date at exit. 607 are default values on startup, selected date at exit. 630 is the default item index on startup and the last focused item at exit, a 769 is the default item index on startup and the last focused item at exit, a 848 specify the default item on startup and the last focused item at exit, could be 879 is the default value on startup and the selected value at exit. 897 are default values on startup, selected time at exit.
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 7 the equivalent for a bootp line (or in startup files). 20 Excessive startup time is usually caused by waiting for 35 My huge bootptab file causes startup time to be so long that clients
|
/freebsd/crypto/openssl/VMS/ |
H A D | openssl_ivp.com.in | 11 $ ! can use to call the startup procedure 20 $ @'INSTALLTOP_'SYS$STARTUP]openssl_startup'v' 21 $ @'INSTALLTOP_'SYS$STARTUP]openssl_utils'v'
|
/freebsd/stand/powerpc/ofw/ |
H A D | start.c | 36 void startup(void *, int, int (*)(void *), char *, int); 64 2: b startup \n\ 70 startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl) in startup() function
|