/titanic_52/usr/src/cmd/troff/nroff.d/terms.d/ |
H A D | README | 31 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 t [all...] |
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 84 } {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}} [all...] |
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | gentab.sh | 32 # %sequence [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ] 96 %flags|%keywords|%sequence) 106 %flags|%sequence) 150 %flags|%sequence) 201 %sequence)
|
/titanic_52/usr/src/lib/fm/libfmd_msg/common/ |
H A D | fmd_msg_test.out | 28 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 [all...] |
/titanic_52/usr/src/lib/auditd_plugins/syslog/ |
H A D | sysplugin.c | 497 * the input value sequence is a number generated when the buffer 498 * was queued. ctx.out.sf_sequence, if not -1, is the sequence number 505 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, cha argument [all...] |
/titanic_52/usr/src/cmd/geniconvtbl/samples/ |
H A D | ISO-2022-JP_to_eucJP.src | 39 // 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_52/usr/src/cmd/power/ |
H A D | sysidpm.po | 31 # 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_52/usr/src/lib/libbc/inc/include/nettli/ |
H A D | tiuser.h | 139 int sequence; /* sequence number */ member 149 int sequence; /* sequence number */ member
|
/titanic_52/usr/src/cmd/listen/ |
H A D | listen.c | 1094 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 # i in pitchcall() [all...] |
/titanic_52/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.c | 557 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() 572 DPRINT((dfile, "audit_remote: buffer sequence=%llu " 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_52/usr/src/lib/auditd_plugins/binfile/ |
H A D | binfile.c | 767 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, char **error) argument 783 if ((last_sequence > 0) && (sequence != last_sequence + 1)) 785 "binfile: buffer sequence=%llu but prev=%llu=n", 786 sequence, last_sequence); 787 last_sequence = sequence; 790 sequence, in_len); 852 "binfile: write_count=%llu, sequence=%llu," 854 ++write_count, sequence, out_len)); 862 "binfile: write failed, sequence=%llu, " 863 "l=%u\n", sequence, out_le [all...] |
/titanic_52/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 98 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_52/usr/src/cmd/cmd-inet/etc/default/ |
H A D | inetinit.dfl | 26 # 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_52/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 3711 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 in ql_free_irq_vectors() [all...] |
/titanic_52/usr/src/cmd/sendmail/cf/feature/ |
H A D | access_db.m4 | 25 dnl unless it is a sequence map 28 `ifelse(index(_ARG_, `sequence '), `0', `',
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | tiuser.h | 125 int sequence; /* sequence number */ member 135 int sequence; /* sequence number */ member
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | param.sh | 22 : generate "<sys/param.h> + <sys/types.h> + <sys/stat.h>" include sequence
|
/titanic_52/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 873 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, 991 unless ($type =~ /,/) { # if list, then generate sequence of entries 1042 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" . 1097 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
|
/titanic_52/usr/src/lib/libbsm/ |
H A D | auditxml | 689 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, 805 unless ($type =~ /,/) { # if list, then generate sequence of entries 863 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" . 936 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
|
/titanic_52/usr/src/lib/libc/amd64/crt/ |
H A D | cerror.s | 29 / C return sequence which sets errno, returns -1.
|
/titanic_52/usr/src/lib/libc/i386/crt/ |
H A D | cerror.s | 29 / C return sequence which sets errno, returns -1.
|
H A D | cerror64.s | 29 / C return sequence which sets errno, returns -1.
|
/titanic_52/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
H A D | README | 9 pass: bad insn sequence
|
/titanic_52/usr/src/uts/common/rpcsvc/ |
H A D | nlm_prot.x | 177 int sequence; member 305 int32 sequence; member
|
/titanic_52/usr/src/boot/lib/libz/doc/ |
H A D | rfc1951.txt | 153 The specification specifies a method for representing a sequence 154 of bytes as a (usually shorter) sequence of bits, and a method for 155 packing the latter bit sequence into bytes. 181 String: a sequence of arbitrary bytes. 293 in below, as a sequence of data elements of various bit 294 lengths, not a sequence of bytes. We must therefore specify 296 compressed byte sequence: 308 a sequence of bytes, starting with the first byte at the 330 symbol is the sequence of 0's and 1's on the edges leading from 423 by the sequence o [all...] |