Searched refs:IN (Results 176 - 200 of 229) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_prime.pl76 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
80 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
81 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/opensolaris-onvv-gate/usr/src/lib/librstp/common/
H A Dstp_in.c138 _conv_br_id_2_uid (IN BRIDGE_ID* f, OUT UID_BRIDGE_ID_T* t)
144 _check_stpm_config (IN UID_STP_CFG_T* uid_cfg)
238 STP_IN_stpm_get_cfg (IN int vlan_id, OUT UID_STP_CFG_T* uid_cfg)
338 STP_IN_port_get_state (IN int vlan_id, INOUT UID_STP_PORT_STATE_T* entry)
426 STP_IN_stpm_get_state (IN int vlan_id, OUT UID_STP_STATE_T* entry)
700 STP_IN_stpm_set_cfg (IN int vlan_id,
701 IN UID_STP_CFG_T* uid_cfg)
807 STP_IN_port_set_cfg (IN int vlan_id, IN int port_index,
808 IN UID_STP_PORT_CFG_
[all...]
H A Dstp_in.h38 # define IN /* consider as comments near 'input' parameters */ macro
H A Dbase.h48 # define IN /* consider as comments near 'input' parameters */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A DREADME130 2. Bulk pipe state transitions (endpoint number > 1, both IN and OUT):-
170 3. Interrupt pipe state transitions (endpoint number > 1, both IN and OUT) :-
172 Interrupt IN:
247 4. Isochronous pipe state transitions (endpoint number > 1, both IN and OUT):-
249 Isochronous IN:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm50 followed by two arguments for C<IN> and C<OUT> filehandles. These
63 =item C<IN>, C<OUT>
283 sub IN { shift->[0] } subroutine
377 or Tk->fileevent($self->IN,'readable',\&handle);
388 return getc $self->IN;
394 my $in = $self->IN;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dkeysets.pl98 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
102 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
103 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Dawk.g.y43 %token IF ELSE WHILE FOR IN NEXT EXIT BREAK CONTINUE
345 | FOR '(' VAR IN VAR ')' optNL statement
346 { $$ = stat3(IN, $3, $5, $8); }
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2ph.PL102 open(IN, "-");
119 open(IN,"$file") || (($Exit = 1),(warn "Can't open $file: $!\n"),next);
454 READ: while (not eof IN) {
455 $in .= <IN>;
475 while (<IN>) {
482 while (<IN>) {
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Dmaketab.c93 { IN, "instat", "instat" },
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL485 local (*IN);
497 open(IN, "./$_\0") || do {
538 while (sysread(IN, $cpout{$fh}, 5120 - $l, $l)) {
542 close IN;
573 local (*IN);
590 open(IN, "./$_\0") || do {
640 while (sysread(IN, $tarout{$fh}, 10240 - $l, $l)) {
646 close IN;
/opensolaris-onvv-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c86 if (GET_LOC(info->flags) == IN) {
106 } else if (info->rel_loc == IN) {
144 } else if (GET_LOC(info->flags) == IN) {
170 } else if (GET_LOC(info->flags) == IN) {
H A Dmcs.h72 #define IN 0x00000020 /* section is IN a segment */ macro
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ep_free.c68 IN DAT_EP_HANDLE ep_handle)
H A Ddapl_llist.c314 dapl_llist_next_entry(IN DAPL_LLIST_HEAD *head,
315 IN DAPL_LLIST_ENTRY *cur_ent)
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/ndl/
H A Ddssetup.ndl149 IN WORD level;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtaint.t740 open IN, $TEST or warn "$0: cannot read $TEST: $!" ;
742 my $a = <IN>;
743 my $b = <IN>;
746 close IN;
752 open IN, $TEST or warn "$0: cannot read $TEST: $!" ;
753 my $a = <IN>;
773 close IN;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t183 use open(IN => ":crlf", OUT => ":encoding(cp1252)");
190 "use open IN");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm549 local *IN;
550 unless (open (IN, $_[0])) {
554 $_[0] = \*IN;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/x2p/
H A Ds2p.t836 open( IN, ">$stdin" ) || goto FAIL_BOTH;
837 print IN $input{$indat};
838 close( IN ) || goto FAIL_BOTH;
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c74 IN DAPL_HCA *hca_ptr)
468 IN DAPL_HCA *hca_ptr,
599 IN ib_hca_handle_t ib_hca_handle)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm458 die unless open(IN, "<in.dat");
459 while(<IN>) {
465 close(IN);
500 die unless open(IN, "<in.dat");
501 while(<IN>) {
509 close(IN);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dopen.pm107 if ($type eq 'IN') {
150 use open IN => ":crlf", OUT => ":bytes";
176 With the C<IN> subpragma you can declare the default layers
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME48 | SPECIFYING FILTERS IN SENDMAIL CONFIGS |
/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c49 M_MB_L("in"), KEYWORD, IN, NULL,

Completed in 351 milliseconds

12345678910