Home
last modified time | relevance | path

Searched refs:host_ifc_buf (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall.c4724 char *host_ifc_buf; in do_ioctl_ifconf() local
4760 host_ifc_buf = (char *)host_ifconf + sizeof(*host_ifconf); in do_ioctl_ifconf()
4764 host_ifc_buf = NULL; in do_ioctl_ifconf()
4766 host_ifconf->ifc_buf = host_ifc_buf; in do_ioctl_ifconf()
4793 host_ifc_buf + i * sizeof(struct ifreq), in do_ioctl_ifconf()