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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.c619 int rcode = RCODE_ADDRESS_ERROR; local
630 rcode = as->op->read(host, nodeid, data,
633 rcode = RCODE_TYPE_ERROR;
639 if ((rcode != RCODE_COMPLETE) || !length)
645 if (length && (rcode == RCODE_COMPLETE))
646 rcode = RCODE_ADDRESS_ERROR;
647 return rcode;
655 int rcode = RCODE_ADDRESS_ERROR; local
666 rcode = as->op->write(host, nodeid, destid,
670 rcode
692 int rcode = RCODE_ADDRESS_ERROR; local
718 int rcode = RCODE_ADDRESS_ERROR; local
[all...]
H A Dieee1394_core.c818 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
821 static void fill_async_readquad_resp(struct hpsb_packet *packet, int rcode, argument
830 static void fill_async_readblock_resp(struct hpsb_packet *packet, int rcode, argument
833 if (rcode != RCODE_COMPLETE)
842 static void fill_async_write_resp(struct hpsb_packet *packet, int rcode) argument
849 static void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode, argument
852 if (rcode != RCODE_COMPLETE)
866 int length, rcode, extcode; local
877 rcode = highlevel_write(host, source, dest, data + 3,
883 rcode
[all...]
H A Draw1394.c168 int rcode = (packet->header[1] >> 12) & 0xf; local
182 req->req.error = (packet->ack_code << 16) | rcode;
186 if (!((packet->ack_code == ACK_PENDING) && (rcode == RCODE_COMPLETE))) {
1005 int found = 0, size = 0, rcode = -1; local
1033 rcode = -1;
1044 rcode = RCODE_DATA_ERROR; /* hardware error, data is unavailable */
1046 if (rcode == -1) {
1055 rcode = RCODE_COMPLETE;
1058 rcode = RCODE_TYPE_ERROR; /* function not allowed */
1071 if (rcode
1159 int found = 0, size = 0, rcode = -1, length_conflict = 0; local
1295 int found = 0, size = 0, rcode = -1; local
1513 int found = 0, size = 0, rcode = -1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/i2o/
H A Di2o_config.c534 u32 rcode = 0; local
603 rcode = -EFAULT;
614 rcode = -EINVAL;
627 rcode = -EINVAL;
639 rcode = -ENOMEM;
654 rcode = -EFAULT;
663 rcode = i2o_msg_post_wait(c, msg, 60);
664 if (rcode) {
665 reply[4] = ((u32) rcode) << 24;
681 rcode
776 u32 rcode = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/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. */
445 int rcode = 0; local
568 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));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Ddpt_i2o.c294 s32 rcode; local
345 rcode = adpt_i2o_post_wait(pHba, msg, reqlen<<2, 120);
346 if (rcode != 0) {
348 printk(KERN_INFO "%s: Inquiry Error (%d)\n",pHba->name,rcode);
349 if (rcode != -ETIME && rcode != -EINTR)
646 int rcode; local
666 rcode = adpt_i2o_post_wait(pHba, msg, sizeof(msg), FOREVER);
669 if (rcode != 0) {
670 if(rcode
690 u32 rcode; local
734 u32 rcode; local
761 int rcode; local
788 int rcode; local
1640 u32 rcode = 0; local
2083 s32 rcode; local
2346 s32 rcode; local
2552 int rcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dida_ioctl.h53 __u8 rcode; member in struct:__anon4146
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c735 int rcode = EXIT_SUCCESS; local
742 rcode = last_return_code;
744 return rcode;
1318 int i, rcode; local
1347 rcode = x->function(argv);
1349 _exit(rcode);
1382 int rcode; local
1394 rcode = run_list_real(child->group);
1397 _exit(rcode);
1515 int rcode local
1629 int rcode = checkjobs(fg_pipe); local
1668 int rcode; local
1918 int rcode = 0; /* probably for gcc only */ local
2189 int rcode = 0; /* if list has no members */ local
2206 int rcode = 0; local
3181 int rcode; local
3516 int rcode; local
3563 int rcode; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcommctrl.c463 s32 rcode = 0; local
494 rcode = -EFAULT;
499 rcode = -EINVAL;
506 rcode = -ENOMEM;
511 rcode = -EFAULT;
546 rcode = -EINVAL;
562 rcode = -EINVAL;
567 rcode = -EINVAL;
588 rcode = -ENOMEM;
600 rcode
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-card.c197 int rcode; member in struct:bm_data
202 complete_bm_lock(struct fw_card *card, int rcode, argument
207 if (rcode == RCODE_COMPLETE)
209 bmd->rcode = rcode;
265 if (bmd.rcode == RCODE_GENERATION) {
273 if (bmd.rcode == RCODE_COMPLETE && bmd.old != 0x3f)
278 if (bmd.rcode != RCODE_COMPLETE) {
H A Dfw-transaction.c43 #define HEADER_RCODE(rcode) ((rcode) << 12)
63 struct fw_card *card, int rcode,
80 t->callback(card, rcode, payload, length, t->callback_data);
141 * rcode, so just forward that to the callback.
448 int rcode, void *payload, size_t length)
464 HEADER_RCODE(rcode);
565 fw_send_response(struct fw_card *card, struct fw_request *request, int rcode) argument
575 if (rcode == RCODE_COMPLETE)
577 rcode, reques
62 close_transaction(struct fw_transaction *transaction, struct fw_card *card, int rcode, u32 *payload, size_t length) argument
447 fw_fill_response(struct fw_packet *response, u32 *request_header, int rcode, void *payload, size_t length) argument
638 int tcode, tlabel, destination, source, rcode; local
[all...]
H A Dfw-device.c378 int rcode; member in struct:read_quadlet_callback_data
383 complete_transaction(struct fw_card *card, int rcode, argument
388 if (rcode == RCODE_COMPLETE)
390 callback_data->rcode = rcode;
412 return callback_data.rcode;
H A Dfw-sbp2.c148 int rcode; member in struct:sbp2_orb
302 orb->rcode == RCODE_COMPLETE) {
318 complete_transaction(struct fw_card *card, int rcode, argument
324 orb->rcode = rcode;
325 if (rcode != RCODE_COMPLETE) {
375 orb->rcode = RCODE_CANCELLED;
454 fw_error("orb reply timed out, rcode=0x%02x\n",
455 orb->base.rcode);
459 if (orb->base.rcode !
489 complete_agent_reset_write(struct fw_card *card, int rcode, void *payload, size_t length, void *data) argument
[all...]
H A Dfw-transaction.h122 typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode,
210 int rcode, void *payload, size_t length);
212 struct fw_request *request, int rcode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddns.h97 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
106 ((uint16_t) (rcode & 15)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.c247 __u16 rcode, __u16 correlator);
3690 __u16 rcode, correlator; local
3702 if((rcode = smctr_rcv_init(dev, rmf, &correlator)) == HARDWARE_FAILED)
3704 return (rcode);
3707 if((err = smctr_send_rsp(dev, rmf, rcode,
3715 if((rcode = smctr_rcv_chg_param(dev, rmf,
3718 return (rcode);
3721 if((err = smctr_send_rsp(dev, rmf, rcode,
3729 if((rcode = smctr_rcv_rq_addr_state_attch(dev,
3732 if(rcode
3985 __u16 rcode = POSITIVE_ACK; local
4070 __u16 rcode = POSITIVE_ACK; local
4144 __u16 rcode = POSITIVE_ACK; local
4205 __u16 rcode = POSITIVE_ACK; local
4879 smctr_send_rsp(struct net_device *dev, MAC_HEADER *rmf, __u16 rcode, __u16 correlator) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfirewire-cdev.h57 __u32 rcode; member in struct:fw_cdev_event_response
147 __u32 rcode; member in struct:fw_cdev_send_response
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c802 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0)
819 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
822 if (header->rcode == NOERROR && ntohs(header->ancount) != 0)
833 if (header->rcode == NXDOMAIN)
842 header->rcode = NOERROR;
906 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) && forward->forwardall == 0 && (flag != '1'))
908 if ((header->rcode == SERVFAIL || header->rcode
[all...]
H A Drfc1035.c737 header->rcode = SERVFAIL; /* couldn't get memory */
739 header->rcode = NOERROR; /* empty domain */
741 header->rcode = NXDOMAIN;
744 header->rcode = NOERROR;
758 header->rcode = NOERROR;
771 header->rcode = REFUSED;
827 header->rcode = NXDOMAIN;
1135 header->rcode = NXDOMAIN;
1137 header->rcode = NOERROR; /* no error */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_mod.c233 char rcode[DECIMAL_SIZE(ret)+1]; local
235 BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
236 ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_mod.c233 char rcode[DECIMAL_SIZE(ret)+1]; local
235 BIO_snprintf(rcode, sizeof rcode, "%-8d", ret);
236 ERR_add_error_data(6, "module=", name, ", value=", value, ", retcode=", rcode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c110 nmb->header.rcode = 0;
150 nmb2->header.rcode ||
390 nmb->header.rcode = 0;
437 && nmb2->header.rcode /* Error returned */
442 dbgtext( "Negative name query response, rcode 0x%02x: ", nmb2->header.rcode );
443 switch( nmb2->header.rcode ) {
470 nmb2->header.rcode ||

Completed in 179 milliseconds

12