Searched refs:dev (Results 126 - 150 of 1634) sorted by relevance

1234567891011>>

/macosx-10.9.5/Heimdal-323.92.1/tests/can/
H A Dcheck-can.in52 if ${hxtool} info | grep 'rsa: hx509 null RSA' > /dev/null ; then
55 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
58 if ${kinit} --help 2>&1 | grep "CA certificates" > /dev/null; then
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dagent-ptrace.sh32 eval `${SSHAGENT} -s` > /dev/null
44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
52 ${SSHAGENT} -k > /dev/null
H A Dagent-pkcs11.sh24 eval `${SSHAGENT} -s` > /dev/null
31 openssl genrsa -out $OBJ/pkcs11.key 2048 > /dev/null 2>&1
34 -out $OBJ/pkcs11.crt -text -subj '/CN=pkcs11 test' > /dev/null
40 echo ${TEST_SSH_PIN} | notty ${SSHADD} -s ${TEST_SSH_PKCS11} > /dev/null 2>&1
47 ${SSHADD} -l > /dev/null 2>&1
61 echo ${TEST_SSH_PIN} | notty ${SSHADD} -e ${TEST_SSH_PKCS11} > /dev/null 2>&1
68 ${SSHAGENT} -k > /dev/null
/macosx-10.9.5/xar-202/xar/test/
H A Dchecksums17 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
19 ${XAR} -xf bin.xar > /dev/null 2>&1
42 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
44 ${XAR} -xf bin.xar > /dev/null 2>&1
67 dd if=/dev/random of=bin.xar seek=${offset} bs=100 count=1 > /dev/null 2>&1
69 ${XAR} -xf bin.xar > /dev/null 2>&1
88 dd if=/dev/rando
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Ddarwin.c288 int usb_os_open(usb_dev_handle *dev) argument
297 UInt32 location = *((UInt32 *)dev->device->dev);
300 if (!dev)
312 dev->device->descriptor.idVendor,
313 dev->device->descriptor.idProduct);
355 dev->impl_info = device;
356 dev->interface = -1;
357 dev->altsetting = -1;
365 int usb_os_close(usb_dev_handle *dev) argument
453 claim_interface(usb_dev_handle *dev, int interface) argument
616 usb_set_configuration(usb_dev_handle *dev, int configuration) argument
653 usb_claim_interface(usb_dev_handle *dev, int interface) argument
682 usb_release_interface(usb_dev_handle *dev, int interface) argument
722 usb_set_altinterface(usb_dev_handle *dev, int alternate) argument
772 usb_bulk_transfer(usb_dev_handle *dev, int ep, char *bytes, u_int32_t size, int timeout, int usb_bt_read) argument
954 usb_bulk_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
967 usb_bulk_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
983 usb_interrupt_write(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
989 usb_interrupt_read(usb_dev_handle *dev, int ep, char *bytes, int size, int timeout) argument
995 usb_control_msg(usb_dev_handle *dev, int requesttype, int request, int value, int index, char *bytes, int size, int timeout) argument
1139 struct usb_device *dev; local
1236 usb_resetep(usb_dev_handle *dev, unsigned int ep) argument
1265 usb_clear_halt(usb_dev_handle *dev, unsigned int ep) argument
1299 usb_reset(usb_dev_handle *dev) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/kdc/
H A Dcheck-cc.in115 ${kswitch} -p foo@${R} 2>/dev/null && ${kdestroy}
116 ${kswitch} -p foo@${R} 2>/dev/null && ${kdestroy}
117 ${kswitch} -p bar@${R} 2>/dev/null && ${kdestroy}
118 ${kswitch} -p bar@${R} 2>/dev/null && ${kdestroy}
123 ${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
131 ${klist} | head -2 | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
132 ${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
133 ${klist} -l | grep bar@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
136 ${klist} | head -2 | grep bar@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
137 ${klist} -l | grep foo@ >/dev/nul
[all...]
H A Dcheck-fast.in116 ${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
120 ${klist} > /dev/null || { ec=1 ; eval "${testfailed}"; }
124 ${akinit} --password-file=${testdir}/foopassword ${server}@${R} >/dev/null|| { exit 1; }
126 ${aklist} --hidden | grep fast_avail > /dev/null || { exit 1; }
138 ${klist} --hidden | grep fast_avail > /dev/null || { exit 1; }
160 ${rkpty} ${kinitpty} ${mit}/kinit -c ${acache} ${server}@${R} >/dev/null|| { exit 1; }
161 (${aklist} | grep ${server} > /dev/null ) || { exit 1; }
164 ${aklist} --hidden | grep fast_avail > /dev/null || { exit 1; }
167 ${rkpty} ${kinitpty} ${mit}/kinit -c ${cache} foo@${R} >/dev/null|| { exit 1; }
168 (${klist} | grep foo > /dev/nul
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr030/
H A Dchk.build31 if `echo "$1" | grep disable-statistics > /dev/null`; then
55 echo q) | ed Makefile > /dev/null
58 echo "$1" | grep enable-java > /dev/null
63 echo q) | ed Makefile > /dev/null
72 (echo a; echo b; echo c) | ./ex_access > /dev/null 2>&1
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/contrib/Kobil_mIDentity_switch/
H A DKobil_mIDentity_switch.c40 if (dev->descriptor.idVendor == KOBIL_VENDOR_ID){
42 ret = usb_control_msg(dev,
139 struct usb_device *dev = NULL; local
151 for (dev = bus->devices; dev; dev = dev->next)
154 dev->descriptor.idVendor, dev->descriptor.idProduct);
155 if (dev
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dbasic.sh105 if (command > foo\\abc) 2> /dev/null
111 if ( : > TT* && : > TTfoo ) 2>/dev/null
187 if [[ -p /dev/fd/0 ]]
189 cat - > /dev/null
190 [[ -p /dev/fd/0 ]] && print ok
197 no) err_exit "[[ -p /dev/fd/0 ]] fails for standard input pipe" ;;
218 x=$( (/bin/echo foo) 2> /dev/null )
238 x=$( (/bin/echo hello) 2> /dev/null )
243 read line 2> /dev/null
322 [[ $($SHELL -c 'o=foobar; for x in foo bar; do (o=save);print $o;done' 2> /dev/nul
[all...]
H A Dbuiltins.sh98 print $line | /bin/cat > /dev/null
115 read line < /dev/null
117 then err_exit "read from /dev/null failed"
125 print -f "hello%nbar\n" size > /dev/null
130 [[ -w /dev/fd/1 ]] || err_exit "2<&1- with built-ins has side effects"
135 $SHELL -c 'read x <<< hello' 2> /dev/null || err_exit 'syntax <<< not recognized'
136 ($SHELL -c 'read x[1] <<< hello') 2> /dev/null || err_exit 'read x[1] not working'
150 (continue bad 2>/dev/null && err_exit 'continue bad should return an error')
151 (break bad 2>/dev/null && err_exit 'break bad should return an error')
152 (continue 0 2>/dev/nul
[all...]
H A Dsignal.sh39 do if ! n=$(kill -l $s 2>/dev/null)
41 elif ! t=$(kill -l $n 2>/dev/null)
45 elif ! m=$(kill -l $t 2>/dev/null)
62 } | head > /dev/null
67 { sleep 4; kill $cop; } 2>/dev/null &
69 if wait $cop 2>/dev/null
70 then kill $spy 2>/dev/null
151 do if $sh -c 'exit 0' > /dev/null 2>&1
168 exec 2>/dev/null
292 done > /dev/nul
[all...]
H A Dpath.sh62 [[ ${ dir1;} == dir1 ]] 2> /dev/null && err_exit 'should not be be dir1'
67 [[ ${ dir2;} == dir2 ]] 2> /dev/null && err_exit 'should not be be dir2'
88 [[ $($SHELL ./bug1 2>/dev/null) == ok ]] || err_exit "PATH in function not working"
101 ($SHELL ./bug1) 2> /dev/null || err_exit "path_delete bug"
103 if $SHELL tdir > /dev/null 2>&1
108 if [[ $($SHELL ls 2> /dev/null) != hi ]]
111 if [[ $(ls -d . 2>/dev/null) == . && $(PATH=/bin:/usr/bin:$PATH ls -d . 2>/dev/null) != . ]]
124 do if ! whence notfound$i 2> /dev/null
141 done > /dev/nul
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dtest_crypto.in43 ${engine} --test-random > /dev/null || { echo "missing random"; exit 77; }
81 cmp crypto-test crypto-test2 >/dev/null 2>/dev/null && \
98 if [ -r /dev/random -o -r /dev/urandom -o -r /dev/srandom -o -r /dev/arandom ] ; then
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dccid_usb.c87 static int get_end_points(struct usb_device *dev, _usbDevice *usbdevice, int num);
88 int ccid_check_firmware(struct usb_device *dev);
90 struct usb_device *dev, int num);
339 struct usb_device *dev; local
342 for (dev = bus->devices; dev; dev = dev->next)
346 || strcmp(filename, dev->filename)))
349 if (dev
732 get_end_points(struct usb_device *dev, _usbDevice *usbdevice, int num) argument
772 get_ccid_usb_interface( struct usb_device *dev, int *num) argument
833 ccid_check_firmware(struct usb_device *dev) argument
875 get_data_rates(unsigned int reader_index, struct usb_device *dev, int num) argument
[all...]
H A Dparse.c48 struct usb_device *dev, int num);
82 struct usb_device *dev; local
85 for (dev = bus->devices; dev; dev = dev->next)
91 dev_handle = usb_open(dev);
95 bus->dirname, dev->filename, strerror(errno));
105 bus->dirname, dev->filename);
107 (void)fprintf(stderr, " idVendor: 0x%04X", dev
197 ccid_parse_interface_descriptor(usb_dev_handle *handle, struct usb_device *dev, int num) argument
[all...]
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp370 while (IOKit::Device dev = iterator())
373 displayPropertiesOfDevice(dev);
374 switch (deviceSupport(dev))
378 addDevice(dev);
382 addDevice(dev);
465 void PCSCDMonitor::addDevice(const IOKit::Device &dev) argument
468 if (!findDevice(dev,it)) // new device
470 io_service_t service = dev.ioObject();
475 if (deviceAddress(dev, address))
479 setDeviceProperties(dev, *newDevic
541 findDevice(const IOKit::Device &dev, DeviceMap::iterator &it) argument
549 findDeviceByName(const IOKit::Device &dev, DeviceMap::iterator &outit) argument
569 updateDevice(const IOKit::Device &dev) argument
582 hasLegacyDriver(const IOKit::Device &dev) argument
598 deviceIsPCCard(const IOKit::Device &dev) argument
617 getVendorAndProductID(const IOKit::Device &dev, uint32_t &vendorID, uint32_t &productID, bool &isPCCard) argument
648 setDeviceProperties(const IOKit::Device &dev, PCSCD::Device &device) argument
670 isExcludedDevice(const IOKit::Device &dev) argument
686 setDebugPropertiesForDevice(const IOKit::Device &dev, PCSCD::Device * newDevice) argument
747 removeDeviceByName(const IOKit::Device &dev) argument
777 PCSCD::Device *dev = static_cast<PCSCD::Device *>(it->second); local
798 deviceSupport(const IOKit::Device &dev) argument
882 deviceAddress(const IOKit::Device &dev, uint32_t &address) argument
894 deviceMemoryAddress(const IOKit::Device &dev, uint32_t &address) argument
1024 displayPropertiesOfDevice(const IOKit::Device &dev) argument
1165 PCSCD::Device *dev = static_cast<PCSCD::Device *>(it->second); local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dns64/
H A Dtests.sh43 $CHECKCONF "$conf" >/dev/null && ret=1
54 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
55 grep "2001::2" dig.out.ns2.test$n > /dev/null || ret=1
63 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
64 grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1
72 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
73 grep "ANSWER: 0," dig.out.ns2.test$n > /dev/null || ret=1
81 grep "status: NOERROR" dig.out.ns2.test$n > /dev/null || ret=1
82 grep "2001:aaaa::1.2.3.4" dig.out.ns2.test$n > /dev/null || ret=1
90 grep "status: NOERROR" dig.out.ns2.test$n > /dev/nul
[all...]
/macosx-10.9.5/bless-98/test/
H A Dtestdadisk.c34 char *dev = NULL; local
45 dev = argv[1];
53 dev,
54 strlen(dev),
61 disk = DADiskCreateFromBSDName(kCFAllocatorDefault, session, dev);
/macosx-10.9.5/lsof-52/lsof/lib/
H A Disfn.c89 static struct hsfile *HbyFdi = /* hash by file (dev,ino) buckets */
172 "%s: can't allocate space for %d (dev,ino) hash buckets\n",
214 sh = &HbyFdi[SFHASHDEVINO(GET_MAJ_DEV(s->dev),
215 GET_MIN_DEV(s->dev), s->i,
219 sh = &HbyFsd[SFHASHDEVINO(GET_MAJ_DEV(s->dev),
220 GET_MIN_DEV(s->dev),
227 sh = &HbyFrd[SFHASHRDEVI(GET_MAJ_DEV(s->dev),
228 GET_MIN_DEV(s->dev),
307 && (Lf->dev == DevDev))
329 for (sh = &HbyFdi[SFHASHDEVINO(GET_MAJ_DEV(Lf->dev),
[all...]
/macosx-10.9.5/KerberosHelper-148/regression/
H A Dcheck-referrals25 KRB5_CONFIG=/dev/null
55 kadmin.local -r $urealm -p foo -q "ank -pw foo $user" > /dev/null 2>&1 || \
59 kadmin.local -r $r1 -p foo -q "ank -pw r12 krbtgt/$r2@$r1" > /dev/null 2>&1 || \
63 kadmin.local -r $r2 -p foo -q "ank -pw r12 krbtgt/$r2@$r1" > /dev/null 2>&1 || \
67 kadmin.local -r $r2 -p foo -q "ank -pw r23 krbtgt/$r3@$r2" > /dev/null 2>&1 || \
71 kadmin.local -r $r3 -p foo -q "ank -pw r23 krbtgt/$r3@$r2" > /dev/null 2>&1 || \
76 kadmin.local -r $trealm -p foo -q "ank -randkey $target" > /dev/null 2>&1 || \
79 kadmin.local -r $trealm -p foo -q "ank -randkey $target2" > /dev/null 2>&1 || \
85 -q "ktadd -k remove-foo.keytab $target" > /dev/null 2>&1 || \
89 -q "ktadd -k remove-foo.keytab $target2" > /dev/nul
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlv/ns3/
H A Dsign.sh37 keyname1=`$KEYGEN -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
38 keyname2=`$KEYGEN -f KSK -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
42 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
52 keyname1=`$KEYGEN -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
53 keyname2=`$KEYGEN -f KSK -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
57 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
67 keyname1=`$KEYGEN -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
68 keyname2=`$KEYGEN -f KSK -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/null`
72 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
82 keyname1=`$KEYGEN -r $RANDFILE -a DSA -b 768 -n zone $zone 2> /dev/nul
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/resolver/
H A Dtests.sh29 grep "status: NXDOMAIN" dig.out > /dev/null || ret=1
36 grep "status: NOERROR" dig.out > /dev/null || ret=1
42 $DIG +tcp www.example.com. a @10.53.0.1 -p 5300 >/dev/null || status=1
45 $DIG +tcp cname1.example.com. a @10.53.0.1 -p 5300 >/dev/null || status=1
48 $DIG +tcp cname2.example.com. a @10.53.0.1 -p 5300 >/dev/null || status=1
51 $DIG +tcp www.example.com. a @10.53.0.1 -p 5300 >/dev/null || status=1
56 grep "status: SERVFAIL" dig.out > /dev/null || ret=1
63 grep "status: SERVFAIL" dig.out > /dev/null || ret=1
70 grep "status: NOERROR" dig.out > /dev/null || ret=1
77 grep "status: NOERROR" dig.out > /dev/nul
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_cms.in44 if ${hxtool} info | grep 'rsa: hcrypto null RSA' > /dev/null ; then
47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
51 if ${hxtool} info | grep 'ecdsa: hcrypto null' > /dev/null ; then
58 sd.data > /dev/null || exit 1
64 sd.data sd.data.out > /dev/null || exit 1
72 sd.data > /dev/null || exit 1
78 sd.data sd.data.out > /dev/null || exit 1
86 sd.data > /dev/null || exit 1
95 grep "unsigned" signer.tmp > /dev/null || exit 1
102 grep "No signers where found" signer.tmp > /dev/nul
[all...]
/macosx-10.9.5/Heimdal-323.92.1/tests/apple/
H A Dcheck-apple-ad.in50 if ! ping -c 1 dc03.ads.apple.com > /dev/null 2>&1 ; then
55 if odutil show nodenames | grep '/Active Directory/ADS' > /dev/null ; then
80 ${gsstool} acquire-cred --mech=ntlm ktestuser@ADS >/dev/null || exit 1
83 ${gsstool} list --mech=ntlm | grep ktestuser@ADS >/dev/null || exit 1
87 ${gsstool} acquire-cred --mech=krb5 ktestuser@ADS.APPLE.COM > /dev/null || exit 1
90 ${gsstool} list --mech=krb5 | grep ktestuser@ADS >/dev/null || exit 1
94 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
99 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
104 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
152 ${test_gsscf} ktestuser2@ADS.APPLE.COM ${pw} ${oldpw} > /dev/nul
[all...]

Completed in 423 milliseconds

1234567891011>>