Searched defs:fd (Results 1 - 25 of 802) sorted by last modified time

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/partitioning_systems/gpt/
H A DHeader.cpp41 Header::Header(int fd, uint64 lastBlock, uint32 blockSize) argument
188 Header::WriteEntry(int fd, uint32 entryIndex) argument
214 Header::Write(int fd) argument
234 _WriteHeader(int fd) argument
249 _Write(int fd, off_t offset, const void* data, size_t size) const argument
280 _Read(int fd, off_t offset, void* data, size_t size) const argument
[all...]
H A Defi_gpt.cpp73 efi_gpt_identify_partition(int fd, partition_data* partition, void** _cookie) argument
91 efi_gpt_scan_partition(int fd, partition_data* partition, void* _cookie) argument
436 efi_gpt_repair(int fd, partition_id partition, bool checkOnly, disk_job_id job) argument
444 efi_gpt_resize(int fd, partition_id partitionID, off_t size, disk_job_id job) argument
473 efi_gpt_resize_child(int fd, partition_id partitionID, off_t size, argument
526 efi_gpt_move(int fd, partition_i argument
534 efi_gpt_move_child(int fd, partition_id partitionID, partition_id childID, off_t offset, disk_job_id job) argument
595 efi_gpt_set_content_name(int fd, partition_id partitionID, const char* name, disk_job_id job) argument
641 efi_gpt_set_type(int fd, partition_id partitionID, const char* type, disk_job_id job) argument
689 efi_gpt_initialize(int fd, partition_id partitionID, const char* name, const char* parameters, off_t partitionSize, disk_job_id job) argument
722 efi_gpt_create_child(int fd, partition_id partitionID, off_t offset, off_t size, const char* type, const char* name, const char* parameters, disk_job_id job, partition_id* childID) argument
794 efi_gpt_delete_child(int fd, partition_id partitionID, partition_id childID, disk_job_id job) argument
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp503 FDCloser(int fd, bool kernel) : fFD(fd), fKernel(kernel) {} argument
510 void SetTo(int fd, bool kernel) argument
530 int fd = fFD; local
2394 fd_and_path_to_dir_vnode(int fd, char* path, struct vnode** _vnode, char* filename, bool kernel) argument
2713 get_fd_and_vnode(int fd, struct vnode** _vnode, bool kernel) argument
2735 get_vnode_from_fd(int fd, bool kernel) argument
2760 fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink, struct vnode** _vnode, ino_t* _parentID, bool kernel) argument
2799 int fd; local
3357 struct file_descriptor* fd = context->fds[i]; local
3932 read_file_io_vec_pages(int fd, const file_io_vec* fileVecs, size_t fileVecCount, const iovec* vecs, size_t vecCount, uint32* _vecIndex, size_t* _vecOffset, size_t* _bytes) argument
3953 write_file_io_vec_pages(int fd, const file_io_vec* fileVecs, size_t fileVecCount, const iovec* vecs, size_t vecCount, uint32* _vecIndex, size_t* _vecOffset, size_t* _bytes) argument
4025 vfs_get_cookie_from_fd(int fd, void** _cookie) argument
4039 vfs_get_vnode_from_fd(int fd, bool kernel, struct vnode** vnode) argument
4196 vfs_read_stat(int fd, const char* path, bool traverseLeafLink, struct stat* stat, bool kernel) argument
5189 int fd = get_new_fd(FDTYPE_FILE, NULL, vnode, cookie, openMode, kernel); local
5255 int fd = open_vnode(vnode, openMode & ~O_CREAT, kernel); local
5291 int fd = get_new_fd(FDTYPE_FILE, NULL, vnode, cookie, openMode, kernel); local
5381 file_create(int fd, char* path, int openMode, int perms, bool kernel) argument
5438 file_open(int fd, char* path, int openMode, bool kernel) argument
5654 dir_create(int fd, char* path, int perms, bool kernel) argument
5709 dir_open(int fd, char* path, bool kernel) argument
5861 dir_remove(int fd, char* path, bool kernel) argument
5920 common_fcntl(int fd, int op, size_t argument, bool kernel) argument
6064 common_sync(int fd, bool kernel) argument
6087 common_lock_node(int fd, bool kernel) argument
6110 common_unlock_node(int fd, bool kernel) argument
6133 common_read_link(int fd, char* path, char* buffer, size_t* _bufferSize, bool kernel) argument
6154 common_create_symlink(int fd, char* path, const char* toPath, int mode, bool kernel) argument
6224 common_unlink(int fd, char* path, bool kernel) argument
6249 common_access(int fd, char* path, int mode, bool effectiveUserGroup, bool kernel) argument
6272 common_rename(int fd, char* path, int newFD, char* newPath, bool kernel) argument
6361 common_path_read_stat(int fd, char* path, bool traverseLeafLink, struct stat* stat, bool kernel) argument
6388 common_path_write_stat(int fd, char* path, bool traverseLeafLink, const struct stat* stat, int statMask, bool kernel) argument
6412 attr_dir_open(int fd, char* path, bool traverseLeafLink, bool kernel) argument
6488 attr_create(int fd, char* path, const char* name, uint32 type, int openMode, bool kernel) argument
6535 attr_open(int fd, char* path, const char* name, int openMode, bool kernel) argument
6708 attr_remove(int fd, const char* name, bool kernel) argument
6804 int fd; local
7007 int fd; local
7797 fs_read_attr(int fd, const char *attribute, uint32 type, off_t pos, void *buffer, size_t readBytes) argument
7840 set_cwd(int fd, char* path, bool kernel) argument
8025 _kern_open(int fd, const char* path, int openMode, int perms) argument
8077 _kern_open_dir(int fd, const char* path) argument
8088 _kern_fcntl(int fd, int op, size_t argument) argument
8095 _kern_fsync(int fd) argument
8102 _kern_lock_node(int fd) argument
8109 _kern_unlock_node(int fd) argument
8138 _kern_create_dir(int fd, const char* path, int perms) argument
8149 _kern_remove_dir(int fd, const char* path) argument
8182 _kern_read_link(int fd, const char* path, char* buffer, size_t* _bufferSize) argument
8212 _kern_create_symlink(int fd, const char* path, const char* toPath, int mode) argument
8251 _kern_unlink(int fd, const char* path) argument
8293 _kern_access(int fd, const char* path, int mode, bool effectiveUserGroup) argument
8324 _kern_read_stat(int fd, const char* path, bool traverseLeafLink, struct stat* stat, size_t statSize) argument
8371 _kern_write_stat(int fd, const char* path, bool traverseLeafLink, const struct stat* stat, size_t statSize, int statMask) argument
8417 _kern_open_attr_dir(int fd, const char* path, bool traverseLeafLink) argument
8432 _kern_open_attr(int fd, const char* path, const char* name, uint32 type, int openMode) argument
8449 _kern_remove_attr(int fd, const char* name) argument
8502 _kern_setcwd(int fd, const char* path) argument
8786 _user_open(int fd, const char* userPath, int openMode, int perms) argument
8822 _user_open_dir(int fd, const char* userPath) argument
8859 _user_open_parent_dir(int fd, char* userName, size_t nameLength) argument
8902 _user_fcntl(int fd, int op, size_t argument) argument
8913 _user_fsync(int fd) argument
8920 _user_flock(int fd, int operation) argument
8969 _user_lock_node(int fd) argument
8976 _user_unlock_node(int fd) argument
9001 _user_create_dir(int fd, const char* userPath, int perms) argument
9018 _user_remove_dir(int fd, const char* userPath) argument
9037 _user_read_link(int fd, const char* userPath, char* userBuffer, size_t* userBufferSize) argument
9081 _user_create_symlink(int fd, const char* userPath, const char* userToPath, int mode) argument
9130 _user_unlink(int fd, const char* userPath) argument
9168 _user_create_fifo(int fd, const char* userPath, mode_t perms) argument
9263 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
9280 _user_read_stat(int fd, const char* userPath, bool traverseLink, struct stat* userStat, size_t statSize) argument
9333 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument
9391 _user_open_attr_dir(int fd, const char* userPath, bool traverseLeafLink) argument
9410 _user_read_attr(int fd, const char* attribute, off_t pos, void* userBuffer, size_t readBytes) argument
9425 _user_write_attr(int fd, const char* attribute, uint32 type, off_t pos, const void* buffer, size_t writeBytes) argument
9443 _user_stat_attr(int fd, const char* attribute, struct attr_info* userAttrInfo) argument
9480 _user_open_attr(int fd, const char* userPath, const char* userName, uint32 type, int openMode) argument
9511 _user_remove_attr(int fd, const char* userName) argument
9635 _user_setcwd(int fd, const char* userPath) argument
9715 int fd = query_open(device, query, flags, port, token, false); local
[all...]
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp1475 int fd; local
H A Delf.cpp1157 load_elf_symbol_table(int fd, struct elf_image_info *image) argument
1811 elf_find_fat_arch(int fd, elf_fat_score_arch score_arch, argument
1945 elf_find_best_fat_section(int fd, struct elf_fat_arch_section *found_section) argument
1968 elf_find_kernel_compatible_fat_section(int fd, struct elf_fat_arch_section* found_section) argument
1990 elf_find_best_compatible_fat_section(int fd, elf_image_arch *image_arch, struct elf_fat_arch_section *found_section) argument
2007 int fd; local
2239 int fd = _kern_open(-1, path, O_RDONLY, 0); local
[all...]
/haiku-fatelf/src/kits/storage/
H A DMime.cpp122 int fd = open(device, O_RDONLY); local
235 int fd = open(device, O_RDONLY); local
[all...]
H A DFile.cpp111 int fd = _kern_open_entry_ref(ref->device, ref->directory, ref->name, local
138 int fd = _kern_open(entry->fDirFd, entry->fName, openMode | O_CLOEXEC, local
163 int fd = _kern_open(-1, path, openMode, DEFFILEMODE & ~__gUmask); local
188 int fd = _kern_open(dir->fDirFd, path, openMode, DEFFILEMODE & ~__gUmask); local
317 int fd = _kern_dup(file.get_fd()); local
[all...]
/haiku-fatelf/src/system/kernel/vm/
H A Dvm.cpp1856 _vm_map_file(team_id team, const char* name, void** _address, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset, bool kernel) argument
1998 vm_map_file(team_id aid, const char* name, void** address, uint32 addressSpec, addr_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
6162 _user_map_file(const char* userName, void** userAddress, uint32 addressSpec, size_t size, uint32 protection, uint32 mapping, bool unmapAddressRange, int fd, off_t offset) argument
[all...]
H A DVMAnonymousCache.cpp89 int fd; member in struct:swap_file
1279 int fd = open(path, O_RDWR | O_NOCACHE, S_IRUSR | S_IWUSR); local
1592 int fd = open(swapPath, O_RDWR | O_CREAT | O_NOCACHE, S_IRUSR | S_IWUSR); local
[all...]
/haiku-fatelf/src/system/libroot/posix/
H A Dfts.c536 int fd; local
1143 fts_safe_changedir(FTS *sp, FTSENT *p, int fd, cha argument
[all...]
/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3610 httpd_read_fully( int fd, void* buf, size_t nbytes ) argument
3638 httpd_write_fully( int fd, const void* buf, size_t nbytes ) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Ddd.c220 HANDLE fd; local
/haiku-fatelf/src/apps/debugger/elf/
H A DElfFile.cpp26 ElfSection::ElfSection(const char* name, int fd, off_t offset, off_t size, argument
/haiku-fatelf/src/apps/terminal/
H A DTermParse.cpp70 TermParse::TermParse(int fd) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DVolume.cpp534 Volume::Identify(int fd, disk_super_block *superBlock) argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/fragmenter/
H A Dfragmenter.cpp61 read_from(int fd, off_t pos, void *buffer, size_t size) argument
73 write_to(int fd, off_t pos, const void *buffer, size_t size) argument
147 int fd = open(fileName, O_RDWR); local
[all...]
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dlink.c23 readlinkat(int fd, const char *path, char *buffer, size_t bufferSize) argument
51 symlinkat(const char *toPath, int fd, const char *symlinkPath) argument
67 unlinkat(int fd, const char *path, int flag) argument
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c400 int fd; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp79 DeviceOpener::DeviceOpener(int fd, int mode) argument
129 DeviceOpener::Open(int fd, int mode) argument
926 Volume::Identify(int fd, ext2_super_block* superBlock) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp93 Volume::Identify(int fd, partition_data *partition) argument
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp118 Volume::Init(int fd, uint64 totalBlocks) argument
/haiku-fatelf/src/add-ons/accelerants/intel_extreme/
H A Daccelerant.cpp271 int fd = open(path, B_READ_WRITE); local
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp69 DeviceOpener::DeviceOpener(int fd, int mode) argument
119 DeviceOpener::Open(int fd, int mode) argument
650 Volume::Identify(int fd, disk_super_block* superBlock) argument
666 Volume::Initialize(int fd, const char* name, uint32 blockSize, argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DVolume.cpp79 DeviceOpener::DeviceOpener(int fd, int mode) argument
129 DeviceOpener::Open(int fd, int mode) argument
498 Volume::Identify(int fd, exfat_super_block* superBlock) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp79 DeviceOpener::DeviceOpener(int fd, int mode) argument
129 DeviceOpener::Open(int fd, int mode) argument
522 Volume::Identify(int fd, btrfs_super_block* superBlock) argument

Completed in 549 milliseconds

1234567891011>>