| /onnv/onnv-gate/usr/src/pkgdefs/SUNWqos/ |
| prototype_com | 52 f none etc/inet/ipqosconf.1.sample 444 root sys 53 f none etc/inet/ipqosconf.2.sample 444 root sys 54 f none etc/inet/ipqosconf.3.sample 444 root sys
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| Makefile | 28 PROG= datemsk.ndpd ipsecinit.sample ipqosconf.1.sample ipqosconf.2.sample \ 29 ipqosconf.3.sample wanboot.conf.sample
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ike/ |
| Makefile | 30 ETCPROG= config.sample
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/secret/ |
| Makefile | 29 ETCPROG= ike.preshared ipseckeys.sample
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/net_files/ |
| rpc | 69 sample 100113 na.sample
|
| /onnv/onnv-gate/usr/src/lib/pam_modules/ |
| Makefile | 45 sample \
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWpcmem/ |
| depend | 54 I SUNWpcsra PCMCIA DDK memory card sample driver
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/ |
| ReadMe | 28 steps to create the sample agent using the agent toolkit. 31 Step 2 : Copy the files in the sample directory to your own directory 42 Step 8 : Type "make", the sample agent executable will be created
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcnetr/ |
| prototype_com | 64 f none etc/inet/ike/config.sample 444 root sys 68 f none etc/inet/ipsecinit.sample 444 root sys 72 f none etc/inet/secret/ipseckeys.sample 600 root sys
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/ |
| audio_output.c | 39 #define DECL_AUDIO_EXPORT(NAME, TYPE, SAMPLE) \ 62 int32_t sample = *ip; \ 64 *op = SAMPLE; \ 74 DECL_AUDIO_EXPORT(16ne, int16_t, sample >> 8) 75 DECL_AUDIO_EXPORT(16oe, int16_t, ddi_swap16(sample >> 8)) 76 DECL_AUDIO_EXPORT(32ne, int32_t, sample << 8) 77 DECL_AUDIO_EXPORT(32oe, int32_t, ddi_swap32(sample << 8)) 78 DECL_AUDIO_EXPORT(24ne, int32_t, sample) 79 DECL_AUDIO_EXPORT(24oe, int32_t, ddi_swap32(sample))
|
| audio_input.c | 64 int32_t sample = (TYPE)SWAP(*ip); \ 65 int32_t scaled = sample SHIFT; \ 174 * Optionally convert fragment to requested sample
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| README | 13 through reference to a sample filter which is attached at the end of this 34 The following command presumes that the sample code from the end of this 35 README is saved to a file named 'sample.c'. 37 cc -D_REENTRANT -o sample sample.c -lmilter 114 To test sendmail with the sample filter, the following might be added (in 117 INPUT_MAIL_FILTER(`sample', `S=local:/var/run/f1.sock') 128 The sample filter takes one argument -p, which indicates the local port 133 % ./sample -p local:/var/run/f1.sock 135 If the sample filter returns immediately to a command line, there was eithe [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libelf/demo/ |
| README | 27 This directory contains sample programs that demonstrate how to 31 Each of these sample programs displays or manipulates information
|
| /onnv/onnv-gate/usr/src/cmd/sgs/librtld_db/rdb_demo/ |
| 00README | 30 librtld_db.so.1 interface rdb also offers a sample implementation of the 47 test/* - sample command files which can be used to test rdb
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| syncstat.c | 49 static void sample(int count, int period); 172 sample(count, period); 189 sample(int count, int period) function
|
| /onnv/onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
| README | 30 These are sample DIAGCODE dictionary files, used only when the
|
| /onnv/onnv-gate/usr/src/uts/intel/pcbe/ |
| p123_pcbe.c | 85 static int64_t diff3931(uint64_t sample, uint64_t old); 1038 diff3931(uint64_t sample, uint64_t old) 1043 diff = (MASK40 & sample) - old; 1047 diff = (MASK31 & sample) - old;
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| Scalar.pm | 48 has sample code as well:
|
| Handle.pm | 34 has sample code as well:
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| Usage.pm | 339 sample - Using GetOpt::Long and Pod::Usage 343 sample [options] [file ...]
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/scripts/ |
| shpiano.sh | 58 # array which holds frequency and sample data 59 # (the data are created on demand, "sample_set" indicates whether the "sample" variable 62 ["C3"]=( float freq=261.63 ; typeset sample_set="false" ; typeset -b sample ) 63 ["C#3"]=( float freq=277.18 ; typeset sample_set="false" ; typeset -b sample ) 64 ["D3"]=( float freq=293.66 ; typeset sample_set="false" ; typeset -b sample ) 65 ["D#3"]=( float freq=311.13 ; typeset sample_set="false" ; typeset -b sample ) 66 ["E3"]=( float freq=329.63 ; typeset sample_set="false" ; typeset -b sample ) 67 ["F3"]=( float freq=349.23 ; typeset sample_set="false" ; typeset -b sample ) 68 ["F#3"]=( float freq=369.99 ; typeset sample_set="false" ; typeset -b sample ) 69 ["G3"]=( float freq=391.99 ; typeset sample_set="false" ; typeset -b sample ) [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/gprof/common/ |
| gprof.c | 127 * distance between the arrows, the fraction of the sample 150 * only one sample for every four bytes of text space and never 826 * pc sample could not be assigned to function; 888 (void) fprintf(stderr, "%s: no room for %d sample pc's\n", 1428 unsigned_UNIT sample; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/demo/ |
| README | 30 This directory contains source code for sample debugger modules for the Modular
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/ |
| Object.pod | 70 is dumped to C<STDOUT>. See EXAMPLES below for sample output.
|
| /onnv/onnv-gate/usr/src/lib/libdhcputil/ |
| README.inittab | 109 A sample entry would be
|