Searched refs:invoked_as (Results 1 – 7 of 7) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl.c | 966 if (invoked_as(argv, "halt")) { in systemctl_dispatch_parse_argv() 970 } else if (invoked_as(argv, "poweroff")) { in systemctl_dispatch_parse_argv() 974 } else if (invoked_as(argv, "reboot")) { in systemctl_dispatch_parse_argv() 981 } else if (invoked_as(argv, "shutdown")) { in systemctl_dispatch_parse_argv() 985 } else if (invoked_as(argv, "init")) { in systemctl_dispatch_parse_argv() 1010 } else if (invoked_as(argv, "runlevel")) { in systemctl_dispatch_parse_argv()
|
/systemd-251/src/udev/ |
D | udevadm.c | 119 if (invoked_as(argv, "udevd")) in run()
|
/systemd-251/src/basic/ |
D | process-util.h | 191 bool invoked_as(char *argv[], const char *token);
|
D | process-util.c | 1572 bool invoked_as(char *argv[], const char *token) { in invoked_as() function
|
/systemd-251/src/mount/ |
D | mount-tool.c | 187 if (invoked_as(argv, "systemd-umount")) in parse_argv()
|
/systemd-251/src/resolve/ |
D | resolvectl.c | 3392 if (invoked_as(argv, "resolvconf")) in run() 3394 else if (invoked_as(argv, "systemd-resolve")) in run()
|
/systemd-251/src/core/ |
D | main.c | 1428 if (!invoked_as(argv, "init")) in redirect_telinit()
|