| /onnv/onnv-gate/usr/src/lib/libast/common/string/ |
| struniq.c | 38 register char** an; local 41 ao = an = argv; 43 while (++an < ae) 45 while (streq(*ao, *an)) 46 if (++an >= ae) 48 *++ao = *an;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ath/ |
| ath_rate.c | 75 struct ath_node *an = ATH_NODE(in); local 84 an->an_tx_mgtrate = rt->info[0].rateCode; 85 an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].shortPreamble; 88 an->an_tx_mgtrate, an->an_tx_mgtratesp)); 98 an->an_tx_rix0 = asc->asc_rixmap[ 100 an->an_tx_rate0 = rt->info[an->an_tx_rix0].rateCode; 101 an->an_tx_rate0sp = an->an_tx_rate0 235 struct ath_node *an = ATH_NODE(in); local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/arn/ |
| arn_rc.c | 18 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 486 struct ath_node *an = ATH_NODE(in); local 495 an->an_tx_mgtrate = rt->info[0].ratecode; 496 an->an_tx_mgtratesp = an->an_tx_mgtrate | rt->info[0].short_preamble; 500 an->an_tx_mgtrate, an->an_tx_mgtratesp)); 511 an->an_tx_rix0 = sc->asc_rixmap[ 513 an->an_tx_rate0 = rt->info[an->an_tx_rix0].ratecode 648 struct ath_node *an = ATH_NODE(in); local [all...] |
| arn_xmit.c | 17 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 176 * The UAPSD queue is an exception, since we take a desc- 456 struct ath_node *an; local 475 * Construct the 802.11 header+trailer for an encrypted 476 * frame. The only reason this can fail is because of an 543 an = (struct ath_node *)(in); 563 txrate = an->an_tx_mgtratesp; 565 txrate = an->an_tx_mgtrate; 577 txrate = an->an_tx_mgtratesp; 579 txrate = an->an_tx_mgtrate 900 struct ath_node *an; local [all...] |
| /onnv/onnv-gate/usr/src/lib/libelfsign/ |
| README | 31 There are no interfaces in this library that are public so an abi_ 37 That isn't an issue since kcfd(1m) and elfsign(1) are 32 bit
|
| /onnv/onnv-gate/usr/src/common/lzma/ |
| README | 28 In an effort to provide ease of syncing with the upstream 31 particularly not lint clean. An effort has been made, however,
|
| /onnv/onnv-gate/usr/src/common/bzip2/ |
| Solaris.README.txt | 29 In an effort to provide ease of syncing with the upstream code, this
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/fp/ |
| fpgetrnd.s | 37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
|
| fpgetmask.s | 37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
|
| fpgetsticky.s | 37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
|
| /onnv/onnv-gate/usr/src/lib/libc/sparcv9/fp/ |
| fpgetrnd.s | 37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
|
| fpgetmask.s | 37 add %sp, -SA(MINFRAME), %sp ! get an additional word of storage
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| sun_solaris_staticvariables.sh | 87 s+=( "an element" )
|
| /onnv/onnv-gate/usr/src/lib/ |
| README.mapfiles | 37 1. Make interface additions to an existing library 40 2. Update an interface in an existing library 41 - remove an existing interface 44 - move an interface from one library to another 51 4. Make an entire library obsolete before end-of-life 59 how to generate an executable file or a shared object from a collection of 90 The structure of mapfile-vers is best explained by an example 126 So, for example, if an update to libwombat is made in Solaris 11, 169 4.0 Making interface additions to an existing librar [all...] |
| /onnv/onnv-gate/usr/src/cmd/power/ |
| pmconfig.h | 47 #define LINEARG(an) *(line_args + an) 87 uint8_t alt; /* conf line OK from an alt source */
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/ |
| Typemap.xs | 62 Each C type is represented by an entry in the typemap file that 70 This simply passes the C representation of the Perl variable (an SV*) 93 Used to pass in and return a reference to an SV. 108 From the C level this is a pointer to an AV. 123 From the C level this is a pointer to an HV. 189 An unsigned integer. 204 passed to C and converted to an IV when passed back to Perl. 222 Its behaviour is identical to using an C<int> type in XS with T_IV. 226 An enum value. Used to transfer an enum componen [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/ |
| Peek.pm | 125 sets $^D to the corresponding value. When called with an argument of 131 debugging one. When called with an argument, switches to debugging or 138 (default with Perl's malloc()), Devel::Peek provides an access to this API. 199 monumental task, and, frankly, we don't want this manpage to be an internals 227 This says C<$a> is an SV, a scalar. The scalar is a PVIV, a string. 235 CUR, in this case, because LEN includes an extra byte for the 253 This says C<$a> is an SV, a scalar. The scalar is an IV, a number. Its 258 =head2 A simple scalar with an extra reference 260 If the scalar from the previous example had an extra reference [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/ |
| Safe.pm | 10 # This function should return a closure which contains an eval that can't 88 # The 'my $foo' is needed! Without it you get an 177 croak("vars not an array ref") unless ref $vars eq 'ARRAY'; 291 =item an operator mask 293 Each compartment has an associated "operator mask". Recall that 294 perl code is compiled into an internal format before execution. 296 the code to be compiled into an internal format and then, 301 compilation to fail with an error. The code will not be executed. 402 Examples of legal names are '$foo' for a scalar, '@foo' for an 408 for an alternative method (which share uses) [all...] |
| /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/ |
| README | 36 # OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 105 without an instance...) Each element of the instance is a node in the tree, 109 to by a Content_t structure. A Content_t contains an enum that can point to 111 contains some characters, an <emphasis> element, some more characters, 113 as an array. 118 For convenience, Element_t's have an array of pointers to it's child 122 be concerned with skipping data, etc.). There is an analagous array of 123 pointers for the data content, an array of (char *)'s. This makes it easier 124 to consider the immediate character content of an element. 126 Attributes are kept as an array of name-value mappings (using the typede [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/ |
| README | 28 mdb(1) is an extensible utility for low-level debugging and editing of the 31 environment for debugging complex software systems such as an operating system,
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
| Select.pm | 257 The C<IO::Select> package implements an object approach to the system C<select> 259 are ready for reading, writing or have an exception pending. 279 will be returned when an event occurs. C<IO::Select> keeps these values in a 283 Each handle can be an C<IO::Handle> object, an integer or an array 284 reference where the first element is an C<IO::Handle> or an integer. 290 need not be passed, just handles that have an equivalent C<fileno> 299 Return an array of all registered handles [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| testlib.pm | 10 # no worse, and probably better, than just shoving an untainted, 30 After an extension has been built and before it is installed it may be
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| util.c | 35 an++,(long)size); 58 fprintf(stderr,"0x%lx: (%05d) rfree\n",(unsigned long)where,an++); 59 fprintf(stderr,"0x%lx: (%05d) realloc %ld bytes\n",(unsigned long)ptr,an++,(long)size); 79 fprintf(stderr,"0x%lx: (%05d) free\n",(unsigned long)where,an++);
|
| /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/ |
| whocalls.ksh | 38 specify an alternate who.so to use.
|
| /onnv/onnv-gate/usr/src/cmd/troff/troff.d/tmac.d/ |
| Makefile | 34 FILES = acm.me an ansun ansun.tbl bib \
|