Searched refs:sense (Results 1 – 25 of 106) sorted by relevance
12345
/external/qemu/hw/ |
D | scsi-disk.c | 70 int sense; member 138 static void scsi_command_complete(SCSIRequest *r, int status, int sense) in scsi_command_complete() argument 142 DPRINTF("Command complete tag=0x%x status=%d sense=%d\n", r->tag, status, sense); in scsi_command_complete() 143 s->sense = sense; in scsi_command_complete() 430 if (s->sense == SENSE_NOT_READY && len >= 18) { in scsi_send_command() 440 outbuf[2] = s->sense; in scsi_send_command()
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 90-NetworkManager | 3 # only makes sense if NetworkManager is patched NOT to override the
|
/external/iptables/extensions/ |
D | libip6t_mac.man | 4 Note that this only makes sense for packets coming from an Ethernet device
|
D | libipt_mac.man | 4 Note that this only makes sense for packets coming from an Ethernet device
|
D | libipt_connrate.man | 6 range, the sense of the match is inverted.
|
D | libip6t_frag.man | 8 Fragment header is static and this option doesn't make sense.
|
D | libip6t_tcp.man | 41 If the "!" flag precedes the "--syn", the sense of the
|
D | libipt_tcp.man | 41 If the "!" flag precedes the "--syn", the sense of the
|
/external/zlib/contrib/iostream3/ |
D | TODO | 7 - Simultaneous read/write access (does it make sense?)
|
/external/libpcap/ |
D | TODO | 23 + pcap_lookupnet makes little to no sense with protocols != IPv4
|
D | gencode.c | 458 if (!list->sense) { 481 p = !((*p)->sense) ? &JT(*p) : &JF(*p); 502 p->sense = !p->sense; 530 b0->sense = !b0->sense; 531 b1->sense = !b1->sense; 533 b1->sense = !b1->sense; 541 b0->sense = !b0->sense; 543 b0->sense = !b0->sense; 552 b->sense = !b->sense;
|
D | gencode.h | 239 int sense; member
|
D | optimize.c | 1314 int sense; local 1320 sense = 0; 1322 sense = 1; 1341 return sense ? JT(child) : JF(child); 1343 if (sense && code == (BPF_JMP|BPF_JEQ|BPF_K))
|
/external/icu4c/test/testdata/ |
D | test4.ucm | 15 # both subchars are single-byters, which does not make sense
|
/external/webkit/WebCore/svg/ |
D | SVGMatrix.idl | 29 // TransformationMatrix with doubles setting these as doubles makes more sense.
|
/external/ppp/pppd/plugins/radius/etc/ |
D | dictionary.microsoft | 17 # Plural seems to make more sense.
|
/external/webkit/WebKitTools/WebKitLauncher/ |
D | WebKitNightlyEnablerSparkle.m | 40 // We need to tweak the wording of the prompt to make sense in the context of WebKit and Safari.
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 100 still not sure if those make sense or not.
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0004.txt | 70 required. In such a sense it isn't a "system PRNG" but useful short term purposes. In particular
|
/external/grub/stage2/ |
D | stage2.c | 27 make sense. Please only define one.
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSViewExtras.m | 116 // we need to push some of the events back on. It makes sense to put the first and last
|
/external/dbus/ |
D | README | 30 sense for your project.
|
/external/openssl/apps/ |
D | openssl-vms.cnf | 257 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
D | openssl.cnf | 257 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
|
/external/bzip2/ |
D | README | 92 Correct operation, in the sense that a compressed file can always be
|
12345