Searched refs:in (Results 176 - 200 of 1242) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libsocket/inet/
H A Dinet_mkaddr.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
43 #include <netinet/in.h>
46 * Formulate an Internet address from network + host. Used in
47 * building addresses stored in the ifnet structure.
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnss.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
29 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcp_hostconf.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
30 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdscp/
H A Dlibdscp.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
29 #include <netinet/in.h>
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProgram.java6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
177 InputStream in;
178 in = new BufferedInputStream(new FileInputStream(programFile));
179 int i = in.read();
182 i = in.read();
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
36 * This enumerator creates mem-schemed nodes for each dimm found in the
133 nvlist_t *in, nvlist_t **out)
143 if (nvlist_lookup_uint8(in, FM_VERSION, &version) != 0 ||
145 nvlist_lookup_string_array(in, FM_FMRI_MEM_SERIAL_ID,
189 * The 'mask' argument to extract_bits has 1's in those bit positions of
217 * selection 'mask' and the 'value' for the address bits denoted by 1s in
289 * The mask & shift values for all banks in a
291 * values differ, in orde
132 mem_presence_state(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
312 mem_expand(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
362 mem_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
433 mem_contains(topo_mod_t *mod, tnode_t *node, topo_version_t vers, nvlist_t *in, nvlist_t **out) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz.h11 * GRUB is distributed in the hope that it will be useful,
61 * is too small, or the compressed input is corrupt in a way that makes the
78 * @in: Beginning of the input buffer. This may be NULL if and only
80 * @in_pos: Current position in the input buffer. This must not exceed
85 * @out_pos: Current position in the output buffer. This must not exceed
93 const uint8_t *in; member in struct:xz_buf
113 * If dict_max > 0, the decoder is initialized to work in multi-call mode.
123 * sizes are less common in practice). In the kernel, dictionary sizes of
127 * If dict_max == 0, the decoder is initialized to work in single-call mode.
135 * a big dictionary are not a problem in singl
[all...]
/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
57 movq %rsi, %rbx / Brand app entry point in %rbx
66 * linked program since in that case we're actually jumping to another
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
57 movl 8(%esp), %ebx / Brand app entry point in %ebx
66 * linked program since in that case we're actually jumping to another
/osnet-11/usr/src/grub/grub-0.97/
H A Dcompile14 # This program is distributed in the hope that it will be useful,
28 # This file is maintained in Automake, please report
32 case $1 in
67 case $1 in
72 case $2 in
/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-terminfo.in11 # This program is distributed in the hope that it will be useful, but
40 for option in "$@"; do
41 case "$option" in
H A Dgrub-install.in11 # This program is distributed in the hope that it will be useful, but
97 case "$host_os" in
145 case "$host_os" in
204 case $tmp_new_fname in
232 for option in "$@"; do
233 case "$option" in
280 case "$host_os" in
282 # Because /boot is used for the boot block in NetBSD and OpenBSD, use /grub
354 echo "The drive $tmp is defined multiple times in the device map $device_map" 1>&2
359 case "$install_device" in
[all...]
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dcompile14 # This program is distributed in the hope that it will be useful,
28 # This file is maintained in Automake, please report
32 case $1 in
67 case $1 in
72 case $2 in
H A Ddepcomp14 # This program is distributed in the hope that it will be useful,
31 case $1 in
75 # parameterize here, but still list the modes in the big case below,
90 case "$depmode" in
97 ## appear in depend2.am. Note that the slowdown incurred here
98 ## affects only configure: in makefiles, %FASTDEP% shortcuts this.
101 case $arg in
122 ## up in a subdir. Having to rename by hand is ugly.
145 ## The problem is that when a header file which appears in a .P file
187 # lines with more than a fixed number of characters (4096 in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm22 warnings::warn("No need to declare built-in vars");
59 NOTE: For variables in the current package, the functionality provided
61 in Perl v5.6.0 or later. See L<perlfunc/our>.
64 in the list, allowing you to use them under "use strict", and
69 for the entire file in which they appear. You may not rescind such
H A Dopen.pm66 my ($in,$out) = split(/\0/,(${^OPEN} || "\0"), -1);
108 $in = join(' ',@val);
114 $in = $out = join(' ',@val);
120 ${^OPEN} = join("\0",$in,$out) if $in or $out;
122 if ($in) {
123 if ($in =~ /:utf8\b/) {
125 } elsif ($in =~ /(\w+\(.+\))/) {
227 STDERR are also in C<:utf8>. On the other hand, if only output is
228 chosen to be in
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsprintf2.t61 unless ($_[0] =~ /^Invalid conversion in sprintf/ ||
62 $_[0] =~ /^Use of uninitialized value in sprintf/) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm26 # Accessors access the storage in %{$_[0]};
36 # Accessors access the storage in %{$_[0][0]};
55 L<perltie> for a list of the functions required in order to tie a hash
59 provide most methods for hashes described in L<perltie> (the exceptions
63 in the case a class forgets to include a C<TIEHASH> method.
84 Retrieve the datum in I<key> for the tied hash I<this>.
88 Return the first key in the hash.
92 Return the next key in the hash.
110 Returns what evaluating the hash in scalar context yields.
119 The accessor methods assume that the actual storage for the data in th
[all...]
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dlock.s6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
44 / - clear lock and force it to appear unlocked in memory.
/osnet-11/usr/src/lib/libsrpt/common/
H A Dlibsrpt.h6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
39 * cfg Current SRPT configuration in nvlist form
55 * cfg SRPT configuration in nvlist form
158 * in HCA GUID. Must be in one of the following forms:
174 srpt_NormalizeGuid(char *in, char *buf, size_t buflen, uint64_t *int_guid);
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dnetmasks.c6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
34 * corresponding 32 bit network mask internet address. The addresses are in
41 #include <netinet/in.h>
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
55 __nis_mapping_rule_t *in);
58 __nis_mapping_format_t *in);
59 bool_t dup_mapping_element(__nis_mapping_element_t *in,
67 * Release the resources in parse results
319 * data is present in mapping->ruleToLDAP.
330 /* Similar logic as in above comment applies. */
616 * Gets next line in buffer - using '\' at end of line
1273 dup_index(__nis_index_t *in, __nis_index_ argument
1315 dup_mapping_item(__nis_mapping_item_t *in, __nis_mapping_item_t *out) argument
1389 dup_format_mapping(__nis_mapping_format_t *in) argument
1459 dup_mapping_sub_element( __nis_mapping_sub_element_t *in, __nis_mapping_sub_element_t *out) argument
1516 dup_mapping_element( __nis_mapping_element_t *in, __nis_mapping_element_t *out) argument
1598 dup_mapping_rule(__nis_mapping_rule_t *in) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm23 # Turning this off is somewhat of a security risk in that little or no
25 # eval("use $module_name") in _try_use. If you turn this off, you have
49 # return this lexical item in a form appropriate to this number
142 # If we make it here, there was an exception thrown in the
148 <\n in bracket code [compiled line $1],>s;
150 Carp::croak "Error in maketexting \"$phrase\":\n$err as used";
184 print "* Looking up \"$phrase\" in $h_r\n" if DEBUG;
186 print " Found \"$phrase\" in $h_r\n" if DEBUG;
199 print " Not found in $h_r, nor automakable\n" if DEBUG > 1;
204 print "! Lookup of \"$phrase\" in/unde
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm18 # inherits from other things, which in turn use and inherit
48 When, then, you call a method in that class ($fishstick->calories),
50 goes searching in its superclasses, and so on, in a depth-first (or
52 first look in Food::Fish, then Food, then Matter, then Life::Fungus,
56 the list (in order) of names of classes Perl would search to find a
66 search thru in order to find a method, with no duplicates in the list.
67 $CLASS is not included in the list. UNIVERSAL is not included -- if
97 * Say you have a loop in th
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A Dconfig.status5 # configure, is in config.log if it exists.
25 case `(set -o) 2>/dev/null` in
60 case $arg in
92 # We need space, tab and new line, in precisely that order. Quoting is
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
102 for as_dir in $PATH
113 # in which case we are not to be found in the path.
122 # Work around bugs in pr
[all...]

Completed in 87 milliseconds

1234567891011>>