Searched defs:runtime (Results 1 - 6 of 6) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.h40 double runtime; member in struct:cpu_stat_sample_struct
47 double runtime; member in struct:ps_sched_struct
58 double runtime[MAXCPUS]; member in struct:list_sample_data
/systemd/src/login/
H A Dpam_systemd.c180 const char *runtime) {
186 if (asprintf(&s, KERNEL_USER_BUS_ADDRESS_FMT ";" UNIX_USER_BUS_ADDRESS_FMT, uid, runtime) < 0)
193 s = strjoin(runtime, "/bus", NULL);
201 if (asprintf(&s, UNIX_USER_BUS_ADDRESS_FMT, runtime) < 0)
275 pam_syslog(handle, LOG_ERR, "Failed to set runtime dir.");
448 * in privileged apps clobbering the runtime directory
453 pam_syslog(handle, LOG_ERR, "Failed to set runtime dir.");
177 export_legacy_dbus_address( pam_handle_t *handle, uid_t uid, const char *runtime) argument
/systemd/src/core/
H A Ddbus-unit.c602 int runtime, r; local
611 r = sd_bus_message_read(message, "b", &runtime);
627 r = bus_unit_set_properties(u, message, runtime ? UNIT_RUNTIME : UNIT_PERSISTENT, true, error);
H A Ddbus-manager.c1620 int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], bool force, UnitFileChange **changes, unsigned *n_changes),
1628 int runtime, force, r; local
1637 r = sd_bus_message_read(message, "bb", &runtime, &force);
1649 r = call(scope, runtime, NULL, l, force, &changes, &n_changes);
1670 static int unit_file_preset_without_mode(UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) { argument
1671 return unit_file_preset(scope, runtime, root_dir, files, UNIT_FILE_PRESET_FULL, force, changes, n_changes);
1690 int runtime, force, r; local
1700 r = sd_bus_message_read(message, "sbb", &mode, &runtime, &force);
1720 r = unit_file_preset(scope, runtime, NULL, l, mm, force, &changes, &n_changes);
1731 int (*call)(UnitFileScope scope, bool runtime, cons
1616 method_enable_unit_files_generic( sd_bus_message *message, Manager *m, const char *verb, int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], bool force, UnitFileChange **changes, unsigned *n_changes), bool carries_install_info, sd_bus_error *error) argument
1727 method_disable_unit_files_generic( sd_bus_message *message, Manager *m, const char *verb, int (*call)(UnitFileScope scope, bool runtime, const char *root_dir, char *files[], UnitFileChange **changes, unsigned *n_changes), sd_bus_error *error) argument
1738 int r, runtime; local
1815 int force, runtime, r; local
1859 int runtime, force, r; local
[all...]
H A Dexecute.c1374 ExecRuntime *runtime) {
1387 if (context->private_tmp && runtime && (runtime->tmp_dir || runtime->var_tmp_dir))
1403 ExecRuntime *runtime,
1429 if (runtime) {
1430 if (runtime->netns_storage_socket[0] >= 0)
1431 dont_close[n_dont_close++] = runtime->netns_storage_socket[0];
1432 if (runtime->netns_storage_socket[1] >= 0)
1433 dont_close[n_dont_close++] = runtime
1371 exec_needs_mount_namespace( const ExecContext *context, const ExecParameters *params, ExecRuntime *runtime) argument
1401 close_remaining_fds( const ExecParameters *params, ExecRuntime *runtime, int socket_fd, int *fds, unsigned n_fds) argument
1439 exec_child( Unit *unit, ExecCommand *command, const ExecContext *context, const ExecParameters *params, ExecRuntime *runtime, char **argv, int socket_fd, int *fds, unsigned n_fds, char **files_env, int *exit_status) argument
2059 exec_spawn(Unit *unit, ExecCommand *command, const ExecContext *context, const ExecParameters *params, ExecRuntime *runtime, pid_t *ret) argument
[all...]
/systemd/src/shared/
H A Dinstall.c85 static int get_config_path(UnitFileScope scope, bool runtime, const char *root_dir, char **ret) { argument
100 if (runtime)
111 if (runtime)
122 if (runtime)
673 /* Then look in runtime config path */
1496 bool runtime,
1514 r = get_config_path(scope, runtime, root_dir, &prefix);
1542 bool runtime,
1562 r = get_config_path(scope, runtime, root_dir, &config_path);
1621 bool runtime,
1494 unit_file_mask( UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1540 unit_file_unmask( UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFileChange **changes, unsigned *n_changes) argument
1619 unit_file_link( UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1705 unit_file_add_dependency( UnitFileScope scope, bool runtime, const char *root_dir, char **files, const char *target, UnitDependency dep, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1782 unit_file_enable( UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) argument
1831 unit_file_disable( UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFileChange **changes, unsigned *n_changes) argument
1877 unit_file_reenable( UnitFileScope scope, bool runtime, const char *root_dir, char **files, bool force, UnitFileChange **changes, unsigned *n_changes) argument
2241 unit_file_preset( UnitFileScope scope, bool runtime, const char *root_dir, char **files, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes) argument
2285 unit_file_preset_all( UnitFileScope scope, bool runtime, const char *root_dir, UnitFilePresetMode mode, bool force, UnitFileChange **changes, unsigned *n_changes) argument
[all...]

Completed in 2057 milliseconds