Home
last modified time | relevance | path

Searched refs:sense (Results 1 – 25 of 106) sorted by relevance

12345

/external/qemu/hw/
Dscsi-disk.c70 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/
D90-NetworkManager3 # only makes sense if NetworkManager is patched NOT to override the
/external/iptables/extensions/
Dlibip6t_mac.man4 Note that this only makes sense for packets coming from an Ethernet device
Dlibipt_mac.man4 Note that this only makes sense for packets coming from an Ethernet device
Dlibipt_connrate.man6 range, the sense of the match is inverted.
Dlibip6t_frag.man8 Fragment header is static and this option doesn't make sense.
Dlibip6t_tcp.man41 If the "!" flag precedes the "--syn", the sense of the
Dlibipt_tcp.man41 If the "!" flag precedes the "--syn", the sense of the
/external/zlib/contrib/iostream3/
DTODO7 - Simultaneous read/write access (does it make sense?)
/external/libpcap/
DTODO23 + pcap_lookupnet makes little to no sense with protocols != IPv4
Dgencode.c458 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;
Dgencode.h239 int sense; member
Doptimize.c1314 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/
Dtest4.ucm15 # both subchars are single-byters, which does not make sense
/external/webkit/WebCore/svg/
DSVGMatrix.idl29 // TransformationMatrix with doubles setting these as doubles makes more sense.
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft17 # Plural seems to make more sense.
/external/webkit/WebKitTools/WebKitLauncher/
DWebKitNightlyEnablerSparkle.m40 // We need to tweak the wording of the prompt to make sense in the context of WebKit and Safari.
/external/ipsec-tools/src/racoon/
DTODO100 still not sure if those make sense or not.
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt70 required. In such a sense it isn't a "system PRNG" but useful short term purposes. In particular
/external/grub/stage2/
Dstage2.c27 make sense. Please only define one.
/external/webkit/WebKit/mac/Misc/
DWebNSViewExtras.m116 // we need to push some of the events back on. It makes sense to put the first and last
/external/dbus/
DREADME30 sense for your project.
/external/openssl/apps/
Dopenssl-vms.cnf257 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
Dopenssl.cnf257 # Only issuerAltName and authorityKeyIdentifier make any sense in a CRL.
/external/bzip2/
DREADME92 Correct operation, in the sense that a compressed file can always be

12345