| /onnv-gate/usr/src/lib/libshell/common/scripts/ |
| H A D | shpiano.sh | 61 ["C3"]=( float freq=261.63 ; typeset sample_set="false" ; typeset -b sample ) 62 ["C#3"]=( float freq=277.18 ; typeset sample_set="false" ; typeset -b sample ) 63 ["D3"]=( float freq=293.66 ; typeset sample_set="false" ; typeset -b sample ) 64 ["D#3"]=( float freq=311.13 ; typeset sample_set="false" ; typeset -b sample ) 65 ["E3"]=( float freq=329.63 ; typeset sample_set="false" ; typeset -b sample ) 66 ["F3"]=( float freq=349.23 ; typeset sample_set="false" ; typeset -b sample ) 67 ["F#3"]=( float freq=369.99 ; typeset sample_set="false" ; typeset -b sample ) 68 ["G3"]=( float freq=391.99 ; typeset sample_set="false" ; typeset -b sample ) 69 ["G#3"]=( float freq=415.31 ; typeset sample_set="false" ; typeset -b sample ) 70 ["A3"]=( float freq=440.00 ; typeset sample_set="false" ; typeset -b sample ) [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| H A D | Makefile | 27 PROG= datemsk.ndpd ipsecinit.sample ipqosconf.1.sample ipqosconf.2.sample \ 28 ipqosconf.3.sample wanboot.conf.sample
|
| /onnv-gate/usr/src/cmd/sendmail/libmilter/ |
| H A D | 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 either 159 Subject: testing sample filter [all …]
|
| /onnv-gate/usr/src/uts/common/io/audio/drv/audiohd/ |
| H A D | audiohd.conf | 33 sample-rate=48000; 35 sample-bits=16;
|
| /onnv-gate/usr/src/uts/common/io/audio/impl/ |
| H A D | audio_output.c | 61 int32_t sample = *ip; \ 73 DECL_AUDIO_EXPORT(16ne, int16_t, sample >> 8) 74 DECL_AUDIO_EXPORT(16oe, int16_t, ddi_swap16(sample >> 8)) 75 DECL_AUDIO_EXPORT(32ne, int32_t, sample << 8) 76 DECL_AUDIO_EXPORT(32oe, int32_t, ddi_swap32(sample << 8)) 77 DECL_AUDIO_EXPORT(24ne, int32_t, sample) 78 DECL_AUDIO_EXPORT(24oe, int32_t, ddi_swap32(sample))
|
| H A D | audio_input.c | 63 int32_t sample = (TYPE)SWAP(*ip); \ 64 int32_t scaled = sample SHIFT; \
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | syncstat.c | 49 static void sample(int count, int period); 172 sample(count, period); in main() 189 sample(int count, int period) in sample() function
|
| /onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/ |
| H A D | 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
|
| H A D | snmpdemo.rsrc | 44 command = "/opt/SUNWconn/sea/snmp/sample/snmpdemod -k -p $PORT"
|
| /onnv-gate/usr/src/pkg/manifests/ |
| H A D | system-network-ipqos-ipqos-config.mf | 42 file path=etc/inet/ipqosconf.1.sample group=sys mode=0444 43 file path=etc/inet/ipqosconf.2.sample group=sys mode=0444 44 file path=etc/inet/ipqosconf.3.sample group=sys mode=0444
|
| H A D | system-network.mf | 63 file path=etc/inet/ike/config.sample group=sys mode=0444 66 file path=etc/inet/ipsecinit.sample group=sys mode=0444 69 file path=etc/inet/secret/ipseckeys.sample group=sys mode=0600
|
| /onnv-gate/usr/src/cmd/rpcsvc/net_files/ |
| H A D | rpc | 69 sample 100113 na.sample
|
| /onnv-gate/usr/src/cmd/sgs/librtld_db/demo/ |
| H A D | 00README | 29 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-gate/usr/src/cmd/cmd-inet/etc/ike/ |
| H A D | Makefile | 30 ETCPROG= config.sample
|
| /onnv-gate/usr/src/cmd/cmd-inet/etc/secret/ |
| H A D | Makefile | 29 ETCPROG= ike.preshared ipseckeys.sample
|
| /onnv-gate/usr/src/lib/pam_modules/ |
| H A D | Makefile | 45 sample \
|
| /onnv-gate/usr/src/cmd/sgs/libelf/demo/ |
| H A D | 00README | 25 This directory contains sample programs that demonstrate how to use libelf. 28 Each of these sample programs displays, or manipulates information from a ELF
|
| /onnv-gate/usr/src/uts/intel/pcbe/ |
| H A D | p123_pcbe.c | 84 static int64_t diff3931(uint64_t sample, uint64_t old); 1037 diff3931(uint64_t sample, uint64_t old) in diff3931() argument 1042 diff = (MASK40 & sample) - old; in diff3931() 1046 diff = (MASK31 & sample) - old; in diff3931()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | MANIFEST | 1967 t/lib/sample-tests/bailout 1968 t/lib/sample-tests/bignum 1969 t/lib/sample-tests/combined 1970 t/lib/sample-tests/descriptive 1971 t/lib/sample-tests/die 1972 t/lib/sample-tests/die_head_end 1973 t/lib/sample-tests/die_last_minute 1974 t/lib/sample-tests/duplicates 1975 t/lib/sample-tests/head_end 1976 t/lib/sample-tests/head_fail [all …]
|
| /onnv-gate/usr/src/lib/fm/libdiagcode/common/tests/ |
| H A D | NOVERS.dict | 30 # this sample dictionary tests the error path where the dictionary
|
| H A D | NOMAXKEY.dict | 30 # this sample dictionary tests the error path where the dictionary
|
| H A D | NONAME.dict | 30 # this sample dictionary tests the error path where the dictname used
|
| H A D | BADVERS.dict | 30 # this sample dictionary tests the error path where the dictionary
|
| H A D | BADMAXKEY.dict | 30 # this sample dictionary tests the error path where the dictionary
|
| /onnv-gate/usr/src/cmd/bnu/ |
| H A D | uudemon.crontab | 27 # This crontab is provided as a sample. For systems
|