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

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dhighlevel.c572 int rcode = RCODE_ADDRESS_ERROR; local
583 rcode = as->op->read(host, nodeid, data,
586 rcode = RCODE_TYPE_ERROR;
592 if ((rcode != RCODE_COMPLETE) || !length)
598 if (length && (rcode == RCODE_COMPLETE))
599 rcode = RCODE_ADDRESS_ERROR;
600 return rcode;
608 int rcode = RCODE_ADDRESS_ERROR; local
619 rcode = as->op->write(host, nodeid, destid,
623 rcode
645 int rcode = RCODE_ADDRESS_ERROR; local
671 int rcode = RCODE_ADDRESS_ERROR; local
[all...]
H A Dieee1394_core.c821 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
824 static void fill_async_readquad_resp(struct hpsb_packet *packet, int rcode, argument
833 static void fill_async_readblock_resp(struct hpsb_packet *packet, int rcode, argument
836 if (rcode != RCODE_COMPLETE)
845 static void fill_async_write_resp(struct hpsb_packet *packet, int rcode) argument
852 static void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode, argument
855 if (rcode != RCODE_COMPLETE)
869 int length, rcode, extcode; local
880 rcode = highlevel_write(host, source, dest, data + 3,
886 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dhighlevel.c572 int rcode = RCODE_ADDRESS_ERROR; local
583 rcode = as->op->read(host, nodeid, data,
586 rcode = RCODE_TYPE_ERROR;
592 if ((rcode != RCODE_COMPLETE) || !length)
598 if (length && (rcode == RCODE_COMPLETE))
599 rcode = RCODE_ADDRESS_ERROR;
600 return rcode;
608 int rcode = RCODE_ADDRESS_ERROR; local
619 rcode = as->op->write(host, nodeid, destid,
623 rcode
645 int rcode = RCODE_ADDRESS_ERROR; local
671 int rcode = RCODE_ADDRESS_ERROR; local
[all...]
H A Dieee1394_core.c821 packet->header[1] = (packet->host->node_id << 16) | (rcode << 12); \
824 static void fill_async_readquad_resp(struct hpsb_packet *packet, int rcode, argument
833 static void fill_async_readblock_resp(struct hpsb_packet *packet, int rcode, argument
836 if (rcode != RCODE_COMPLETE)
845 static void fill_async_write_resp(struct hpsb_packet *packet, int rcode) argument
852 static void fill_async_lock_resp(struct hpsb_packet *packet, int rcode, int extcode, argument
855 if (rcode != RCODE_COMPLETE)
869 int length, rcode, extcode; local
880 rcode = highlevel_write(host, source, dest, data + 3,
886 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/i2o/
H A Di2o_config.c527 u32 rcode = 0; local
571 rcode = -EFAULT;
585 rcode = -ENOMEM;
600 rcode = -EFAULT;
611 rcode = -EINVAL;
624 rcode = -EINVAL;
634 rcode = -ENOMEM;
649 rcode = -EFAULT;
658 rcode = i2o_msg_post_wait(c, msg, 60);
660 if (rcode) {
773 u32 rcode = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/i2o/
H A Di2o_config.c527 u32 rcode = 0; local
571 rcode = -EFAULT;
585 rcode = -ENOMEM;
600 rcode = -EFAULT;
611 rcode = -EINVAL;
624 rcode = -EINVAL;
634 rcode = -ENOMEM;
649 rcode = -EFAULT;
658 rcode = i2o_msg_post_wait(c, msg, 60);
660 if (rcode) {
773 u32 rcode = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/firewire/
H A Dcore-transaction.c50 #define HEADER_RCODE(rcode) ((rcode) << 12)
76 struct fw_card *card, int rcode)
96 t->callback(card, rcode, NULL, 0, t->callback_data);
181 * rcode, so just forward that to the callback.
375 int rcode; member in struct:transaction_callback_data
378 static void transaction_callback(struct fw_card *card, int rcode, argument
383 if (rcode == RCODE_COMPLETE)
385 d->rcode = rcode;
75 close_transaction(struct fw_transaction *transaction, struct fw_card *card, int rcode) argument
634 fw_fill_response(struct fw_packet *response, u32 *request_header, int rcode, void *payload, size_t length) argument
764 fw_send_response(struct fw_card *card, struct fw_request *request, int rcode) argument
898 int tcode, tlabel, source, rcode; local
1017 int rcode = RCODE_COMPLETE; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/firewire/
H A Dcore-transaction.c50 #define HEADER_RCODE(rcode) ((rcode) << 12)
76 struct fw_card *card, int rcode)
96 t->callback(card, rcode, NULL, 0, t->callback_data);
181 * rcode, so just forward that to the callback.
375 int rcode; member in struct:transaction_callback_data
378 static void transaction_callback(struct fw_card *card, int rcode, argument
383 if (rcode == RCODE_COMPLETE)
385 d->rcode = rcode;
75 close_transaction(struct fw_transaction *transaction, struct fw_card *card, int rcode) argument
634 fw_fill_response(struct fw_packet *response, u32 *request_header, int rcode, void *payload, size_t length) argument
764 fw_send_response(struct fw_card *card, struct fw_request *request, int rcode) argument
898 int tcode, tlabel, source, rcode; local
1017 int rcode = RCODE_COMPLETE; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c38 static void send_name_release_response(int rcode, struct packet_struct *p) argument
46 rcode, /* Result code. */
69 int rcode = 0; local
121 rcode = ACT_ERR;
127 if(rcode == 0)
131 send_name_release_response(rcode, p);
138 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
146 rcode, /* Result code. */
457 int rcode = 0; local
602 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c33 static void send_name_release_response(int rcode, struct packet_struct *p) argument
41 rcode, /* Result code. */
65 int rcode = 0; local
114 rcode = ACT_ERR;
120 if(rcode == 0)
124 send_name_release_response(rcode, p);
131 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
139 rcode, /* Result code. */
444 int rcode = 0; local
567 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c38 static void send_name_release_response(int rcode, struct packet_struct *p) argument
46 rcode, /* Result code. */
69 int rcode = 0; local
121 rcode = ACT_ERR;
127 if(rcode == 0)
131 send_name_release_response(rcode, p);
138 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
146 rcode, /* Result code. */
457 int rcode = 0; local
602 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c33 static void send_name_release_response(int rcode, struct packet_struct *p) argument
41 rcode, /* Result code. */
65 int rcode = 0; local
114 rcode = ACT_ERR;
120 if(rcode == 0)
124 send_name_release_response(rcode, p);
131 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
139 rcode, /* Result code. */
444 int rcode = 0; local
567 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c33 static void send_name_release_response(int rcode, struct packet_struct *p) argument
41 rcode, /* Result code. */
65 int rcode = 0; local
114 rcode = ACT_ERR;
120 if(rcode == 0)
124 send_name_release_response(rcode, p);
131 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
139 rcode, /* Result code. */
444 int rcode = 0; local
567 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c38 static void send_name_release_response(int rcode, struct packet_struct *p) argument
46 rcode, /* Result code. */
69 int rcode = 0; local
121 rcode = ACT_ERR;
127 if(rcode == 0)
131 send_name_release_response(rcode, p);
138 static void send_name_registration_response(int rcode, int ttl, struct packet_struct *p) argument
146 rcode, /* Result code. */
457 int rcode = 0; local
602 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcommctrl.c475 s32 rcode = 0; local
506 rcode = -EFAULT;
511 rcode = -EINVAL;
518 rcode = -ENOMEM;
523 rcode = -EFAULT;
558 rcode = -EINVAL;
574 rcode = -EINVAL;
579 rcode = -EINVAL;
600 rcode = -EINVAL;
608 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Dcommctrl.c475 s32 rcode = 0; local
506 rcode = -EFAULT;
511 rcode = -EINVAL;
518 rcode = -ENOMEM;
523 rcode = -EFAULT;
558 rcode = -EINVAL;
574 rcode = -EINVAL;
579 rcode = -EINVAL;
600 rcode = -EINVAL;
608 rcode
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Ddns.h125 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
134 ((uint16_t) (rcode & 15)))
136 #define AVAHI_LLMNR_FLAGS(qr, opcode, c, tc, t, z,rcode) \
143 ((uint16_t) (rcode & 15)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Ddns.h125 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
134 ((uint16_t) (rcode & 15)))
136 #define AVAHI_LLMNR_FLAGS(qr, opcode, c, tc, t, z,rcode) \
143 ((uint16_t) (rcode & 15)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Ddns.h125 #define AVAHI_DNS_FLAGS(qr, opcode, aa, tc, rd, ra, z, ad, cd, rcode) \
134 ((uint16_t) (rcode & 15)))
136 #define AVAHI_LLMNR_FLAGS(qr, opcode, c, tc, t, z,rcode) \
143 ((uint16_t) (rcode & 15)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dida_ioctl.h53 __u8 rcode; member in struct:__anon26551
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dida_ioctl.h53 __u8 rcode; member in struct:__anon14858
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/nbt/
H A Dlibnbt.h182 uint8_t rcode; member in struct:nbt_name_register::__anon6840
212 uint8_t rcode; member in struct:nbt_name_register_wins::__anon6843
235 uint8_t rcode; member in struct:nbt_name_refresh::__anon6845
252 uint8_t rcode; member in struct:nbt_name_refresh_wins::__anon6847
273 uint8_t rcode; member in struct:nbt_name_release::__anon6849
342 NTSTATUS nbt_rcode_to_ntstatus(uint8_t rcode);

Completed in 364 milliseconds

123456789