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

  /system/core/toolbox/
ioctl.c 24 void *ioctl_args = NULL; local
89 ioctl_args = calloc(1, length);
91 ioctl_argp_save = ioctl_argp = ioctl_args;
113 res = ioctl(fd, ioctl_nr, *(uint32_t*)ioctl_args);
115 res = ioctl(fd, ioctl_nr, ioctl_args);
119 free(ioctl_args);
125 ioctl_argp = ioctl_args;
132 free(ioctl_args);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1157 scb_val_t ioctl_args; member in struct:__anon19278
    [all...]

Completed in 453 milliseconds