Searched defs:init (Results 1 - 6 of 6) sorted by relevance
/systemd/src/udev/ |
H A D | udev.h | 169 int (*init)(struct udev *udev); member in struct:udev_builtin
|
/systemd/src/bootchart/ |
H A D | bootchart.c | 99 char *init = NULL, *output = NULL; local 106 { "Bootchart", "Init", config_parse_path, 0, &init }, 120 if (init != NULL) 121 strscpy(arg_init_path, sizeof(arg_init_path), init); 137 " -i --init=PATH Path to init executable [%s]\n" 165 {"init", required_argument, NULL, 'i' }, 338 * If the kernel executed us through init=/usr/lib/systemd/systemd-bootchart, then
|
/systemd/src/network/ |
H A D | networkd-netdev.h | 127 void (*init)(NetDev *n); member in struct:NetDevVTable
|
/systemd/src/core/ |
H A D | dbus-manager.c | 1257 const char *root, *init; local 1271 r = sd_bus_message_read(message, "ss", &root, &init); 1279 if (isempty(init)) { 1285 if (!path_is_absolute(init)) 1286 return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Invalid init path %s", init); 1288 p = strappend(root, init); 1293 return sd_bus_error_setf(error, SD_BUS_ERROR_INVALID_ARGS, "Specified init binary %s does not exist.", p); 1300 if (!isempty(init)) { 1301 ri = strdup(init); [all...] |
H A D | unit.h | 297 void (*init)(Unit *u); member in struct:UnitVTable
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 5030 const char *root, *init; local 5047 init = argv[2]; 5050 "init", &cmdline_init, 5055 init = cmdline_init; 5058 if (isempty(init)) 5059 init = NULL; 5061 if (init) { 5065 root_init_path = strjoina(root, "/", init); 5067 /* If the passed init is actually the same as the 5070 init [all...] |
Completed in 51 milliseconds