Searched refs:enable (Results 1 - 5 of 5) sorted by relevance
/systemd/ |
H A D | autogen.sh | 58 $topdir/configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args 61 $topdir/configure CFLAGS='-g -Og -ftrapv' --enable-compat-libs --enable-kdbus $args 64 $topdir/configure CFLAGS='-g -O0 -Wsuggest-attribute=pure -Wsuggest-attribute=const -ftrapv' --enable-compat-libs --enable-kdbus $args 67 $topdir/configure CC=clang CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args 70 scan-build $topdir/configure CFLAGS='-std=gnu99 -g -O0 -ftrapv' --enable-kdbus $args 78 echo "$topdir/configure CFLAGS='-g -O0 -ftrapv' --enable [all...] |
/systemd/src/systemctl/ |
H A D | systemd-sysv-install.SKELETON | 2 # This script is called by "systemctl enable/disable" when the given unit is a 10 echo "Usage: $0 [--root=path] enable|disable|is-enabled <sysv script name>" >&2 30 enable) 31 # call the command to enable SysV init script $NAME here
|
/systemd/test/ |
H A D | sysv-generator-test.py | 102 def add_sysv(self, fname, keys, enable=False, prio=1): 106 If enable is True, links will be created in the rcN.d dirs. In that 130 if enable: 174 self.add_sysv('foo', {}, enable=False) 201 self.add_sysv('foo', {}, enable=True) 219 self.add_sysv('foo', {'Default-Start': '2 4'}, enable=True) 249 enable=True, prio=40) 250 self.add_sysv('must1', {}, enable=True, prio=10) 251 self.add_sysv('must2', {}, enable=True, prio=15) 252 self.add_sysv('may1', {}, enable [all...] |
/systemd/src/core/ |
H A D | manager.h | 365 void manager_flip_auto_status(Manager *m, bool enable);
|
H A D | manager.c | 156 void manager_flip_auto_status(Manager *m, bool enable) { argument 159 if (enable) { 388 log_warning_errno(errno, "Failed to enable ctrl-alt-del handling: %m"); 398 log_warning_errno(errno, "Failed to enable kbrequest handling: %m"); 449 SIGRTMIN+20, /* systemd: enable status messages */
|
Completed in 48 milliseconds