Searched refs:rcmd (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/backend/ |
H A D | avision.c | 3329 struct command_read rcmd; in wait_4_light() local 3341 memset (&rcmd, 0, sizeof (rcmd)); in wait_4_light() 3343 rcmd.opc = AVISION_SCSI_READ; in wait_4_light() 3344 rcmd.datatypecode = AVISION_DATATYPECODE_LIGHT_STATUS; /* get light status */ in wait_4_light() 3345 set_double (rcmd.datatypequal, dev->data_dq); in wait_4_light() 3346 set_triple (rcmd.transferlen, size); in wait_4_light() 3356 status = avision_cmd (&s->av_con, &rcmd, sizeof (rcmd), 0, 0, &result, &size); in wait_4_light() 3435 struct command_read rcmd; in get_firmware_status() local 3474 struct command_read rcmd; get_flash_ram_info() local 3542 struct command_send rcmd; get_nvram_data() local 3723 struct command_read rcmd; adf_reset() local 3775 struct command_read rcmd; get_accessories_info() local 3925 struct command_read rcmd; get_button_status() local 4095 struct command_read rcmd; get_frame_info() local 4156 struct command_read rcmd; get_duplex_info() local 4929 struct command_read rcmd; get_tune_scan_length() local 5171 struct command_read rcmd; get_calib_format() local 5237 struct command_read rcmd; get_calib_data() local 6020 struct command_read rcmd; get_acceleration_info() local 6487 struct command_read rcmd; get_background_raster() local 6931 struct command_read rcmd; read_data() local [all...] |
/third_party/curl/tests/server/ |
H A D | rtspd.c | 116 int rcmd; /* doing a special command, see defines above */ member 331 req->rcmd = RCMD_IDLE; in ProcessRequest() 336 req->rcmd = RCMD_STREAM; in ProcessRequest() 686 req->rcmd = RCMD_NORMALREQ; in get_request() 789 switch(req->rcmd) { in send_doc()
|
H A D | sws.c | 120 int rcmd; /* doing a special command, see defines above */ member 302 req->rcmd = RCMD_IDLE; in parse_servercmd() 307 req->rcmd = RCMD_STREAM; in parse_servercmd() 862 req->rcmd = RCMD_NORMALREQ; in init_httprequest() 1029 switch(req->rcmd) { in send_doc()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_net.sh | 221 local cmd out output pre_cmd rcmd sh_cmd safe use 248 rcmd="$LTP_NETNS sh -c" 252 rcmd="ssh -nq $user@$RHOST" 257 tst_res_ TINFO "$use: $rcmd \"$sh_cmd\" $out 2>&1" 260 output=$($rcmd "$sh_cmd" $out 2>&1 || echo 'RTERR')
|
/third_party/mksh/ |
H A D | ulimit.c | 172 int rcmd; \
|
Completed in 11 milliseconds