Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- fdalloc()
: sysfile.c
- fetchint()
: defs.h
, syscall.c
- fetchstr()
: defs.h
, syscall.c
- file
: file.c
- filealloc()
: file.c
, defs.h
- fileclose()
: defs.h
, file.c
- filedup()
: defs.h
, file.c
- fileinit()
: defs.h
, file.c
- fileread()
: file.c
, defs.h
- filestat()
: defs.h
, file.c
- filewrite()
: defs.h
, file.c
- FL_AC
: mmu.h
- FL_AF
: mmu.h
- FL_CF
: mmu.h
- FL_DF
: mmu.h
- FL_ID
: mmu.h
- FL_IF
: mmu.h
- FL_IOPL_0
: mmu.h
- FL_IOPL_1
: mmu.h
- FL_IOPL_2
: mmu.h
- FL_IOPL_3
: mmu.h
- FL_IOPL_MASK
: mmu.h
- FL_NT
: mmu.h
- FL_OF
: mmu.h
- FL_PF
: mmu.h
- FL_RF
: mmu.h
- FL_SF
: mmu.h
- FL_TF
: mmu.h
- FL_VIF
: mmu.h
- FL_VIP
: mmu.h
- FL_VM
: mmu.h
- FL_ZF
: mmu.h
- fmtname()
: ls.c
- fork()
: defs.h
, proc.c
, user.h
- fork1()
: sh.c
- forkret()
: proc.c
- forktest()
: usertests.c
, forktest.c
- fourteen()
: usertests.c
- free()
: umalloc.c
, user.h
- freeblock
: mkfs.c
- freeinode
: mkfs.c
- freelist
: kalloc.c
- freep
: umalloc.c
- fsfd
: mkfs.c
- fstat()
: user.h
- ftable
: file.c