SYMBOL INDEX (44 symbols across 4 files) FILE: src/bottle.rs constant OS_NONE (line 12) | const OS_NONE: Option<&'static [u8]> = None; function get_systemd_pid (line 14) | pub fn get_systemd_pid() -> Result, Box std::io::Result<()> { function zap_systemd_pid (line 36) | fn zap_systemd_pid() -> std::io::Result<()> { function get_original_hostname (line 43) | pub fn get_original_hostname() -> std::io::Result { function put_hostname (line 52) | pub fn put_hostname(name: String) -> std::io::Result<()> { function is_running (line 61) | pub fn is_running() -> bool { function is_inside (line 75) | pub fn is_inside() -> bool { function start (line 79) | pub fn start(name: Option) -> Result<(), Box std::io::Result<()> { function ensure_hostname (line 115) | fn ensure_hostname(name: String) -> Result<(), Box Result<(), error::Error> { function exec_systemd0_handle_child_failure (line 143) | fn exec_systemd0_handle_child_failure(r: Result<(), error::Error>) -> Re... function exec_systemd1_parent (line 155) | fn exec_systemd1_parent(child: nix::unistd::Pid) -> Result<(), error::Er... function exec_systemd1_child (line 195) | fn exec_systemd1_child(systemd_bin: CString) -> Result<(), error::Error> { function exec_systemd2_parent (line 209) | fn exec_systemd2_parent(child: nix::unistd::Pid) -> Result<(), error::Er... function exec_systemd2_child (line 214) | fn exec_systemd2_child(systemd_bin: CString) -> Result<(), error::Error> { function stop (line 274) | pub fn stop() -> Result<(), Box> { function __libc_current_sigrtmin (line 282) | fn __libc_current_sigrtmin() -> libc::c_int; function SIGRTMIN_plus_4 (line 286) | fn SIGRTMIN_plus_4() -> nix::sys::signal::Signal { function wait (line 290) | pub fn wait() -> Result<(), Box> { function wait_internal (line 328) | fn wait_internal(machinectl: String) { function exec (line 344) | pub fn exec(cmdline: Vec, uid: nix::unistd::Uid, gid: nix::unist... function shell (line 351) | pub fn shell(uid: Option, quiet: bool) -> Result Result> { function is_wsl1 (line 12) | pub fn is_wsl1() -> Result> { function systemd_bin (line 39) | pub fn systemd_bin() -> Result { function machinectl_bin (line 52) | pub fn machinectl_bin() -> Result { function is_pid1_systemd (line 65) | pub fn is_pid1_systemd() -> bool { FILE: src/error.rs type Error (line 2) | pub enum Error { FILE: src/main.rs function main (line 4) | fn main() -> anyhow::Result<()> { function run_subcommand (line 92) | fn run_subcommand(subcommand: (&str, Option<&clap::ArgMatches>)) -> anyh... function cmd_start (line 104) | fn cmd_start(m: &clap::ArgMatches) -> anyhow::Result<()> { function cmd_stop (line 126) | fn cmd_stop(_m: &clap::ArgMatches) -> anyhow::Result<()> { function cmd_exec (line 144) | fn cmd_exec(m: &clap::ArgMatches) -> anyhow::Result<()> { function cmd_shell (line 167) | fn cmd_shell(m: &clap::ArgMatches) -> anyhow::Result<()> { function cmd_is_running (line 187) | fn cmd_is_running(_m: &clap::ArgMatches) -> anyhow::Result<()> { function cmd_is_inside (line 195) | fn cmd_is_inside(_m: &clap::ArgMatches) -> anyhow::Result<()> { function check_prereq (line 203) | fn check_prereq() -> anyhow::Result<()> { function check_root (line 215) | fn check_root() -> anyhow::Result<()> { function extract_uid_gid (line 222) | fn extract_uid_gid(m: &clap::ArgMatches) -> anyhow::Result<(nix::unistd:... function autostart (line 254) | fn autostart(wait: bool, hostname: Option) -> anyhow::Result<()> {