HomeSort by relevance Sort by last modified time
    Searched refs:block_argless (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
ioctl_block.c 47 static struct xlat block_argless[] = { variable in typeref:struct:xlat
195 for (i = 0; i < ARRAY_SIZE(block_argless); ++i) {
196 ioctl(-1, (unsigned long) block_argless[i].val, lmagic);
197 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", block_argless[i].str);
  /external/strace/tests-m32/
ioctl_block.c 47 static struct xlat block_argless[] = { variable in typeref:struct:xlat
195 for (i = 0; i < ARRAY_SIZE(block_argless); ++i) {
196 ioctl(-1, (unsigned long) block_argless[i].val, lmagic);
197 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", block_argless[i].str);
  /external/strace/tests-mx32/
ioctl_block.c 47 static struct xlat block_argless[] = { variable in typeref:struct:xlat
195 for (i = 0; i < ARRAY_SIZE(block_argless); ++i) {
196 ioctl(-1, (unsigned long) block_argless[i].val, lmagic);
197 printf("ioctl(-1, %s) = -1 EBADF (%m)\n", block_argless[i].str);

Completed in 689 milliseconds