OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_state
(Results
1 - 9
of
9
) sorted by null
/system/core/toolbox/
vmstat.c
64
static void
read_state
(struct state *s);
121
read_state
(&s[1 - toggle]);
124
read_state
(&s[toggle]);
137
static void
read_state
(struct state *s) {
function
/external/qemu/hw/
i8254.c
42
uint8_t
read_state
;
member in struct:PITChannelState
280
s->
read_state
= access;
338
switch(s->
read_state
) {
351
s->
read_state
= RW_STATE_WORD1;
356
s->
read_state
= RW_STATE_WORD0;
405
qemu_put_8s(f, &s->
read_state
);
436
qemu_get_8s(f, &s->
read_state
);
/external/chromium/third_party/libjingle/source/talk/p2p/client/
socketmonitor.cc
127
(connection->
read_state
() == Connection::STATE_READABLE);
/external/qemu/android/config/linux-x86/asm/
kvm.h
209
__u8
read_state
;
member in struct:kvm_pit_channel_state
/external/qemu/android/config/linux-x86_64/asm/
kvm.h
209
__u8
read_state
;
member in struct:kvm_pit_channel_state
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc
654
if (connections_[i]->
read_state
() == Connection::STATE_READABLE)
791
(conn->
read_state
() != Connection::STATE_READ_TIMEOUT);
[
all
...]
port.h
293
ReadState
read_state
() const { return read_state_; }
function in class:cricket::Connection
port.cc
766
<< READ_STATE_ABBREV[
read_state
()]
/external/dnsmasq/contrib/dnslist/
dnslist.pl
91
read_state
();
98
sub
read_state
{
subroutine
103
warn "
read_state
: can't open $dnsmasq_state_file!\n";
258
read_state
();
Completed in 1778 milliseconds