Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Diov.c41 size_t seek) in seek_iov()
120 size_t seek) in buf_to_iov()
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int); member
/freebsd/contrib/sendmail/include/sm/
H A Dio.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/lib/libc/gen/
H A Dtelldir.h85 unsigned long seek:DD_SEEK_BITS; member
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dstride_dd.c30 static off_t seek = 0; variable
/freebsd/stand/userboot/
H A Duserboot.h114 int (*seek)(void *arg, void *h, uint64_t offset, member
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3.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/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3.c144 uint64_t seek, uint8_t *out, size_t out_len) in output_root_bytes()
684 Blake3_FinalSeek(const BLAKE3_CTX *ctx, uint64_t seek, uint8_t *out, in Blake3_FinalSeek()
/freebsd/bin/ed/
H A Ded.h63 off_t seek; /* address of line in scratch buffer */ member
/freebsd/bin/pax/
H A Dtables.h78 off_t seek; /* location in scratch file */ member
/freebsd/sys/contrib/zlib/
H A Dgzguts.h195 int seek; /* true if seek request pending */ member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h74 void seek(uint64_t NewOffSet) { Offset = NewOffSet; } in seek() function
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h202 int seek; /* true if seek request pending */ member
/freebsd/contrib/lib9p/
H A Dutils.c135 size_t *niov2, size_t seek) in l9p_seek_iov()
/freebsd/include/
H A Dstdio.h433 cookie_seek_function_t *seek; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp815 uint64_t raw_fd_ostream::seek(uint64_t off) { in seek() function in raw_fd_ostream
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp278 void Lexer::seek(unsigned Offset, bool IsAtStartOfLine) { in seek() function in Lexer
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h939 __sanitizer_cookie_io_seek seek; global() member
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c3029 long const seek = (long)(8 + frameSize - numBytesRead); in FIO_analyzeFrames() local
/freebsd/contrib/wpa/src/p2p/
H A Dp2p.c1177 u8 seek_count, const char **seek, int freq, bool include_6ghz) in p2p_find()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6076 const char *_seek[P2P_MAX_QUERY_HASH + 1], **seek = NULL; in p2p_ctrl_find() local