Searched refs:block_argless (Results 1 - 3 of 3) sorted by relevance

/external/strace/tests/
H A Dioctl_block.c47 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/
H A Dioctl_block.c47 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/
H A Dioctl_block.c47 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 1776 milliseconds