HomeSort by relevance Sort by last modified time
    Searched refs:open_driver (Results 1 - 9 of 9) sorted by null

  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0508/
poc.c 133 int open_driver(void);
139 int open_driver(void) { function
185 if (open_driver() < 0) {
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8434/
poc.c 104 int open_driver() { function
130 if (open_driver() < 0) {
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8428/
poc.c 114 int open_driver() { function
193 if (open_driver() < 0) {
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8429/
poc.c 94 int open_driver() { function
161 if (open_driver() < 0) {
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8430/
poc.c 104 int open_driver() { function
189 if (open_driver() < 0) {
  /cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8460/
poc.c 111 int open_driver() { function
119 if (open_driver() < 0) {
  /external/libxcam/xcore/
drm_display.h 120 int open_driver (const char *dev_path);
drm_display.cpp 132 fd = open_driver (dev_path);
141 DrmDisplay::open_driver (const char *dev_path) function in class:XCam::DrmDisplay
  /external/libpcap/
pcap-dos.c 653 open_driver (const char *dev_name, char *ebuf, int promisc) function
820 dev = open_driver (name, ebuf, promisc);
1020 * The above hooks should thus use the handle reopened in open_driver()
    [all...]

Completed in 753 milliseconds