Searched refs:sequence (Results 1 - 25 of 64) sorted by relevance

123

/osnet-11/usr/src/lib/libast/common/features/
H A Dparam.sh22 : generate "<sys/param.h> + <sys/types.h> + <sys/stat.h>" include sequence
/osnet-11/usr/src/lib/libc/amd64/crt/
H A Dcerror.s29 / C return sequence which sets errno, returns -1.
/osnet-11/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.
/osnet-11/usr/src/lib/libpp/common/
H A Dgentab.sh32 # %sequence [ prefix=<prefix> ] [ index=<index> ] [ init=<init> ]
96 %flags|%keywords|%sequence)
106 %flags|%sequence)
150 %flags|%sequence)
201 %sequence)
/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x191 hyper sequence;
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c55 } sequence; member in struct:xz_dec
137 } sequence; member in struct:xz_dec::__anon611
337 switch (s->index.sequence) {
349 s->index.sequence = SEQ_INDEX_UNPADDED;
354 s->index.sequence = SEQ_INDEX_UNCOMPRESSED;
367 s->index.sequence = SEQ_INDEX_UNPADDED;
733 switch (s->sequence) {
750 s->sequence = SEQ_BLOCK_START;
760 s->sequence = SEQ_INDEX;
773 s->sequence
[all...]
H A Dxz_dec_lzma2.c231 } sequence; member in struct:xz_dec_lzma2::__anon606
935 while (b->in_pos < b->in_size || s->lzma2.sequence == SEQ_LZMA_RUN) {
936 switch (s->lzma2.sequence) {
981 s->lzma2.sequence = SEQ_UNCOMPRESSED_1;
1009 s->lzma2.sequence = SEQ_COMPRESSED_0;
1018 s->lzma2.sequence = SEQ_UNCOMPRESSED_2;
1024 s->lzma2.sequence = SEQ_COMPRESSED_0;
1030 s->lzma2.sequence = SEQ_COMPRESSED_1;
1036 s->lzma2.sequence = s->lzma2.next_sequence;
1043 s->lzma2.sequence
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm62 An object corresponding to an interior sequence command from the POD
419 An object representing a POD interior sequence command.
441 and returns a reference to the new interior sequence object. It should
443 corresponding left-delimiter of the interior sequence (e.g. 'E<lt>').
445 sequence command, such as C<I> or C<B> or C<C>. The C<-file> and
447 to the beginning of the interior sequence. If the C<$ptree> argument is
504 The name of the interior sequence command.
554 Prepends the given string or parse-tree or sequence object to the parse-tree
555 of this interior sequence.
573 Appends the given string or parse-tree or sequence objec
[all...]
H A DParser.pm57 ## Expand an interior sequence; sample actions might be:
61 ## ... other sequence commands and their resulting text
367 action when an interior sequence is encountered. An interior sequence is
371 passed the sequence command C<$seq_cmd> and the corresponding text
373 sequence that occurs in the string that it is passed. It should return
374 the desired text string to be used in place of the interior sequence.
376 object which contains further information about the interior sequence.
382 some other interior-sequence (and if so, which kind).
385 simply returns the raw text of the interior sequence (a
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c468 * The input value sequence is a number generated when the buffer
469 * was queued. ctx.out.sf_sequence, if not -1, is the sequence number
476 filter(const char *input, uint64_t sequence, char *output, argument
527 ctx.id = sequence;
578 sequence);
582 ctx.out.sf_eventid, sequence);
702 ctx.out.sf_sequence, sequence);
704 ctx.out.sf_sequence, sequence);
709 sequence);
759 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, argument
[all...]
/osnet-11/usr/src/lib/libpp/
H A DMakefile.com107 pics/ppsearch.o := CERRWARN += -_gcc=-Wno-sequence-point
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm118 sequence($cv->START);
130 sequence(main_start);
311 # reset the sequence
380 sub sequence { subroutine
394 sequence($other);
398 sequence($redoop);
401 sequence($nextop);
404 sequence($lastop);
408 sequence($replstart);
749 # of the code we're looking at. In particular, perl gives sequence
[all...]
/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c630 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, argument
644 if ((last_sequence > 0) && (sequence != last_sequence + 1)) {
645 DPRINT((dfile, "audit_remote: buffer sequence=%llu "
646 "but prev=%llu\n", sequence, last_sequence));
648 last_sequence = sequence;
651 sequence, in_len));
671 sequence, &err_rsn);
H A Dtransport.c720 uint64_t sequence, close_rsn_t *err_rsn)
727 uint64_t seq_n; /* sequence in the network byte order */
837 * Concatenate sequence number and the new record. Note, that the
848 in_buf.length = in_len + sizeof (sequence);
858 seq_n = htonll(sequence);
862 /* wrap sequence number and the new record to the per-message token */
895 if (!transq_enqueue(&node_ptr, &in_buf, sequence)) {
950 uint64_t r_seq_num; /* received sequence number */
1086 * Extract the sequence number and the MIC from
1095 * seq_num/r_seq_num - the sequence numbe
719 send_record(struct hostlist_s *hostlptr, const char *input, size_t in_len, uint64_t sequence, close_rsn_t *err_rsn) argument
1473 transq_enqueue(transq_node_t **node_ptr, gss_buffer_t in_seqtoken_ptr, uint64_t sequence) argument
[all...]
/osnet-11/usr/src/lib/libadt_jni/
H A Dauditxml_jni875 my $sequence = 0;
898 formatTableEntry ('', $tokenId, $eventId, '', 0, 0, $tokenOrder[$sequence],
942 $tsol, $tokenOrder[$sequence], $tokenFormat,
947 $sequence++;
955 my ($id, $token, $eventId, $type, $required, $tsol, $sequence, $format, $enumGroup,
993 unless ($type =~ /,/) { # if list, then generate sequence of entries
1044 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" .
1099 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml730 my $sequence = 0;
756 $tokenOrder[$sequence], 'NULL', $omit);
800 $tsol, $tokenOrder[$sequence], $tokenFormat,
804 $sequence++;
811 my ($id, $token, $eventId, $type, $required, $tsol, $sequence, $format,
852 unless ($type =~ /,/) { # if list, then generate sequence of entries
911 $xlateLine = "{$token,\t1,\t$xlateLabelRef,\t$sequence,\n" .
985 "{$token,\t$typeCount,\t&$xlateLabel\[0\],\t$sequence,\n" .
/osnet-11/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c785 auditd_plugin(const char *input, size_t in_len, uint64_t sequence, argument
804 if ((ctrl->last_sequence > 0) && (sequence != ctrl->last_sequence + 1))
806 "binfile: buffer sequence=%llu but prev=%llu=n",
807 sequence, ctrl->last_sequence);
808 ctrl->last_sequence = sequence;
811 sequence, in_len);
877 "binfile: write_count=%llu, sequence=%llu,"
879 ++ctrl->write_count, sequence, out_len));
887 "binfile: write failed, sequence=%llu, "
888 "l=%u\n", sequence, out_le
[all...]
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_rcvdis.c224 discon->sequence = pptr->discon_ind.SEQ_number;
H A Dt_snddis.c145 dreq.SEQ_number = (call? call->sequence: -1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm62 # Reverse lookup. Alphabetically first name for a sequence is preferred.
139 # empty escape sequence '' or "\e[m" gives an empty list of attrs.
148 Carp::croak ("Bad escape sequence $_");
157 Carp::croak ("No name for escape sequence $_" );
234 sequence to set those attributes. It doesn't print it out, just returns it,
316 =item Bad escape sequence %s
318 (F) You passed an invalid ANSI escape sequence to uncolor().
356 =item No name for escape sequence %s
358 (F) The ANSI escape sequence passed to uncolor() contains escapes which
438 including a sequence o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DNEXT.pm309 through C<C> and C<D>). In such cases, a sequence of C<NEXT> redispatches
324 call each method only once during a sequence of redispatches.
417 and the resulting order of classes is used as the sequence in which methods
418 are called. However, that sequence is modified by imposing a rule that the
522 look-up sequence. In the presence of diamond inheritance patterns
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoding.pm85 MUST return the octet sequence representing I<$string>.
97 If an error occurs, it SHOULD return the octet sequence for the
118 the converted part (i.e. the whole sequence unless there is an
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dutf8decode.t39 2.1 First possible sequence of certain length
46 2.2 Last possible sequence of certain length
/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist126 88 Illegal byte sequence

Completed in 69 milliseconds

123