Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 154) sorted by relevance

1234567

/titanic_53/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME31 twinit [string] /*sequence to initialize terminal*/
32 twrest [string] /*sequence to restore terminal*/
33 twnl [string] /*sequence to print newline*/
34 hlr [string] /*sequence for half-line reverse*/
35 hlf [string] /*sequence for half-line forward*/
36 flr [string] /*sequence for full-line reverse*/
37 bdon [string] /*sequence to turn on bold*/
38 bdoff [string] /*sequence to turn off bold*/
39 iton [string] /*sequence to turn on italic*/
40 itoff [string] /*sequence to turn off italic*/
[all …]
/titanic_53/usr/src/lib/libsqlite/test/
H A Dmisuse.test84 } {1 {library routine called out of sequence}}
87 } {21 {library routine called out of sequence}}
92 } {1 {library routine called out of sequence}}
113 } {1 {library routine called out of sequence}}
116 } {21 {library routine called out of sequence}}
121 } {1 {library routine called out of sequence}}
142 } {1 {library routine called out of sequence}}
145 } {21 {library routine called out of sequence}}
150 } {1 {library routine called out of sequence}}
167 } {21 {library routine called out of sequence}}
/titanic_53/usr/src/contrib/ast/src/lib/libpp/
H A Dgentab.sh96 %flags|%keywords|%sequence)
106 %flags|%sequence)
150 %flags|%sequence)
201 %sequence)
/titanic_53/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out28 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
37 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
44 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
53 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
62 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
69 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
78 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
85 code TEST-8000-08 item 3 = <<This entry tests the percent character escape sequence: %>>
94 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
103 AUTO-RESPONSE: This entry tests the percent character escape sequence: %
/titanic_53/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c505 filter(const char *input, uint64_t sequence, char *output, in filter() argument
556 ctx.id = sequence; in filter()
612 sequence); in filter()
616 ctx.out.sf_eventid, sequence); in filter()
736 ctx.out.sf_sequence, sequence); in filter()
738 ctx.out.sf_sequence, sequence); in filter()
743 sequence); in filter()
793 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) in auditd_plugin() argument
802 if ((last_sequence > 0) && (sequence != last_sequence + 1)) in auditd_plugin()
805 sequence, last_sequence); in auditd_plugin()
[all …]
/titanic_53/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src39 // Emit state reset sequence, ESC ( J, for
55 // Emit state reset sequence, ESC ( J.
76 // Emit JIS X 0208 sequence, ESC $ B.
98 // Emit JIS X 0201 Kana sequence,
120 // Emit JIS X 0212 sequence, ESC $ ( D.
/titanic_53/usr/src/cmd/power/
H A Dsysidpm.po31 # In the following message, each escape sequence requires
35 # three backslashes for each escape sequence.
45 # In the following message, each escape sequence requires
49 # three backslashes for each escape sequence.
/titanic_53/usr/src/lib/libbc/inc/include/nettli/
H A Dtiuser.h139 int sequence; /* sequence number */ member
149 int sequence; /* sequence number */ member
/titanic_53/usr/src/cmd/listen/
H A Dlisten.c1094 DEBUG((9, "incoming call seq # %d", call->sequence)); in doevent()
1112 sprintf(scratch, "Disconnect on fd %d, seq # %d", fd, disc->sequence); in doevent()
1114 DEBUG((9, "incoming disconnect seq # %d", disc->sequence)); in doevent()
1150 sprintf(scratch, "Incoming call while disabled: fd %d, seq %d", fd, call->sequence); in send_dis()
1197 DEBUG((9, "try to accept #%d", call->sequence)); in trycon()
1215 DEBUG((9, "save call #%d", call->sequence)); in trycon()
1233 fd, dbp->dbf_svc_code, call->sequence, in trycon()
1237 DEBUG((9, "Accepted call %d", call->sequence)); in trycon()
1610 call->sequence = 0; in clr_call()
1629 DEBUG((9, "pitching call, sequence # is %d", discon->sequence)); in pitchcall()
[all …]
/titanic_53/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c557 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) in auditd_plugin() argument
571 if ((last_sequence > 0) && (sequence != last_sequence + 1)) { in auditd_plugin()
573 "but prev=%llu\n", sequence, last_sequence)); in auditd_plugin()
575 last_sequence = sequence; in auditd_plugin()
578 sequence, in_len)); in auditd_plugin()
602 sequence, &err_rsn); in auditd_plugin()
/titanic_53/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c767 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) argument
783 if ((last_sequence > 0) && (sequence != last_sequence + 1))
786 sequence, last_sequence);
787 last_sequence = sequence;
790 sequence, in_len);
854 ++write_count, sequence, out_len));
863 "l=%u\n", sequence, out_len));
/titanic_53/usr/src/lib/libdtrace/common/
H A Dtcp.d.in98 uint32_t tcp_seq; /* sequence number */
120 uint32_t tcps_iss; /* Initial sequence # sent */
121 uint32_t tcps_suna; /* sequence # sent but unacked */
122 uint32_t tcps_snxt; /* next sequence # to send */
123 uint32_t tcps_rack; /* sequence # we have acked */
124 uint32_t tcps_rnxt; /* next sequence # expected */
131 uint32_t tcps_sack_fack; /* SACK sequence # we have acked */
/titanic_53/usr/src/cmd/cmd-inet/etc/default/
H A Dinetinit.dfl26 # TCP_STRONG_ISS sets the TCP initial sequence number generation parameters.
28 # 0 = Old-fashioned sequential initial sequence number generation.
30 # 2 = RFC 1948 sequence number generation, unique-per-connection-ID.
/titanic_53/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3711 qlge->sequence |= INIT_ALLOC_RX_BUF; in ql_alloc_mem_resources()
3995 qlge->sequence |= INIT_INTR_ENABLED; in ql_add_intr_handlers()
4141 if (qlge->sequence & INIT_INTR_ENABLED) { in ql_free_irq_vectors()
4153 qlge->sequence &= ~INIT_INTR_ENABLED; in ql_free_irq_vectors()
4158 if (qlge->sequence & INIT_ADD_INTERRUPT) in ql_free_irq_vectors()
4161 if (qlge->sequence & INIT_INTR_ALLOC) { in ql_free_irq_vectors()
4170 if (qlge->sequence & INIT_INTR_ALLOC) in ql_free_irq_vectors()
4171 qlge->sequence &= ~INIT_INTR_ALLOC; in ql_free_irq_vectors()
4173 if (qlge->sequence & INIT_ADD_INTERRUPT) in ql_free_irq_vectors()
4174 qlge->sequence &= ~INIT_ADD_INTERRUPT; in ql_free_irq_vectors()
[all …]
/titanic_53/usr/src/cmd/sendmail/cf/feature/
H A Daccess_db.m425 dnl unless it is a sequence map
28 `ifelse(index(_ARG_, `sequence '), `0', `',
/titanic_53/usr/src/uts/common/sys/
H A Dtiuser.h125 int sequence; /* sequence number */ member
135 int sequence; /* sequence number */ member
/titanic_53/usr/src/contrib/ast/src/lib/libast/features/
H A Dparam.sh22 : generate "<sys/param.h> + <sys/types.h> + <sys/stat.h>" include sequence
/titanic_53/usr/src/lib/libbsm/
H A Dauditxml689 my $sequence = 0;
713 $tokenOrder[$sequence], 'NULL', '', $omit);
755 $tsol, $tokenOrder[$sequence], $tokenFormat,
759 $sequence++;
766 my ($id, $token, $eventId, $type, $required, $tsol, $sequence, $format,
863 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" .
936 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
/titanic_53/usr/src/lib/libadt_jni/
H A Dauditxml_jni873 my $sequence = 0;
896 formatTableEntry ('', $tokenId, $eventId, '', 0, 0, $tokenOrder[$sequence],
940 $tsol, $tokenOrder[$sequence], $tokenFormat,
945 $sequence++;
953 my ($id, $token, $eventId, $type, $required, $tsol, $sequence, $format, $enumGroup,
1042 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" .
1097 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
/titanic_53/usr/src/lib/libc/i386/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
H A Dcerror64.s29 / C return sequence which sets errno, returns -1.
/titanic_53/usr/src/lib/libc/amd64/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
/titanic_53/usr/src/cmd/sgs/test/ld/x64/tls/ie/
H A DREADME9 pass: bad insn sequence
/titanic_53/usr/src/uts/common/rpcsvc/
H A Dnlm_prot.x177 int sequence; member
305 int32 sequence; member
/titanic_53/usr/src/boot/lib/libz/doc/
H A Drfc1951.txt151 The specification specifies a method for representing a sequence
152 of bytes as a (usually shorter) sequence of bits, and a method for
153 packing the latter bit sequence into bytes.
178 String: a sequence of arbitrary bytes.
288 in below, as a sequence of data elements of various bit
289 lengths, not a sequence of bytes. We must therefore specify
291 compressed byte sequence:
303 a sequence of bytes, starting with the first byte at the
325 symbol is the sequence of 0's and 1's on the edges leading from
416 by the sequence of bit lengths (2, 1, 3, 3). The following
[all …]

1234567