OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:driver_status
(Results
1 - 5
of
5
) sorted by null
/hardware/libhardware_legacy/wifi/
wifi.c
176
char
driver_status
[PROPERTY_VALUE_MAX];
local
182
if (!property_get(DRIVER_PROP_NAME,
driver_status
, NULL)
183
|| strcmp(
driver_status
, "ok") != 0) {
215
char
driver_status
[PROPERTY_VALUE_MAX];
local
234
if (property_get(DRIVER_PROP_NAME,
driver_status
, NULL)) {
235
if (strcmp(
driver_status
, "ok") == 0)
/prebuilts/gcc/linux-x86/host/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. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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. */
/external/valgrind/main/include/vki/
vki-linux.h
1741
unsigned short
driver_status
;\/* [o] errors from software driver *\/
member in struct:vki_sg_io_hdr
[
all
...]
Completed in 630 milliseconds