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 72 void *ioctl_args = NULL; local
136 ioctl_args = calloc(1, length);
138 ioctl_argp_save = ioctl_argp = ioctl_args;
160 res = ioctl(fd, ioctl_nr, *(uint32_t*)ioctl_args);
162 res = ioctl(fd, ioctl_nr, ioctl_args);
166 free(ioctl_args);
172 ioctl_argp = ioctl_args;
179 free(ioctl_args);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 1157 scb_val_t ioctl_args; member in struct:__anon29658
    [all...]

Completed in 1721 milliseconds