Searched refs:CHECK_STATUS (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | snapscan.c | 109 #define CHECK_STATUS(s,caller,cmd) \ macro 988 CHECK_STATUS (status, me, "download_firmware"); in sane_open() 991 CHECK_STATUS (status, me, "wait_scanner_ready after firmware upload"); in sane_open() 993 CHECK_STATUS (status, me, "mini_inquiry after firmware upload"); in sane_open() 1010 CHECK_STATUS (status, me, "inquiry after firmware upload"); in sane_open() 1323 CHECK_STATUS (status, me, "send"); in send_gamma_table() 1332 CHECK_STATUS (status, me, "2nd send"); in send_gamma_table() 1337 CHECK_STATUS (status, me, "2nd send"); in send_gamma_table() 1448 CHECK_STATUS (status, me, "send"); in download_gamma_tables() 1453 CHECK_STATUS (statu in download_gamma_tables() [all...] |
H A D | snapscan-scsi.c | 409 CHECK_STATUS (status, me, "snapscan_cmd"); in mini_inquiry() 472 CHECK_STATUS (status, me, "snapscan_cmd"); in inquiry() 615 CHECK_STATUS (status, me, "snapscan_cmd"); in test_unit_ready() 787 CHECK_STATUS (status, me, "snapscan_cmd"); in send() 962 CHECK_STATUS (status, me, "prepare_set_window"); in set_window() 1056 CHECK_STATUS (status, me, "snapscan_cmd"); in set_window() 1069 CHECK_STATUS (status, me, "prepare_set_window"); in set_window_autofocus() 1097 CHECK_STATUS (status, me, "snapscan_cmd"); in set_frame() 1114 CHECK_STATUS (status, me, "snapscan_cmd"); in set_focus() 1153 CHECK_STATUS (statu in scan() [all...] |
/third_party/python/Python/ |
H A D | thread_pthread.h | 201 #define CHECK_STATUS(name) if (status != 0) { perror(name); error = 1; } macro 389 CHECK_STATUS("sem_init"); in PyThread_allocate_lock() 414 CHECK_STATUS("sem_destroy"); in PyThread_free_lock() 525 CHECK_STATUS("sem_clockwait"); in PyThread_acquire_lock_timed() 527 CHECK_STATUS("sem_timedwait"); in PyThread_acquire_lock_timed() 533 CHECK_STATUS("sem_trywait"); in PyThread_acquire_lock_timed() 537 CHECK_STATUS("sem_wait"); in PyThread_acquire_lock_timed() 564 CHECK_STATUS("sem_post"); in PyThread_release_lock()
|
Completed in 8 milliseconds