Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 20 of 20) sorted by relevance

/freebsd-head/usr.sbin/bhyve/
HDiov.c41 size_t seek) in seek_iov()
120 size_t seek) in buf_to_iov()
/freebsd-head/crypto/heimdal/lib/krb5/
HDstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int); member
/freebsd-head/contrib/sendmail/include/sm/
HDio.h181 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
185 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) argument
188 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f) argument
189 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
/freebsd-head/lib/libc/gen/
HDtelldir.h85 unsigned long seek:DD_SEEK_BITS; member
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDstride_dd.c31 static off_t seek = 0; variable
/freebsd-head/stand/userboot/
HDuserboot.h114 int (*seek)(void *arg, void *h, uint64_t offset, member
/freebsd-head/contrib/llvm-project/llvm/lib/Support/BLAKE3/
HDblake3.c96 INLINE void output_root_bytes(const output_t *self, uint64_t seek, uint8_t *out, in output_root_bytes()
578 void llvm_blake3_hasher_finalize_seek(const blake3_hasher *self, uint64_t seek, in llvm_blake3_hasher_finalize_seek()
/freebsd-head/sys/contrib/openzfs/module/icp/algs/blake3/
HDblake3.c145 uint64_t seek, uint8_t *out, size_t out_len) in output_root_bytes()
685 Blake3_FinalSeek(const BLAKE3_CTX *ctx, uint64_t seek, uint8_t *out, in Blake3_FinalSeek()
/freebsd-head/sys/contrib/zlib/
HDgzguts.h195 int seek; /* true if seek request pending */ member
/freebsd-head/bin/pax/
HDtables.h78 off_t seek; /* location in scratch file */ member
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/
HDDataExtractor.h74 void seek(uint64_t NewOffSet) { Offset = NewOffSet; } in seek() function
/freebsd-head/sys/contrib/zstd/zlibWrapper/
HDgzguts.h202 int seek; /* true if seek request pending */ member
/freebsd-head/contrib/lib9p/
HDutils.c135 size_t *niov2, size_t seek) in l9p_seek_iov()
/freebsd-head/include/
HDstdio.h433 cookie_seek_function_t *seek; member
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDraw_ostream.cpp815 uint64_t raw_fd_ostream::seek(uint64_t off) { in seek() function in raw_fd_ostream
/freebsd-head/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp278 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) { in seek() function in Lexer
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_posix.h940 __sanitizer_cookie_io_seek seek; member
/freebsd-head/sys/contrib/zstd/programs/
HDfileio.c3029 long const seek = (long)(8 + frameSize - numBytesRead); in FIO_analyzeFrames() local
/freebsd-head/contrib/wpa/src/p2p/
HDp2p.c1177 u8 seek_count, const char **seek, int freq, bool include_6ghz) in p2p_find()
/freebsd-head/contrib/wpa/wpa_supplicant/
HDctrl_iface.c6076 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; in p2p_ctrl_find() local