HomeSort by: relevance | last modified time | path
    Searched refs:ioc (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
access.c 400 struct strioctl ioc; local
403 memset((char *) &ioc, 0, sizeof(ioc));
404 ioc.ic_cmd = cmd;
405 ioc.ic_timout = 0;
407 ioc.ic_len = ((struct ifconf *) arg)->ifc_len;
408 ioc.ic_dp = ((struct ifconf *) arg)->ifc_buf;
411 ioc.ic_len = sizeof(struct ifreq);
412 ioc.ic_dp = arg;
414 ret = ioctl(fd, I_STR, (char *) &ioc);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
access.c 303 struct strioctl ioc; local
306 memset((char *) &ioc, 0, sizeof(ioc));
307 ioc.ic_cmd = cmd;
308 ioc.ic_timout = 0;
311 ioc.ic_len = ((struct ifconf *) arg)->ifc_len;
312 ioc.ic_dp = ((struct ifconf *) arg)->ifc_buf;
316 ioc.ic_len = sizeof(struct ifreq);
317 ioc.ic_dp = arg;
319 ret = ioctl(fd, I_STR, (char *) &ioc);
    [all...]

Completed in 7 milliseconds