Home
last modified time | relevance | path

Searched refs:rs_cmd (Results 1 – 22 of 22) sorted by relevance

/dports/news/inn/inn-2.6.4/frontends/
H A Dovdb_server.c154 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_groupstats()
174 struct rs_cmd *cmd = r->buf; in do_opensrch()
176 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_opensrch()
203 struct rs_cmd *cmd = r->buf; in do_srch()
234 struct rs_cmd *cmd = r->buf; in do_closesrch()
247 struct rs_cmd *cmd = r->buf; in do_artinfo()
249 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_artinfo()
273 struct rs_cmd *cmd = r->buf; in process_cmd()
333 r->buf = xmalloc(sizeof(struct rs_cmd)); in handle_read()
334 r->buflen = sizeof(struct rs_cmd); in handle_read()
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dovdb_server.c156 char *group = (char *) (r->buf) + sizeof(struct rs_cmd); in do_groupstats()
177 struct rs_cmd *cmd = r->buf; in do_opensrch()
179 char *group = (char *) (r->buf) + sizeof(struct rs_cmd); in do_opensrch()
206 struct rs_cmd *cmd = r->buf; in do_srch()
237 struct rs_cmd *cmd = r->buf; in do_closesrch()
250 struct rs_cmd *cmd = r->buf; in do_artinfo()
252 char *group = (char *) (r->buf) + sizeof(struct rs_cmd); in do_artinfo()
276 struct rs_cmd *cmd = r->buf; in process_cmd()
337 r->buf = xmalloc(sizeof(struct rs_cmd)); in handle_read()
338 r->buflen = sizeof(struct rs_cmd); in handle_read()
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dovdb_server.c154 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_groupstats()
174 struct rs_cmd *cmd = r->buf; in do_opensrch()
176 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_opensrch()
203 struct rs_cmd *cmd = r->buf; in do_srch()
234 struct rs_cmd *cmd = r->buf; in do_closesrch()
247 struct rs_cmd *cmd = r->buf; in do_artinfo()
249 char *group = (char *)(r->buf) + sizeof(struct rs_cmd); in do_artinfo()
273 struct rs_cmd *cmd = r->buf; in process_cmd()
333 r->buf = xmalloc(sizeof(struct rs_cmd)); in handle_read()
334 r->buflen = sizeof(struct rs_cmd); in handle_read()
/dports/news/inn/inn-2.6.4/storage/ovdb/
H A Dovdb-private.h136 struct rs_cmd { struct
H A Dovdb.c349 struct rs_cmd rs; in client_disconnect()
1637 struct rs_cmd rs; in ovdb_groupstats()
2161 struct rs_cmd rs; in ovdb_opensearch()
2241 struct rs_cmd rs; in ovdb_search()
2411 struct rs_cmd rs; in ovdb_closesearch()
2450 struct rs_cmd rs; in ovdb_getartinfo()
/dports/news/inn-current/inn-2.7-20211226/storage/ovdb/
H A Dovdb-private.h134 struct rs_cmd { struct
H A Dovdb.c396 struct rs_cmd rs; in client_disconnect()
1706 struct rs_cmd rs; in ovdb_groupstats()
2224 struct rs_cmd rs; in ovdb_opensearch()
2304 struct rs_cmd rs; in ovdb_search()
2475 struct rs_cmd rs; in ovdb_closesearch()
2514 struct rs_cmd rs; in ovdb_getartinfo()
/dports/sysutils/shlock/inn-2.6.4/storage/ovdb/
H A Dovdb-private.h136 struct rs_cmd { struct
H A Dovdb.c349 struct rs_cmd rs; in client_disconnect()
1637 struct rs_cmd rs; in ovdb_groupstats()
2161 struct rs_cmd rs; in ovdb_opensearch()
2241 struct rs_cmd rs; in ovdb_search()
2411 struct rs_cmd rs; in ovdb_closesearch()
2450 struct rs_cmd rs; in ovdb_getartinfo()
/dports/sysutils/usermin/usermin-1.830/authentic-theme/
H A Dauthentic-lib.pl2270 my @rs_cmd;
2275 push @rs_cmd, $cmd;
2278 @rs = @rs_cmd;
/dports/sysutils/webmin/webmin-1.981/authentic-theme/
H A Dauthentic-lib.pl2270 my @rs_cmd;
2275 push @rs_cmd, $cmd;
2278 @rs = @rs_cmd;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/block/paride/
H A Dpcd.c489 char rs_cmd[12] = { 0x03, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pcd_req_sense() local
493 r = pcd_command(cd, rs_cmd, 16, "Request sense"); in pcd_req_sense()
H A Dpf.c504 char rs_cmd[12] = in pf_req_sense() local
509 r = pf_command(pf, rs_cmd, 16, "Request sense"); in pf_req_sense()
H A Dpt.c356 char rs_cmd[12] = { ATAPI_REQ_SENSE, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pt_req_sense() local
360 r = pt_command(tape, rs_cmd, 16, "Request sense"); in pt_req_sense()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/block/paride/
H A Dpf.c504 char rs_cmd[12] = in pf_req_sense() local
509 r = pf_command(pf, rs_cmd, 16, "Request sense"); in pf_req_sense()
H A Dpt.c356 char rs_cmd[12] = { ATAPI_REQ_SENSE, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pt_req_sense() local
360 r = pt_command(tape, rs_cmd, 16, "Request sense"); in pt_req_sense()
H A Dpcd.c489 char rs_cmd[12] = { 0x03, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pcd_req_sense() local
493 r = pcd_command(cd, rs_cmd, 16, "Request sense"); in pcd_req_sense()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/block/paride/
H A Dpf.c504 char rs_cmd[12] = in pf_req_sense() local
509 r = pf_command(pf, rs_cmd, 16, "Request sense"); in pf_req_sense()
H A Dpt.c356 char rs_cmd[12] = { ATAPI_REQ_SENSE, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pt_req_sense() local
360 r = pt_command(tape, rs_cmd, 16, "Request sense"); in pt_req_sense()
H A Dpcd.c489 char rs_cmd[12] = { 0x03, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0 }; in pcd_req_sense() local
493 r = pcd_command(cd, rs_cmd, 16, "Request sense"); in pcd_req_sense()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcanon_dr.c7745 unsigned char rs_cmd[REQUEST_SENSE_len]; in do_usb_clear() local
7751 memset(rs_cmd,0,rs_cmdLen); in do_usb_clear()
7752 set_SCSI_opcode(rs_cmd, REQUEST_SENSE_code); in do_usb_clear()
7753 set_RS_return_size(rs_cmd, rs_inLen); in do_usb_clear()
7758 rs_cmd, rs_cmdLen, in do_usb_clear()
H A Dfujitsu.c9804 unsigned char rs_cmd[REQUEST_SENSE_len]; in do_usb_cmd() local
9810 memset(rs_cmd,0,rs_cmdLen); in do_usb_cmd()
9811 set_SCSI_opcode(rs_cmd, REQUEST_SENSE_code); in do_usb_cmd()
9812 set_RS_return_size(rs_cmd, rs_inLen); in do_usb_cmd()
9817 rs_cmd, rs_cmdLen, in do_usb_cmd()