HomeSort by relevance Sort by last modified time
    Searched defs:vic (Results 1 - 3 of 3) sorted by null

  /external/libedit/src/
map.h 55 const el_action_t *vic; /* The vi command mode key map */ member in struct:el_map_t
map.c 913 el->el_map.vic = el_map_vi_command;
1024 const el_action_t *vic = el->el_map.vic; local
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8482/
poc.c 115 #define VICDEV "/dev/nvhost-vic"
119 int nvmap, vic; variable
127 ret = ioctl(vic, NVHOST_IOCTL_CHANNEL_SET_ERROR_NOTIFIER, &err1);
165 vic = open(VICDEV, O_RDONLY);
166 if(vic == -1)
195 ret = ioctl(vic, NVHOST_IOCTL_CHANNEL_SUBMIT, &submit);

Completed in 574 milliseconds