Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_device.c25 #ifndef LOOP_CTL_GET_FREE
26 # define LOOP_CTL_GET_FREE 0x4C82 macro
91 rc = ioctl(ctl_fd, LOOP_CTL_GET_FREE); in tst_find_free_loopdev()
/third_party/toybox/toys/other/
Dlosetup.c69 if (0 <= (i = ioctl(cfd, LOOP_CTL_GET_FREE))) {