PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
main.c File Reference
#include <errno.h>
#include <libpatchwork/patchwork.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/io.h>
#include <sys/proc.h>
#include <threads.h>
#include <time.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

static uint64_t init_socket_addr_wait (const char *family, const char *addr)
 
static void init_root_ns (void)
 
static void init_spawn_boxd (void)
 
static void init_create_pkg_links (void)
 
static void init_config_load (void)
 
int main (void)
 

Function Documentation

◆ init_socket_addr_wait()

static uint64_t init_socket_addr_wait ( const char family,
const char addr 
)
static

Definition at line 49 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_root_ns()

static void init_root_ns ( void  )
static

Definition at line 88 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_spawn_boxd()

static void init_spawn_boxd ( void  )
static

Definition at line 115 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_create_pkg_links()

static void init_create_pkg_links ( void  )
static

Definition at line 131 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_config_load()

static void init_config_load ( void  )
static

Definition at line 168 of file main.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 211 of file main.c.

Here is the call graph for this function: