Searched refs:file_handle (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/tcopy/ |
H A D | tcopy.cc | 70 tape_dev(int file_handle, const char *spec, bool destination); 79 tape_dev::tape_dev(int file_handle, const char *spec, bool destination) in tape_dev() argument 81 assert(file_handle >= 0); in tape_dev() 82 fd = file_handle; in tape_dev() 169 tap_file(int file_handle, const char *spec, bool dst) : in tap_file() argument 170 tape_dev(file_handle, spec, dst) {}; in tap_file() 307 file_set(int file_handle, const char *spec, bool dst) : in file_set() argument 308 tape_dev(file_handle, spec, dst) {}; in file_set() 409 flat_file(int file_handle, const char *spec, bool dst) : in flat_file() argument 410 tape_dev(file_handle, spec, dst) {}; in flat_file()
|
/freebsd/contrib/atf/ |
H A D | COPYING | 85 These files were derived from the file_handle, systembuf, pipe and pistream
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 1372 …struct file_handle* fhandle = (struct file_handle*)malloc(sizeof(struct file_handle) + MAX_HANDLE_…
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 7393 struct file_handle *handle, int *mount_id, int flags) { 7426 INTERCEPTOR(int, open_by_handle_at, int mount_fd, struct file_handle* handle,
|