OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioc
(Results
1 - 19
of
19
) sorted by null
/external/bluetooth/glib/gio/inotify/
inotify-diag.c
41
GIOChannel *
ioc
;
local
45
ioc
= NULL;
49
ioc
= g_io_channel_new_file (fname, "w", NULL);
52
if (!
ioc
)
58
_im_diag_dump (
ioc
);
60
g_io_channel_shutdown (
ioc
, TRUE, NULL);
61
g_io_channel_unref (
ioc
);
/external/bluetooth/glib/gio/fam/
fam-helper.c
160
GIOChannel *
ioc
;
local
179
ioc
= g_io_channel_unix_new (FAMCONNECTION_GETFD(fam_connection));
180
fam_watch_id = g_io_add_watch (
ioc
,
183
g_io_channel_unref (
ioc
);
/hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c
94
dhd_ioctl_t
ioc
;
local
106
ioc
.cmd = cmd;
107
ioc
.buf = buf;
108
ioc
.len = len;
109
ioc
.set = set;
110
ioc
.driver = driver_magic;
111
ifr->ifr_data = (caddr_t) &
ioc
;
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c
94
dhd_ioctl_t
ioc
;
local
106
ioc
.cmd = cmd;
107
ioc
.buf = buf;
108
ioc
.len = len;
109
ioc
.set = set;
110
ioc
.driver = driver_magic;
111
ifr->ifr_data = (caddr_t) &
ioc
;
/external/wpa_supplicant/
driver_broadcom.c
85
wl_ioctl_t
ioc
;
local
92
ioc
.cmd = cmd;
93
ioc
.buf = buf;
94
ioc
.len = len;
96
ifr.ifr_data = (caddr_t) &
ioc
;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c
90
wl_ioctl_t
ioc
;
local
97
ioc
.cmd = cmd;
98
ioc
.buf = buf;
99
ioc
.len = len;
101
ifr.ifr_data = (caddr_t) &
ioc
;
/external/wpa_supplicant_8/src/drivers/
driver_broadcom.c
90
wl_ioctl_t
ioc
;
local
97
ioc
.cmd = cmd;
98
ioc
.buf = buf;
99
ioc
.len = len;
101
ifr.ifr_data = (caddr_t) &
ioc
;
/bionic/libc/kernel/common/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/development/ndk/platforms/android-3/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/external/kernel-headers/original/linux/
blkdev.h
64
struct io_context *
ioc
;
member in struct:cfq_io_context
105
void put_io_context(struct io_context *
ioc
);
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
blkdev.h
70
struct io_context *
ioc
;
member in struct:cfq_io_context
Completed in 888 milliseconds