Searched refs:eof (Results 151 - 175 of 176) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2166 case tok::eof:
4711 Tok.isNot(tok::eof)) {
7288 && (!Tok.is(tok::eof) &&
8077 // Replace the "eod" token with an "eof" token identifying the end of
8081 EndToken.setKind(tok::eof);
8104 (Tok.isNot(tok::eof) || Tok.getEofData() != TypeStr.data())) {
8110 while (Tok.isNot(tok::eof))
8114 if (Tok.is(tok::eof) && Tok.getEofData() == TypeStr.data())
H A DParseStmt.cpp1225 Tok.isNot(tok::eof)) {
H A DParseOpenMP.cpp2062 while (Cnt && Tok.isNot(tok::eof)) {
/freebsd-current/sys/dev/ocs_fc/
H A Dsli4.c2591 * @param eof True if this is the last write for this object.
2601 uint16_t noc, uint16_t eof, uint32_t desired_write_length,
2625 wr_obj->eof = eof;
7560 * @param eof End of frame value
7571 sli_send_frame_wqe(sli4_t *sli4, void *buf, size_t size, uint8_t sof, uint8_t eof, uint32_t *hdr, argument
7604 sf->eof = eof;
8401 ocs_log_test(sli4->os, "status=%02x (%s) rq_id=%d, index=%x pdpl=%x sof=%02x eof=%02x hdpl=%x\n",
8414 ocs_log_test(sli4->os, "status=%02x (%s) rq_id=%d, index=%x pdpl=%x sof=%02x eof
2600 sli_cmd_common_write_object(sli4_t *sli4, void *buf, size_t size, uint16_t noc, uint16_t eof, uint32_t desired_write_length, uint32_t offset, char *object_name, ocs_dma_t *dma) argument
[all...]
H A Docs_hw.c4343 * @param eof Value to use as the frame EOF.
4352 ocs_hw_send_frame(ocs_hw_t *hw, fc_header_le_t *hdr, uint8_t sof, uint8_t eof, ocs_dma_t *payload, argument
4382 rc = sli_send_frame_wqe(&hw->sli, wqe->wqebuf, hw->sli.config.wqe_size, sof, eof, (uint32_t*) hdr, payload,
6930 uint8_t eof; local
6933 eof = rd_obj_rsp->eof;
6940 cb_arg->cb(status, bytes_read, eof, cb_arg->arg);
6965 * <tt>void cb(int32_t status, uint32_t bytes_read, uint8_t eof, void *arg)</tt>.
/freebsd-current/sys/dev/oce/
H A Doce_mbox.c1610 fwcmd->params.req.eof = 1;
1612 fwcmd->params.req.eof = 0;
H A Doce_hw.h1642 uint32_t eof: 1; member in struct:mbx_lancer_common_write_object::__anon3798::__anon3799
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp294 if (T.isNot(tok::eof) && !T.isAtStartOfLine())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h63 eof, member in class:llvm::coverage::coveragemap_error
/freebsd-current/contrib/bmake/unit-tests/
H A DMakefile74 TESTS+= cond-eof
/freebsd-current/usr.bin/bmake/unit-tests/
H A DMakefile77 TESTS+= cond-eof
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2127 assert(Next && Next->isNot(tok::eof));
2233 if (Next && Next->NewlinesBefore == 0 && Next->isNot(tok::eof)) {
2284 if (Next && Next->NewlinesBefore == 0 && Next->isNot(tok::eof)) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c99 uint8_t eof : 1; /* Did we finish unpacking the file? */ member in struct:file_header
4093 if(rar->file.eof == 1) {
4113 rar->file.eof = 1;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1744 * If we are not given an eof variable,
5849 int error, eof; local
5889 error = VOP_READDIR(vp, &auio, ap->a_cred, &eof, NULL, NULL);
5926 } while (!eof && error == 0);
/freebsd-current/usr.bin/dtc/
H A Dfdt.cc1438 while (!ss.eof())
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1525 case coveragemap_error::eof:
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp87 case instrprof_error::eof:
/freebsd-current/tests/sys/fs/fusefs/
H A Dread.cc667 TEST_F(Read, eof)
697 /* Like Read.eof, but causes an entire buffer to be invalidated */
H A Dwrite.cc1358 TEST_F(WriteBackAsync, eof)
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c4578 boolean_t *eof)
4600 *eof = B_TRUE;
4577 zpool_get_history(zpool_handle_t *zhp, nvlist_t **nvhisp, uint64_t *off, boolean_t *eof) argument
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c2860 int *eof, void *data)
2858 proc_read_use_count(char *page, char **start, off_t off, int count, int *eof, void *data) argument
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10191 boolean_t eof = B_FALSE; local
10197 while (!eof) {
10198 if ((ret = zpool_get_history(zhp, &nvhis, &off, &eof)) != 0)
/freebsd-current/sys/dev/cxgbe/common/
H A Dt4_msg.h1667 __u8 eof; member in struct:cpl_fcoe_hdr
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1645 case tok::eof:
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp3977 if ((res = __libcpp_wctob_l(wout, __loc)) != char_traits<char>::eof()) {

Completed in 808 milliseconds

12345678