OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:driver_status
(Results
1 - 4
of
4
) sorted by null
/system/core/nexus/
TiwlanWifiController.cpp
68
char
driver_status
[PROPERTY_VALUE_MAX];
local
76
if (property_get(DRIVER_PROP_NAME,
driver_status
, NULL)) {
77
if (!strcmp(
driver_status
, "ok")) {
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/
sg.h
64
unsigned short int
driver_status
;/* [o] errors from software driver */
member in struct:sg_io_hdr
238
unsigned int
driver_status
:8;
member in struct:sg_header
244
when (
driver_status
& DRIVER_SENSE) is true. */
/hardware/libhardware_legacy/wifi/
wifi.c
162
char
driver_status
[PROPERTY_VALUE_MAX];
local
168
if (!property_get(DRIVER_PROP_NAME,
driver_status
, NULL)
169
|| strcmp(
driver_status
, "ok") != 0) {
201
char
driver_status
[PROPERTY_VALUE_MAX];
local
220
if (property_get(DRIVER_PROP_NAME,
driver_status
, NULL)) {
221
if (strcmp(
driver_status
, "ok") == 0)
/external/valgrind/main/include/vki/
vki-linux.h
1682
unsigned short
driver_status
;\/* [o] errors from software driver *\/
member in struct:vki_sg_io_hdr
[
all
...]
Completed in 139 milliseconds