OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:devstat
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/third_party/coverage/
setup.py
51
devstat
= "3 - Alpha"
variable
53
devstat
= "4 - Beta"
variable
56
devstat
= "5 - Production/Stable"
variable
57
classifier_list.append("Development Status :: " +
devstat
)
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
63
*
devstat
: a stat structure of the device. In this case
65
* to set up S_ISCHR(
devstat
.st_mode) != 1, so we
72
extern struct stat
devstat
;
87
devstat
.st_mode = S_IFSOCK;
/external/ppp/pppd/
tty.c
135
struct stat
devstat
; /* result of stat() on devnam */
variable in typeref:struct:stat
328
devstat
= statbuf;
428
if (stat(devnam, &
devstat
) < 0)
494
&& statbuf.st_rdev ==
devstat
.st_rdev) {
509
&& S_ISCHR(statbuf.st_mode) && statbuf.st_rdev ==
devstat
.st_rdev)
[
all
...]
options.c
133
extern struct stat
devstat
;
[
all
...]
/external/autotest/client/cros/
power_status.py
19
class
DevStat
(object):
59
class ThermalStatACPI(
DevStat
):
124
class ThermalStatHwmon(
DevStat
):
214
class BatteryStat(
DevStat
):
356
class LineStat(
DevStat
):
[
all
...]
Completed in 355 milliseconds