Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 26) sorted by relevance

12

/busybox-1.35.0/examples/
Dinittab1 # /etc/inittab init(8) configuration for BusyBox
6 # Note, BusyBox init doesn't support runlevels. The runlevels field is
7 # completely ignored by BusyBox init. If you want runlevels, use sysvinit.
12 # <id>: WARNING: This field has a non-traditional meaning for BusyBox init!
14 # The id field is used by BusyBox init to specify the controlling tty for
18 # field is left blank, then the init's stdin/out will be used.
25 # sysinit actions are started first, and init waits for them to complete.
26 # wait actions are started next, and init waits for them to complete.
30 # For askfirst, before running the specified process, init displays
36 # restart action is exec'ed (init process is replaced by that process).
[all …]
Dzcip.script11 init)
/busybox-1.35.0/testsuite/
Dumlwrapper.sh20 linux rootfstype=hostfs rw init="$RUNFILE" TESTDIR=`pwd` PATH="$PATH" $* quiet
Dparse.tests96 [][][sysinit][/etc/init.d/rcS]
103 [][][restart][/sbin/init]
DTODO20 It's hard to test things like mount or init as a normal user.
/busybox-1.35.0/examples/bootfloppy/etc/
Dinittab1 ::sysinit:/etc/init.d/rcS
/busybox-1.35.0/scripts/kconfig/lxdialog/
Dinputbox.c45 const char *init) in dialog_inputbox() argument
87 if (!init) in dialog_inputbox()
90 strcpy(instr, init); in dialog_inputbox()
Ddialog.h166 int width, const char *init);
/busybox-1.35.0/scripts/kconfig/
Dqconf.h152 init(); in ConfigItem()
157 init(); in ConfigItem()
162 init(); in ConfigItem()
165 void init(void);
Dqconf.cc328 void ConfigItem::init(void) in init() function in ConfigItem
/busybox-1.35.0/examples/shutdown-1.0/
DREADME3 # No communication with init is necessary:
/busybox-1.35.0/qemu_multiarch_testing/
DREADME62 system-image-mips64 - init dies "Kernel panic - not syncing: Attempted to kill init! exitcode=0x00…
/busybox-1.35.0/examples/var_service/
DREADME3 Tired of PID files, needing root access, and writing init scripts just
11 Classic init scripts, e.g. /etc/init.d/apache, are widely used for
12 starting processes at system boot time, when they are executed by init.
13 Sadly, init scripts are cumbersome and error-prone to write, they must
/busybox-1.35.0/archival/libarchive/
Dlzo1x_9x.c60 int init; member
438 assert(!c->init); in init_match()
439 c->init = 1; in init_match()
458 assert(c->init); in find_match()
734 c->init = 0; in lzo1x_999_compress_internal()
/busybox-1.35.0/miscutils/
Dfbsplash.c458 static void init(const char *cfg_filename) in init() function
511 init(cfg_filename); in fbsplash_main()
Dbc.c1643 bool init = false; in zbc_num_binary() local
1648 init = true; in zbc_num_binary()
1656 init = true; in zbc_num_binary()
1661 if (init) in zbc_num_binary()
1669 if (init) bc_num_free(&num2); in zbc_num_binary()
2373 bool init = false; in zbc_num_divmod() local
2380 init = true; in zbc_num_divmod()
2388 if (init) bc_num_free(&num2); in zbc_num_divmod()
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_simple.tests4 # relying on shell startup init), or getopts state is reset
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_simple.tests4 # relying on shell startup init), or getopts state is reset
/busybox-1.35.0/archival/
Dlzop.c745 uint32_t init, in lzo_check() argument
754 uint32_t c = fn(init, buf, len); in lzo_check()
/busybox-1.35.0/docs/
Dmdev.txt17 Here's a typical code snippet from the init script:
Dstyle-guide.txt705 If your applet takes no options (such as 'init'), there should be a line
/busybox-1.35.0/
DNOFORK_NOEXEC.lst184 init - daemon
315 run-init - spawner, rare, changes state (oh yes), execing may be important to free binary's inode
DMakefile477 init/ \
DConfig.in729 source init/Config.in
/busybox-1.35.0/modutils/
Dmodutils-24.c404 unsigned tgt_long init; member
2840 module->init = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "init_module")); in new_init_module()

12