| /trueos/sys/dev/iscsi/ |
| HD | iscsi.c | 169 static void iscsi_session_reconnect(struct iscsi_session *is); 170 static void iscsi_session_terminate(struct iscsi_session *is); 173 static struct iscsi_outstanding *iscsi_outstanding_find(struct iscsi_session *is, 175 static struct iscsi_outstanding *iscsi_outstanding_add(struct iscsi_session *is, 177 static void iscsi_outstanding_remove(struct iscsi_session *is, 183 struct iscsi_session *is; in iscsi_pdu_prepare() local 186 is = PDU_SESSION(request); in iscsi_pdu_prepare() 188 ISCSI_SESSION_LOCK_ASSERT(is); in iscsi_pdu_prepare() 200 if (ISCSI_SNGT(is->is_cmdsn, is->is_maxcmdsn) && in iscsi_pdu_prepare() 209 ISCSI_SESSION_DEBUG(is, "postponing send, CmdSN %u, " in iscsi_pdu_prepare() [all …]
|
| /trueos/sys/sparc64/sparc64/ |
| HD | iommu.c | 131 #define IOMMU_READ8(is, reg, off) \ argument 132 bus_space_read_8((is)->is_bustag, (is)->is_bushandle, \ 133 (is)->reg + (off)) 134 #define IOMMU_WRITE8(is, reg, off, v) \ argument 135 bus_space_write_8((is)->is_bustag, (is)->is_bushandle, \ 136 (is)->reg + (off), (v)) 138 #define IOMMU_HAS_SB(is) \ argument 139 ((is)->is_sb[0] != 0 || (is)->is_sb[1] != 0) 148 #define IOMMU_SET_TTE(is, va, tte) \ argument 149 ((is)->is_tsb[IOTSBSLOT(va)] = (tte)) [all …]
|
| /trueos/sys/sys/mach/ipc/ |
| HD | ipc_space.h | 137 #define is_free(is) uma_zfree(ipc_space_zone, (is)) argument 142 #define is_fast_space(is) ((is)->is_fast) argument 144 #define is_ref_lock_init(is) mach_mutex_init(&(is)->is_ref_lock_data, \ argument 147 #define ipc_space_reference_macro(is) \ argument 149 mtx_lock(&(is)->is_ref_lock_data); \ 150 assert((is)->is_references > 0); \ 151 (is)->is_references++; \ 152 mtx_unlock(&(is)->is_ref_lock_data); \ 155 #define ipc_space_release_macro(is) \ argument 159 mtx_lock(&(is)->is_ref_lock_data); \ [all …]
|
| /trueos/sys/contrib/ipfilter/netinet/ |
| HD | ip_state.c | 428 ipstate_t *is; local 430 while ((is = softs->ipf_state_list) != NULL) 431 ipf_state_del(softc, is, ISL_UNLOAD); 853 ipstate_t *is, *isn; local 879 for (is = softs->ipf_state_list; is; is = is->is_next) 880 if (is == isn) 882 if (!is) { 918 ipstate_t *is, *isn; local 1022 for (is = softs->ipf_state_list; is; is = is->is_next) 1023 if (is->is_rule == fr) { [all …]
|
| HD | ip_scan.c | 238 ipf_scan_attachis(is) in ipf_scan_attachis() argument 239 struct ipstate *is; in ipf_scan_attachis() 245 fr = is->is_rule; 249 is->is_isc = i; 252 is->is_flags |= IS_SC_CLIENT; 254 is->is_flags |= IS_SC_MATCHC; 256 is->is_flags |= IS_SC_SERVER; 258 is->is_flags |= IS_SC_MATCHS; 281 ipf_scan_detachis(is) in ipf_scan_detachis() argument 282 struct ipstate *is; in ipf_scan_detachis() [all …]
|
| /trueos/usr.bin/m4/tests/ |
| HD | regress.comments.out | 2 # this is a comment 3 >> this is a COMMENT 4 'XXX' this is a COMMENT 5 'XXX' this is a COMMENT q COMMENT too 8 # this is a COMMENT 9 >> this is a comment 10 'XXX' this is a COMMENT 11 'XXX' this is a COMMENT q COMMENT too 14 # this is a COMMENT 15 >> this is a COMMENT [all …]
|
| HD | comments.m4 | 7 # this is a comment 8 >> this is a comment 9 p this is a comment 10 p this is a comment q comment too 14 # this is a comment 15 >> this is a comment 16 p this is a comment 17 p this is a comment q comment too 21 # this is a comment 22 >> this is a comment [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseTentative.cpp | 182 while (Tok.is(tok::l_square) || Tok.is(tok::kw___attribute) || in TryConsumeDeclarationSpecifier() 183 Tok.is(tok::kw___declspec) || Tok.is(tok::kw_alignas)) { in TryConsumeDeclarationSpecifier() 184 if (Tok.is(tok::l_square)) { in TryConsumeDeclarationSpecifier() 200 if (Tok.is(tok::annot_cxxscope)) in TryConsumeDeclarationSpecifier() 213 if (getLangOpts().ObjC1 && Tok.is(tok::less)) in TryConsumeDeclarationSpecifier() 290 if (Tok.is(tok::kw_asm) || Tok.is(tok::kw___attribute)) in TryParseInitDeclaratorList() 294 if (Tok.is(tok::l_paren)) { in TryParseInitDeclaratorList() 299 } else if (Tok.is(tok::l_brace)) { in TryParseInitDeclaratorList() 303 } else if (Tok.is(tok::equal) || isTokIdentifier_in()) { in TryParseInitDeclaratorList() 360 assert(Tok.is(tok::l_paren) && "Expected '('"); in isCXXConditionDeclaration() [all …]
|
| HD | ParseTemplate.cpp | 33 if (Tok.is(tok::kw_template) && NextToken().isNot(tok::less)) { in ParseDeclarationStartingWithTemplate() 64 assert((Tok.is(tok::kw_export) || Tok.is(tok::kw_template)) && in ParseTemplateDeclarationOrSpecialization() 104 if (Tok.is(tok::kw_export)) { in ParseTemplateDeclarationOrSpecialization() 110 if (Tok.is(tok::kw_template)) { in ParseTemplateDeclarationOrSpecialization() 124 if (Tok.is(tok::semi)) in ParseTemplateDeclarationOrSpecialization() 142 } while (Tok.is(tok::kw_export) || Tok.is(tok::kw_template)); in ParseTemplateDeclarationOrSpecialization() 184 if (Tok.is(tok::kw_using)) in ParseSingleDeclarationAfterTemplate() 195 if (Tok.is(tok::semi)) { in ParseSingleDeclarationAfterTemplate() 220 if (Tok.is(tok::semi)) in ParseSingleDeclarationAfterTemplate() 276 if (Tok.is(tok::comma)) { in ParseSingleDeclarationAfterTemplate() [all …]
|
| /trueos/usr.bin/calendar/calendars/ |
| HD | calendar.music | 10 01/01 Country Joe McDonald is born in El Monte, California, 1942 11 01/03 Steven Stills is born in Dallas, 1945 13 01/08 David Bowie (then David Robert Jones) is born in London, 1947 15 01/09 James Patrick Page (Led Zeppelin) is born in Middlesex, England, 1945 17 01/10 Jim Croce is born in Philadelphia, 1943 18 01/10 Pat Benatar is born in Long Island, 1952 19 01/10 Rod Stewart is born in Glasgow, Scotland, 1945 21 01/17 Led Zeppelin's first album is released, 1969 22 01/19 Janis Joplin is born in Port Arthur, Texas, 1943 23 01/22 Sam Cooke is born in Chicago, 1935 [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Format/ |
| HD | TokenAnnotator.cpp | 47 if (CurrentToken->is(tok::greater)) { in parseAngle() 86 if (CurrentToken->is(tok::caret)) { in parseParens() 92 MaybeSel->Previous->is(tok::at)) { in parseParens() 101 } else if (Left->Previous && Left->Previous->is(tok::r_square) && in parseParens() 113 bool MightBeFunctionType = CurrentToken->is(tok::star); in parseParens() 126 if (PrevPrev && PrevPrev->is(tok::identifier) && in parseParens() 128 CurrentToken->is(tok::identifier) && Next->isNot(tok::equal)) { in parseParens() 139 if (CurrentToken->is(tok::r_paren)) { in parseParens() 141 (CurrentToken->Next->is(tok::l_paren) || in parseParens() 142 (CurrentToken->Next->is(tok::l_square) && in parseParens() [all …]
|
| HD | UnwrappedLineParser.cpp | 300 assert(Tok->Tok.is(tok::l_brace)); in calculateBraceTypes() 308 } while (NextTok->is(tok::comment)); in calculateBraceTypes() 365 assert(FormatTok->Tok.is(tok::l_brace) && "'{' expected"); in parseBlock() 377 if (!FormatTok->Tok.is(tok::r_brace)) { in parseBlock() 384 if (MunchSemi && FormatTok->Tok.is(tok::semi)) in parseBlock() 404 assert(FormatTok->Tok.is(tok::hash) && "'#' expected"); in parsePPDirective() 458 FormatTok->Tok.is(tok::kw_false); in parsePPIf() 558 assert(!FormatTok->Tok.is(tok::l_brace)); in parseStructuralElement() 562 if (FormatTok->Tok.is(tok::l_brace)) { in parseStructuralElement() 593 if (FormatTok->Tok.is(tok::kw_namespace)) { in parseStructuralElement() [all …]
|
| /trueos/contrib/bmake/unit-tests/ |
| HD | test.exp | 2 this is foo 3 This is how a comment looks: # comment 7 2 is prime 17 1 is not prime 18 2 is prime 19 3 is prime 20 4 is not prime 21 5 is prime 29 make: "error" line 5: this is fatal 30 UT_DOLLAR=This is $UT_FU [all …]
|
| /trueos/contrib/netbsd-tests/lib/libc/regex/ |
| HD | README | 3 for an empty field. First field is an RE. Second field is flags. If 4 C flag given, regcomp() is expected to fail, and the third field is the 7 Otherwise it is expected to succeed, and the third field is the string to 8 try matching it against. If there is no fourth field, the match is 9 expected to fail. If there is a fourth field, it is the substring that 10 the RE is expected to match. If there is a fifth field, it is a comma- 13 starting with @ indicates that the (sub)expression is expected to match 16 is newline, `S' is space, `T' is tab, `Z' is NUL. 20 b RE is a BRE, not an ERE 22 C regcomp() error expected, third field is error name
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | ASN1_STRING_print_ex.pod | 18 These functions output an B<ASN1_STRING> structure. B<ASN1_STRING> is used to 21 ASN1_STRING_print_ex() outputs B<str> to B<out>, the format is determined by 22 the options B<flags>. ASN1_STRING_print_ex_fp() is identical except it outputs 31 ASN1_STRING_print() is a legacy function which should be avoided in new applications. 33 Although there are a large number of options frequently B<ASN1_STRFLGS_RFC2253> is 36 The complete set of supported options for B<flags> is listed below. 38 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters 39 determined by RFC2253 are escaped. If B<ASN1_STRFLGS_ESC_CTRL> is set control 40 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the 46 If the character being escaped is a 16 bit character then the form "\UXXXX" is used [all …]
|
| HD | CMS_verify.pod | 17 CMS_verify() verifies a CMS SignedData structure. B<cms> is the CMS_ContentInfo 18 structure to verify. B<certs> is a set of certificates in which to search for 19 the signing certificate(s). B<store> is a trusted certificate store used for 20 chain verification. B<indata> is the detached content if the content is not 21 present in B<cms>. The content is written to B<out> if it is not NULL. 23 B<flags> is an optional set of flags, which can be used to modify the verify 35 the content is detached B<indata> cannot be B<NULL>. 37 An attempt is made to locate all the signing certificate(s), first looking in 38 the B<certs> parameter (if it is not NULL) and then looking in any 42 Each signing certificate is chain verified using the B<smimesign> purpose and [all …]
|
| HD | CMS_compress.pod | 16 is the compression algorithm to use or B<NID_undef> to use the default 17 algorithm (zlib compression). B<in> is the content to be compressed. 18 B<flags> is an optional set of flags. 22 The only currently supported compression algorithm is zlib using the NID 25 If zlib support is not compiled into OpenSSL then CMS_compress() will return 28 If the B<CMS_TEXT> flag is set MIME headers for type B<text/plain> are 31 Normally the supplied content is translated into MIME canonical format (as 32 required by the S/MIME specifications) if B<CMS_BINARY> is set no translation 33 occurs. This option should be used if the supplied data is in binary format 34 otherwise the translation will corrupt it. If B<CMS_BINARY> is set then [all …]
|
| HD | BIO_s_mem.pod | 25 A memory BIO is a source/sink BIO which uses memory for its I/O. Data 26 written to a memory BIO is stored in a BUF_MEM structure which is extended 30 Unless the memory BIO is read only any data read from it is deleted from 35 If the BIO_CLOSE flag is set when a memory BIO is freed then the underlying 36 BUF_MEM structure is also freed. 42 BIO_eof() is true if no data is in the BIO. 46 BIO_set_mem_eof_return() sets the behaviour of memory BIO B<b> when it is 47 empty. If the B<v> is zero then an empty memory BIO will return EOF (that is 48 it will return zero and BIO_should_retry(b) will be false. If B<v> is non 49 zero then it will return B<v> when it is empty and it will set the read retry [all …]
|
| /trueos/contrib/gcc/cp/ |
| HD | cp-tree.def | 8 This file is part of GCC. 10 GCC is free software; you can redistribute it and/or modify 15 GCC is distributed in the hope that it will be useful, 26 /* An OFFSET_REF is used in two situations: 28 1. An expression of the form `A::m' where `A' is a class and `m' is 33 The expression is a pointer-to-member if its address is taken, 34 but simply denotes a member of the object if its address is not 37 This form is only used during the parsing phase; once semantic 46 `X::Y' The PTRMEM_CST_CLASS is the RECORD_TYPE for `X' and the 47 PTRMEM_CST_MEMBER is the _DECL for `Y'. */ [all …]
|
| /trueos/contrib/gcc/ |
| HD | tree.def | 6 This file is part of GCC. 8 GCC is free software; you can redistribute it and/or modify it under 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 26 4th element is the number of argument slots to allocate. This 28 different structures, and the size is determined by the tree_union 38 /* Any erroneous construct is parsed into a node of this type. 39 This type of node is accepted without complaint in all contexts 47 There is only one IDENTIFIER_NODE ever made for any particular name. 70 this block is an instance of, or else is NULL to indicate that this 71 block is not an instance of anything else. When non-NULL, the value [all …]
|
| /trueos/crypto/openssh/ |
| HD | sshd_config.0 | 23 environment passing is only supported for protocol 2. Variables 29 taken in the use of this directive. The default is not to accept 35 (use IPv6 only). The default is ``any''. 38 Specifies whether ssh-agent(1) forwarding is permitted. The 39 default is ``yes''. Note that disabling agent forwarding does 45 separated by spaces. If specified, login is allowed only for 48 ID is not recognized. By default, login is allowed for all 56 Specifies whether TCP forwarding is permitted. The available 60 remote forwarding only. The default is ``yes''. Note that 67 separated by spaces. If specified, login is allowed only for [all …]
|
| /trueos/contrib/top/ |
| HD | top.X | 90 Use \*(lqbatch\*(rq mode. In this mode, all input from the terminal is 92 This is the default on a dumb terminal, or when the output is not a terminal. 96 By default a single summary line is displayed for each process. 99 Use \*(lqinteractive\*(rq mode. In this mode, any input is immediately 102 which keys perform what functions. After the command is processed, the 104 understood. This mode is the default when standard output is an 122 Display either 'cpu' or 'io' statistics. Default is 'cpu'. 125 Use \*(lqnon-interactive\*(rq mode. This is identical to \*(lqbatch\*(rq 134 to -20 so that it will run faster. This can be used when the system is 141 will read as much of the file \*(lq/etc/passwd\*(rq as is necessary to map [all …]
|
| /trueos/contrib/gcc/doc/ |
| HD | passes.texi | 5 @c This is part of the GCC manual. 14 This chapter is dedicated to giving an overview of the optimization and 16 some of the language front end interface, though this description is no 31 The language front end is invoked only once, via 53 which is later lowered to GIMPLE when the function is compiled. Which 63 only be invoked when it is certain that the outer-most function 64 is used. 67 invoked when (1) it is certain that the function is used, (2) 70 semantic analysis is not complete until gimplification occurs. 77 emitted to the object file. For a simple procedural language, it is [all …]
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64CallingConv.td | 5 // This file is distributed under the University of Illinois Open Source 13 // The AArch64 Procedure Call Standard is unfortunately specified at a slightly 25 // 3. Follow the generic PCS as closely as is naturally possible. 27 // The suggested front-end implementation of PCS features is: 42 // N.b. this means that it is the front-end's responsibility (if it cares about 50 // SRet is an LLVM-specific concept, so it takes precedence over general ABI 56 // slot is 64-bit. 68 // PCS: "C.1: If the argument is a Half-, Single-, Double- or Quad- precision 69 // Floating-point or Short Vector Type and the NSRN is less than 8, then the 70 // argument is allocated to the least significant bits of register [all …]
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CommentLexer.h | 94 bool is(tok::TokenKind K) const LLVM_READONLY { return Kind == K; } in is() function 101 assert(is(tok::text)); in getText() 106 assert(is(tok::text)); in setText() 112 assert(is(tok::unknown_command)); in getUnknownCommandName() 117 assert(is(tok::unknown_command)); in setUnknownCommandName() 123 assert(is(tok::backslash_command) || is(tok::at_command)); in getCommandID() 128 assert(is(tok::backslash_command) || is(tok::at_command)); in setCommandID() 133 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end)); in getVerbatimBlockID() 138 assert(is(tok::verbatim_block_begin) || is(tok::verbatim_block_end)); in setVerbatimBlockID() 143 assert(is(tok::verbatim_block_line)); in getVerbatimBlockText() [all …]
|