Home
last modified time | relevance | path

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

/hurd/
A Dhurdioctl.c314 size_t data_len = ifc->ifc_len; in siocgifconf() local
317 if (data_len <= 0) in siocgifconf()
321 &data, &data_len)); in siocgifconf()
322 if (data_len < ifc->ifc_len) in siocgifconf()
323 ifc->ifc_len = data_len; in siocgifconf()
327 __vm_deallocate (__mach_task_self (), (vm_address_t) data, data_len); in siocgifconf()

Completed in 4 milliseconds