Home
last modified time | relevance | path

Searched refs:setvalue (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl08.c46 unsigned long setvalue; member
105 TEST(prctl(PR_SET_TIMERSLACK, tc->setvalue)); in verify_prctl()
108 tc->setvalue); in verify_prctl()
112 tst_res(TPASS, "prctl(PR_SET_TIMERSLACK, %lu) succeed", tc->setvalue); in verify_prctl()
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_loop06.c28 unsigned int *setvalue; member
56 TEST(ioctl(dev_fd, LOOP_SET_BLOCK_SIZE, *(tcases[n].setvalue))); in verify_ioctl_loop()
92 loopconfig.block_size = *(tc->setvalue); in run()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl37.c28 unsigned int *setvalue; member
43 TEST(fcntl(fds[1], F_SETPIPE_SZ, *(tc->setvalue))); in verify_fcntl()
/third_party/backends/backend/
H A Dhpljm1005.c590 setvalue (SANE_Handle h, SANE_Int option, void *value, SANE_Int * info) in setvalue() function
704 return setvalue (h, option, v, i); in sane_control_option()
H A Depson2.c27 * 17 setvalue, getvalue, control_option
1836 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info) in setvalue() function
2034 return setvalue(handle, option, value, info); in sane_control_option()
H A Dmagicolor.c30 * 25 setvalue, getvalue, control_option
2759 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info) in setvalue() function
2882 return setvalue(handle, option, value, info); in sane_control_option()
H A Dkodakaio.c77 setvalue
185 * 25 setvalue, getvalue, control_option
3202 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info) in setvalue() function
3345 return setvalue(handle, option, value, info); in sane_control_option()
H A Depsonds.c24 * 17 setvalue, getvalue, control_option
69 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info);
2149 setvalue((SANE_Handle)s, OPT_MODE, (void*)SANE_VALUE_SCAN_MODE_COLOR, NULL); in sane_open()
2282 setvalue(SANE_Handle handle, SANE_Int option, void *value, SANE_Int *info) in setvalue() function
2436 return setvalue(handle, option, value, info); in sane_control_option()
H A Depson.c211 sane_control_option in getvalue and setvalue.
212 Further split up setvalue into several different
3945 setvalue (SANE_Handle handle, SANE_Int option, void *value, SANE_Int * info) in setvalue() function
3956 DBG (5, "setvalue(option = %d, value = %p)\n", option, value); in setvalue()
4188 End of setvalue.
4208 return (setvalue (handle, option, value, info)); in sane_control_option()

Completed in 24 milliseconds