/busybox-1.35.0/examples/ |
D | inittab | 1 # /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 …]
|
D | zcip.script | 11 init)
|
/busybox-1.35.0/testsuite/ |
D | umlwrapper.sh | 20 linux rootfstype=hostfs rw init="$RUNFILE" TESTDIR=`pwd` PATH="$PATH" $* quiet
|
D | parse.tests | 96 [][][sysinit][/etc/init.d/rcS] 103 [][][restart][/sbin/init]
|
D | TODO | 20 It's hard to test things like mount or init as a normal user.
|
/busybox-1.35.0/examples/bootfloppy/etc/ |
D | inittab | 1 ::sysinit:/etc/init.d/rcS
|
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | inputbox.c | 45 const char *init) in dialog_inputbox() argument 87 if (!init) in dialog_inputbox() 90 strcpy(instr, init); in dialog_inputbox()
|
D | dialog.h | 166 int width, const char *init);
|
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.h | 152 init(); in ConfigItem() 157 init(); in ConfigItem() 162 init(); in ConfigItem() 165 void init(void);
|
D | qconf.cc | 328 void ConfigItem::init(void) in init() function in ConfigItem
|
/busybox-1.35.0/examples/shutdown-1.0/ |
D | README | 3 # No communication with init is necessary:
|
/busybox-1.35.0/qemu_multiarch_testing/ |
D | README | 62 system-image-mips64 - init dies "Kernel panic - not syncing: Attempted to kill init! exitcode=0x00…
|
/busybox-1.35.0/examples/var_service/ |
D | README | 3 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/ |
D | lzo1x_9x.c | 60 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/ |
D | fbsplash.c | 458 static void init(const char *cfg_filename) in init() function 511 init(cfg_filename); in fbsplash_main()
|
D | bc.c | 1643 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/ |
D | getopt_simple.tests | 4 # relying on shell startup init), or getopts state is reset
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 4 # relying on shell startup init), or getopts state is reset
|
/busybox-1.35.0/archival/ |
D | lzop.c | 745 uint32_t init, in lzo_check() argument 754 uint32_t c = fn(init, buf, len); in lzo_check()
|
/busybox-1.35.0/docs/ |
D | mdev.txt | 17 Here's a typical code snippet from the init script:
|
D | style-guide.txt | 705 If your applet takes no options (such as 'init'), there should be a line
|
/busybox-1.35.0/ |
D | NOFORK_NOEXEC.lst | 184 init - daemon 315 run-init - spawner, rare, changes state (oh yes), execing may be important to free binary's inode
|
D | Makefile | 477 init/ \
|
D | Config.in | 729 source init/Config.in
|
/busybox-1.35.0/modutils/ |
D | modutils-24.c | 404 unsigned tgt_long init; member 2840 module->init = obj_symbol_final_value(f, obj_find_symbol(f, SPFX "init_module")); in new_init_module()
|