miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
main.c File Reference
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <errno.h>
Include dependency graph for main.c:

Classes

struct  pollfd

Macros

#define POLLIN   0x0001

Functions

int poll (struct pollfd *fds, unsigned int nfds, int timeout)
int lstat (const char *path, struct stat *st)
ssize_t readlink (const char *path, char *buf, size_t bufsiz)
static void puts_raw (const char *s)
int main (void)

Macro Definition Documentation

◆ POLLIN

#define POLLIN   0x0001

Function Documentation

◆ lstat()

int lstat ( const char * path,
struct stat * st )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void )
Here is the call graph for this function:

◆ poll()

int poll ( struct pollfd * fds,
unsigned int nfds,
int timeout )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ puts_raw()

void puts_raw ( const char * s)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ readlink()

ssize_t readlink ( const char * path,
char * buf,
size_t bufsiz )
Here is the call graph for this function:
Here is the caller graph for this function: