/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/src/dhd/exe/ |
dhdu_linux.c | 67 dhd_ioctl_t ioc; local 76 ioc.cmd = cmd; 77 ioc.buf = buf; 78 ioc.len = len; 79 ioc.set = set; 80 ioc.driver = DHD_IOCTL_MAGIC; 81 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;
|
/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);
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_linux.c | 753 wl_ioctl_t ioc; local 804 memset(&ioc, 0, sizeof(ioc)); 805 ioc.cmd = WLC_SET_VAR; 806 ioc.buf = buf; 807 ioc.len = buflen; 808 ioc.set = TRUE; 810 ret = dhd_prot_ioctl(&dhd->pub, ifidx, &ioc, ioc.buf, ioc.len) 875 wl_ioctl_t ioc; local 1503 wl_ioctl_t ioc; local 1535 wl_ioctl_t ioc; local 1704 dhd_ioctl_t ioc; local 2243 wl_ioctl_t ioc; local [all...] |
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_cfg80211.c | 559 struct wl_ioctl ioc; local 566 memset(&ioc, 0, sizeof(ioc)); 567 ioc.cmd = cmd; 568 ioc.buf = arg; 569 ioc.len = len; 571 ifr.ifr_data = (caddr_t) &ioc; [all...] |
wl_iw.c | 316 wl_ioctl_t ioc; local 331 memset(&ioc, 0, sizeof(ioc)); 332 ioc.cmd = cmd; 333 ioc.buf = arg; 334 ioc.len = len; 337 ifr.ifr_data = (caddr_t) &ioc; [all...] |
/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
|