Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- f -
- F_DUPFD
: fcntl.h
- F_GETFD
: fcntl.h
- F_GETFL
: fcntl.h
- F_GETLK
: fcntl.h
- F_GETOWN
: fcntl.h
- F_SETFD
: fcntl.h
- F_SETFL
: fcntl.h
- F_SETLK
: fcntl.h
- F_SETLKW
: fcntl.h
- F_SETOWN
: fcntl.h
- falloc()
: descrip.h
, descrip.c
- FALSE
: types.h
- FAPPEND
: fcntl.h
- FASYNC
: fcntl.h
- FAT16_GET_16BIT_WORD
: fat_table.c
- FAT16_SET_16BIT_WORD
: fat_table.c
- FAT32_GET_32BIT_WORD
: fat_table.c
- FAT32_INVALID_CLUSTER
: fat_defs.h
- FAT32_LAST_CLUSTER
: fat_defs.h
- FAT32_SET_32BIT_WORD
: fat_table.c
- FAT32_TYPECODE1
: fat_defs.h
- FAT32_TYPECODE2
: fat_defs.h
- FAT_ASSERT
: fat_list.h
- FAT_BUFFER_SECTORS
: fat_opts.h
- FAT_BUFFERS
: fat_opts.h
- FAT_DATE_DAY_MASK
: fat_defs.h
- FAT_DATE_DAY_SHIFT
: fat_defs.h
- FAT_DATE_MONTH_MASK
: fat_defs.h
- FAT_DATE_MONTH_SHIFT
: fat_defs.h
- FAT_DATE_YEAR_MASK
: fat_defs.h
- FAT_DATE_YEAR_OFFSET
: fat_defs.h
- FAT_DATE_YEAR_SHIFT
: fat_defs.h
- FAT_DIR_ENTRIES_PER_SECTOR
: fat_access.h
- FAT_DIR_ENTRY_SIZE
: fat_defs.h
- FAT_HTONL
: fat_types.h
- FAT_HTONS
: fat_types.h
- fat_init()
: fat.c
, fat.h
- FAT_INIT_ENDIAN_ERROR
: fat_access.h
- FAT_INIT_INVALID_SECTOR_SIZE
: fat_access.h
- FAT_INIT_INVALID_SIGNATURE
: fat_access.h
- FAT_INIT_MEDIA_ACCESS_ERROR
: fat_access.h
- FAT_INIT_OK
: fat_access.h
- FAT_INIT_STRUCT_PACKING
: fat_access.h
- FAT_INIT_WRONG_FILESYS_TYPE
: fat_access.h
- FAT_INIT_WRONG_PARTITION_TYPE
: fat_access.h
- fat_initialize()
: fat.c
- FAT_INLINE
: fat_list.h
- fat_list_entry
: fat_list.h
- fat_list_first
: fat_list.h
- fat_list_for_each
: fat_list.h
- fat_list_last
: fat_list.h
- fat_list_next
: fat_list.h
- fat_list_prev
: fat_list.h
- FAT_PRINTF
: fat_opts.h
, fat.h
- FAT_SECTOR_SIZE
: fat_opts.h
- FAT_SFN_SIZE_FULL
: fat_defs.h
- FAT_SFN_SIZE_PARTIAL
: fat_defs.h
- FAT_TIME_HOURS_MASK
: fat_defs.h
- FAT_TIME_HOURS_SHIFT
: fat_defs.h
- FAT_TIME_MINUTES_MASK
: fat_defs.h
- FAT_TIME_MINUTES_SHIFT
: fat_defs.h
- FAT_TIME_SECONDS_MASK
: fat_defs.h
- FAT_TIME_SECONDS_SCALE
: fat_defs.h
- FAT_TIME_SECONDS_SHIFT
: fat_defs.h
- FAT_TYPE_16
: fat_access.h
- FAT_TYPE_32
: fat_access.h
- FAT_TYPE_FAT12
: fat_defs.h
- FAT_TYPE_FAT16
: fat_defs.h
- FAT_TYPE_FAT32
: fat_defs.h
- fatfs_add_file_entry()
: fat_write.c
, fat_write.h
- fatfs_add_free_space()
: fat_write.c
, fat_write.h
- fatfs_allocate_free_space()
: fat_write.c
, fat_write.h
- fatfs_cache_get_next_cluster()
: fat_cache.c
, fat_cache.h
- fatfs_cache_init()
: fat_cache.c
, fat_cache.h
- fatfs_cache_set_next_cluster()
: fat_cache.c
, fat_cache.h
- fatfs_compare_names()
: fat_string.c
, fat_string.h
- fatfs_convert_from_fat_date()
: fat_misc.h
- fatfs_convert_from_fat_time()
: fat_misc.h
- fatfs_convert_to_fat_date()
: fat_misc.h
- fatfs_convert_to_fat_time()
: fat_misc.h
- fatfs_count_free_clusters()
: fat_table.c
, fat_table.h
- fatfs_create_path_string()
: fat_string.c
, fat_string.h
- FATFS_DIR_LIST_SUPPORT
: fat_opts.h
- fatfs_entry_is_dir()
: fat_misc.c
, fat_misc.h
- fatfs_entry_is_file()
: fat_misc.c
, fat_misc.h
- fatfs_entry_lfn_exists()
: fat_misc.c
, fat_misc.h
- fatfs_entry_lfn_invalid()
: fat_misc.c
, fat_misc.h
- fatfs_entry_lfn_text()
: fat_misc.c
, fat_misc.h
- fatfs_entry_sfn_only()
: fat_misc.c
, fat_misc.h
- fatfs_fat_add_cluster_to_chain()
: fat_table.c
, fat_table.h
- fatfs_fat_init()
: fat_table.c
, fat_table.h
- fatfs_fat_purge()
: fat_table.c
, fat_table.h
- fatfs_fat_set_cluster()
: fat_table.c
, fat_table.h
- fatfs_filename_to_lfn()
: fat_misc.c
, fat_misc.h
- fatfs_find_blank_cluster()
: fat_table.c
, fat_table.h
- fatfs_find_next_cluster()
: fat_table.c
, fat_table.h
- fatfs_format()
: fat_format.c
, fat_format.h
- fatfs_format_fat16()
: fat_format.c
, fat_format.h
- fatfs_format_fat32()
: fat_format.c
, fat_format.h
- fatfs_free_cluster_chain()
: fat_table.c
, fat_table.h
- fatfs_get_extension()
: fat_string.c
, fat_string.h
- fatfs_get_file_entry()
: fat_access.c
, fat_access.h
- fatfs_get_root_cluster()
: fat_access.c
, fat_access.h
- fatfs_get_sfn_display_name()
: fat_string.c
, fat_string.h
- fatfs_get_substring()
: fat_string.c
, fat_string.h
- FATFS_INC_FORMAT_SUPPORT
: fat_opts.h
- FATFS_INC_LFN_SUPPORT
: fat_opts.h
- FATFS_INC_TIME_DATE_SUPPORT
: fat_opts.h
- FATFS_INC_WRITE_SUPPORT
: fat_opts.h
- fatfs_init()
: fat_access.c
, fat_access.h
- FATFS_IS_LITTLE_ENDIAN
: fat_opts.h
- fatfs_lba_of_cluster()
: fat_access.c
, fat_access.h
- fatfs_lfn_cache_entry()
: fat_misc.c
, fat_misc.h
- fatfs_lfn_cache_get()
: fat_misc.c
, fat_misc.h
- fatfs_lfn_cache_init()
: fat_misc.c
, fat_misc.h
- fatfs_lfn_create_sfn()
: fat_misc.c
, fat_misc.h
- fatfs_lfn_entries_required()
: fat_misc.c
, fat_misc.h
- fatfs_lfn_generate_tail()
: fat_misc.c
, fat_misc.h
- fatfs_list_directory_next()
: fat_access.c
, fat_access.h
- fatfs_list_directory_start()
: fat_access.c
, fat_access.h
- fatfs_mark_file_deleted()
: fat_access.c
, fat_access.h
- FATFS_MAX_LONG_FILENAME
: fat_opts.h
- FATFS_MAX_OPEN_FILES
: fat_opts.h
- fatfs_print_sector()
: fat_misc.h
- fatfs_read_sector()
: fat_access.c
, fat_access.h
- fatfs_sector_read()
: fat_access.c
, fat_access.h
- fatfs_sector_reader()
: fat_access.c
, fat_access.h
- fatfs_sector_write()
: fat_access.c
, fat_access.h
- fatfs_set_fs_info_next_free_cluster()
: fat_table.c
, fat_table.h
- fatfs_sfn_create_entry()
: fat_misc.c
, fat_misc.h
- fatfs_sfn_exists()
: fat_access.c
, fat_access.h
- fatfs_show_details()
: fat_access.c
, fat_access.h
- fatfs_split_path()
: fat_string.c
, fat_string.h
- fatfs_string_ends_with_slash()
: fat_string.c
, fat_string.h
- fatfs_total_path_levels()
: fat_string.c
, fat_string.h
- fatfs_update_file_length()
: fat_access.c
, fat_access.h
- fatfs_update_timestamps()
: fat_access.h
- fatfs_write_sector()
: fat_access.c
, fat_access.h
- fclose()
: file.c
, file.h
- fcntl()
: descrip.h
, syscalls_new.h
, descrip.c
- FCNTLFLAGS
: fcntl.h
- FD_CLR
: select.h
- FD_COPY
: select.h
- FD_ISSET
: select.h
- fd_mask
: select.h
- FD_SET
: select.h
- fd_set
: select.h
- FD_SETSIZE
: select.h
- FD_ZERO
: select.h
- fdAvail
: vfs.h
- fdc_init()
: fdc.h
, fdc.c
- fdcCcr
: fdc.h
- fdcData
: fdc.h
- fdcDir
: fdc.h
- fdcDor
: fdc.h
- fdcDrs
: fdc.h
- fdcInit2()
: fdc.c
- fdcMsr
: fdc.h
- fdcRead()
: fdc.h
, fdc.c
- fdcRw()
: fdc.h
, fdc.c
- fdcWrite()
: fdc.h
, fdc.c
- fdEof
: vfs.h
- fdestroy()
: descrip.c
- fdOpen
: vfs.h
- fdRead
: vfs.h
- fds_bits
: select.h
- fdTable
: file.c
, file.h
- feof()
: file.h
, file.c
- FEXEC
: fcntl.h
- FFLAGS
: fcntl.h
- fflags_t
: types.h
- FFS_ADJ_BLKCNT
: fs.h
- FFS_ADJ_NBFREE
: fs.h
- FFS_ADJ_NDIR
: fs.h
- FFS_ADJ_NFFREE
: fs.h
- FFS_ADJ_NIFREE
: fs.h
- FFS_ADJ_NUMCLUSTERS
: fs.h
- FFS_ADJ_REFCNT
: fs.h
- FFS_BLK_FREE
: fs.h
- FFS_CMD_VERSION
: fs.h
- FFS_DIR_FREE
: fs.h
- FFS_FILE_FREE
: fs.h
- FFS_MAXID
: fs.h
- ffs_read()
: ffs.c
, ffs.h
- FFS_SET_BUFOUTPUT
: fs.h
- FFS_SET_CWD
: fs.h
- FFS_SET_DOTDOT
: fs.h
- FFS_SET_FLAGS
: fs.h
- FFS_SET_INODE
: fs.h
- ffs_snapgone()
: ufs_extern.h
- FFS_UNLINK
: fs.h
- FFSYNC
: fcntl.h
- fgetc()
: file.c
, file.h
- FHASLOCK
: fcntl.h
- file
: tcpdump.c
- FILE_APPEND
: fat_filelib.h
- FILE_ATTR_ARCHIVE
: fat_defs.h
- FILE_ATTR_DIRECTORY
: fat_defs.h
- FILE_ATTR_HIDDEN
: fat_defs.h
- FILE_ATTR_LFN_TEXT
: fat_defs.h
- FILE_ATTR_READ_ONLY
: fat_defs.h
- FILE_ATTR_SYSHID
: fat_defs.h
- FILE_ATTR_SYSTEM
: fat_defs.h
- FILE_ATTR_VOLUME_ID
: fat_defs.h
- FILE_BINARY
: fat_filelib.h
- FILE_CREATE
: fat_filelib.h
- FILE_ERASE
: fat_filelib.h
- FILE_HEADER_BLANK
: fat_defs.h
- FILE_HEADER_DELETED
: fat_defs.h
- FILE_READ
: fat_filelib.h
- FILE_TYPE_DIR
: fat_defs.h
- FILE_TYPE_FILE
: fat_defs.h
- FILE_WRITE
: fat_filelib.h
- fileAppend
: vfs.h
- fileBinary
: vfs.h
- fileDescriptor_t
: file.h
- fileRead
: vfs.h
- fileWrite
: vfs.h
- FIRST_TSS_ENTRY
: trap.c
- fl_attach_locks()
: fat_filelib.c
, fat_filelib.h
- fl_attach_media()
: fat_filelib.c
, fat_filelib.h
- fl_closedir()
: fat_filelib.h
, fat_filelib.c
- fl_createdirectory()
: fat_filelib.c
, fat_filelib.h
- FL_DIR
: fat_filelib.h
- fl_dirent
: fat_filelib.h
- fl_fclose()
: fat_filelib.c
, fat_filelib.h
- fl_feof()
: fat_filelib.h
, fat_filelib.c
- fl_fflush()
: fat_filelib.h
, fat_filelib.c
- fl_fgetc()
: fat_filelib.h
, fat_filelib.c
- fl_fgetpos()
: fat_filelib.h
, fat_filelib.c
- fl_fgets()
: fat_filelib.c
, fat_filelib.h
- FL_FILE
: fat_filelib.h
- fl_fopen()
: fat_filelib.c
, fat_filelib.h
- fl_format()
: fat_filelib.c
, fat_filelib.h
- fl_fputc()
: fat_filelib.c
, fat_filelib.h
- fl_fputs()
: fat_filelib.c
, fat_filelib.h
- fl_fread()
: fat_filelib.c
, fat_filelib.h
- fl_fseek()
: fat_filelib.c
, fat_filelib.h
- fl_ftell()
: fat_filelib.h
, fat_filelib.c
- fl_fwrite()
: fat_filelib.c
, fat_filelib.h
- fl_init()
: fat_filelib.c
, fat_filelib.h
- fl_is_dir()
: fat_filelib.c
, fat_filelib.h
- fl_listdirectory()
: fat_filelib.c
, fat_filelib.h
- FL_LOCK
: fat_filelib.c
- fl_opendir()
: fat_filelib.h
, fat_filelib.c
- fl_readdir()
: fat_filelib.c
, fat_filelib.h
- fl_remove()
: fat_filelib.h
, fat_filelib.c
- fl_shutdown()
: fat_filelib.c
, fat_filelib.h
- FL_UNLOCK
: fat_filelib.c
- floppyIsr()
: fdc.h
- floppyIsrhndlr()
: fdc.h
, fdc.c
- FMASK
: fcntl.h
- fn_diskio_read
: fat_access.h
- fn_diskio_write
: fat_access.h
- FNDELAY
: fcntl.h
- FNONBLOCK
: fcntl.h
- fo_close_t
: descrip.h
- fo_rdwr_t
: descrip.h
- fo_stat_t
: descrip.h
- FOLD_U32T
: inet_chksum.h
- follow_link()
: namei.c
- fopen()
: file.h
, file.c
- FORK
: sched.h
- fork_copyProcess()
: fork.c
- FP_TO_LINEAR
: idt.c
- FPOSIXSHM
: fcntl.h
- fputc()
: file.c
- fragnum
: fs.h
- fragoff
: fs.h
- fragroundup
: fs.h
, ufs.h
- fragstoblks
: fs.h
- fragtbl
: fs.h
- fread()
: file.h
, file.c
- FREAD
: fcntl.h
- freeBlocks()
: block.c
, ubixfs.h
- freebsd6_mmap()
: vmm_mmap.c
- freePage()
: vmm_memory.c
, vmm.h
- freespace
: fs.h
- FS_42INODEFMT
: fs.h
- FS_44INODEFMT
: fs.h
- FS_ACLS
: fs.h
- FS_BAD_MAGIC
: fs.h
- fs_bytes_left()
: fs.h
- fs_close()
: fs.h
- fs_cs
: fs.h
- FS_DOSOFTDEP
: fs.h
- FS_FILE_FLAGS_HEADER_INCLUDED
: fs.h
- FS_FILE_FLAGS_HEADER_PERSISTENT
: fs.h
- FS_FLAGS_UPDATED
: fs.h
- FS_GJOURNAL
: fs.h
- FS_INDEXDIRS
: fs.h
- FS_MAXCONTIG
: fs.h
- FS_MULTILABEL
: fs.h
- FS_NEEDSFSCK
: fs.h
- FS_NFS4ACLS
: fs.h
- FS_OKAY
: fs.h
- fs_open()
: fs.h
- FS_OPTSPACE
: fs.h
- FS_OPTTIME
: fs.h
- FS_READ_DELAYED
: fs.h
- FS_READ_EOF
: fs.h
- FS_SUJ
: fs.h
- FS_TRIM
: fs.h
- FS_UFS1_MAGIC
: fs.h
, ufs.h
- FS_UFS2_MAGIC
: fs.h
, ufs.h
- FS_UNCLEAN
: fs.h
- fsbtodb
: ufs.h
, fs.h
- fseek()
: file.c
, file.h
- fsid_t
: mount.h
- FSMAXSNAP
: ufs.h
, fs.h
- fstat()
: descrip.c
, descrip.h
, syscalls_new.h
- fstatfs()
: sysproto_posix.h
- functionPTR
: syscalls_new.h
, syscalls.h
- fwrite()
: file.h
, file.c
- FWRITE
: fcntl.h