Searched refs:rcode (Results 1 - 25 of 32) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dhighlevel.c251 int rcode = RCODE_ADDRESS_ERROR; local
263 rcode = as->op->read(host, nodeid, buffer,
266 rcode = RCODE_TYPE_ERROR;
272 if ((rcode != RCODE_COMPLETE) || !length) {
283 if (length && (rcode == RCODE_COMPLETE)) {
284 rcode = RCODE_ADDRESS_ERROR;
287 return rcode;
296 int rcode = RCODE_ADDRESS_ERROR; local
308 rcode = as->op->write(host, nodeid, destid,
311 rcode
341 int rcode = RCODE_ADDRESS_ERROR; local
374 int rcode = RCODE_ADDRESS_ERROR; local
[all...]
H A Dieee1394_transactions.h11 void fill_async_readquad_resp(struct hpsb_packet *packet, int rcode,
14 void fill_async_readblock_resp(struct hpsb_packet *packet, int rcode,
18 void fill_async_write_resp(struct hpsb_packet *packet, int rcode);
21 void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode,
H A Dieee1394_core.c600 int length, rcode, extcode; local
609 rcode = highlevel_write(host, source, dest, data+3,
616 fill_async_write_resp(packet, rcode);
623 rcode = highlevel_write(host, source, dest, data+4,
630 fill_async_write_resp(packet, rcode);
639 rcode = highlevel_read(host, source, data, addr, 4);
640 fill_async_readquad_resp(packet, rcode, *data);
649 rcode = highlevel_read(host, source, packet->data, addr,
651 fill_async_readblock_resp(packet, rcode, length);
669 rcode
[all...]
H A Dieee1394_transactions.c34 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
46 void fill_async_readquad_resp(struct hpsb_packet *packet, int rcode, argument
64 void fill_async_readblock_resp(struct hpsb_packet *packet, int rcode, argument
67 if (rcode != RCODE_COMPLETE) {
95 void fill_async_write_resp(struct hpsb_packet *packet, int rcode) argument
113 void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode, argument
116 if (rcode != RCODE_COMPLETE) {
248 HPSB_ERR("received reserved rcode %d from node %d",
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c34 static void send_name_release_response(int rcode, struct packet_struct *p) argument
42 rcode, /* Result code. */
66 int rcode = 0; local
115 rcode = ACT_ERR;
121 if(rcode == 0)
125 send_name_release_response(rcode, p);
132 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
140 rcode, /* Result code. */
442 int rcode = 0; local
565 rcode
[all...]
H A Dnmbd_namequery.c65 } else if(nmb->header.rcode != 0) {
73 dbgtext( "Error code was %d.\n", nmb->header.rcode );
122 (*(query_name_fail_function)rrec->fail_fn)(subrec, rrec, question_name, nmb->header.rcode);
H A Dnmbd_nameregister.c90 if((nmb->header.rcode == ACT_ERR) && strequal(lp_workgroup(), ans_name) &&
105 subrec->subnet_name, nmb->header.rcode, inet_ntoa(p->ip)));
121 } else if (nmb->header.rcode != 0) {
130 nmb->header.rcode));
H A Dnmbd_namerelease.c58 if (nmb->header.rcode != 0) {
65 nmb_namestr(answer_name), nmb->header.rcode));
H A Dnmbd_winsserver.c423 static void send_wins_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
431 rcode, /* Result code. */
612 int rcode)
1049 int rcode)
1385 void send_wins_name_query_response(int rcode, struct packet_struct *p, argument
1396 if(rcode == 0) {
1421 rcode, /* Result code. */
1526 static void send_wins_name_release_response(int rcode, struct packet_struct *p) argument
1534 rcode, /* Result code. */
609 wins_register_query_fail(struct subnet_record *subrec, struct response_record *rrec, struct nmb_name *question_name, int rcode) argument
1046 wins_multihomed_register_query_fail(struct subnet_record *subrec, struct response_record *rrec, struct nmb_name *question_name, int rcode) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Ddpt_i2o.c288 s32 rcode; local
339 rcode = adpt_i2o_post_wait(pHba, msg, reqlen<<2, 120);
340 if (rcode != 0) {
342 printk(KERN_INFO "%s: Inquiry Error (%d)\n",pHba->name,rcode);
647 int rcode; local
665 if( (rcode = adpt_i2o_post_wait(pHba, msg, sizeof(msg), FOREVER)) != 0){
666 if(rcode == -EOPNOTSUPP ){
686 u32 rcode; local
704 if( (rcode = adpt_i2o_post_wait(pHba, (void*)msg,sizeof(msg), FOREVER)) ){
706 if(rcode
747 int rcode; local
763 int rcode; local
1626 u32 rcode = 0; local
2083 s32 rcode; local
2340 s32 rcode; local
2559 int rcode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dhush.c1039 int i, rcode; local
1063 rcode = x->function(child);
1065 _exit(rcode);
1101 rcode = run_list_real(child->group);
1104 _exit(rcode);
1194 int i, rcode = 0; local
1198 rcode=WEXITSTATUS(status);
1200 return(rcode);
1303 int rcode; local
1306 rcode
1339 int rcode; local
1437 int rcode=0; local
1541 int rcode=0; /* if list has no members */ local
1558 int rcode=0; local
2125 int rcode, endch=0; local
2426 int rcode; local
2449 int rcode; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dida_ioctl.h63 __u8 rcode; member in struct:__anon1115
H A Dcpqarray.c1116 if (cmd->req.hdr.rcode & RCODE_NONFATAL &&
1122 if (cmd->req.hdr.rcode & RCODE_FATAL) {
1127 if (cmd->req.hdr.rcode & RCODE_INVREQ) {
1131 cmd->req.hdr.sg_cnt, cmd->req.hdr.rcode);
1192 * But rcode = 0.
1195 if((a1 & 0x03) && (c->req.hdr.rcode == 0))
1197 c->req.hdr.rcode = RCODE_INVREQ;
1517 io->rcode = c->req.hdr.rcode;
1601 c->req.hdr.rcode
[all...]
H A Dsmart1,2.h255 if (cmd) ((cmdlist_t*)bus_to_virt(cmd))->req.hdr.rcode = status;
H A Dida_cmd.h60 __u8 rcode; member in struct:__anon1096
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns.h18 unsigned short int rcode:4; member in struct:header_flags::__anon7520
H A Ddns_construct.c115 m->message.header.flags.f.rcode = 2;
H A Ddproxy.c166 if( m->message.header.flags.f.rcode == 0 && /* modified by CMC 2002/12/6 */
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddns.h20 unsigned short int rcode:4; member in struct:header_flags::__anon12218
H A Ddns.c133 if (m.message.header.flags.f.rcode==0)
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddns.h20 unsigned short int rcode:4; member in struct:header_flags::__anon12231
H A Ddns.c133 if (m.message.header.flags.f.rcode==0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dsmctr.c260 __u16 rcode, __u16 correlator);
3768 __u16 rcode, correlator; local
3780 if((rcode = smctr_rcv_init(dev, rmf,
3783 return (rcode);
3786 if((err = smctr_send_rsp(dev, rmf, rcode,
3794 if((rcode = smctr_rcv_chg_param(dev, rmf,
3797 return (rcode);
3800 if((err = smctr_send_rsp(dev, rmf, rcode,
3808 if((rcode = smctr_rcv_rq_addr_state_attch(dev,
3811 if(rcode
4065 __u16 rcode = POSITIVE_ACK; local
4150 __u16 rcode = POSITIVE_ACK; local
4224 __u16 rcode = POSITIVE_ACK; local
4285 __u16 rcode = POSITIVE_ACK; local
4963 smctr_send_rsp(struct net_device *dev, MAC_HEADER *rmf, __u16 rcode, __u16 correlator) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dforward.c157 header->rcode = NOERROR; /* no error */
180 if (header->rcode == NOERROR || header->rcode == NXDOMAIN)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dnamequery.c102 nmb->header.rcode = 0;
142 nmb2->header.rcode ||
382 nmb->header.rcode = 0;
429 && nmb2->header.rcode /* Error returned */
434 dbgtext( "Negative name query response, rcode 0x%02x: ", nmb2->header.rcode );
435 switch( nmb2->header.rcode ) {
462 nmb2->header.rcode ||

Completed in 231 milliseconds

12