Searched refs:us (Results 26 - 50 of 455) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dcbcp.c97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us; local
125 us = &cbcp[iface];
126 memset(us, 0, sizeof(cbcp_state));
127 us->us_unit = iface;
128 us
136 cbcp_state *us = &cbcp[iface]; local
163 cbcp_state *us = &cbcp[unit]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dcbcp.c97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us; local
125 us = &cbcp[iface];
126 memset(us, 0, sizeof(cbcp_state));
127 us->us_unit = iface;
128 us
136 cbcp_state *us = &cbcp[iface]; local
163 cbcp_state *us = &cbcp[unit]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/storage/
H A Dshuttle_usbat.c157 static int usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us);
158 static int usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us);
160 static int init_usbat_cd(struct us_data *us);
161 static int init_usbat_flash(struct us_data *us);
222 static int usbat_get_device_type(struct us_data *us) argument
224 return ((struct usbat_info*)us->extra)->devicetype;
230 static int usbat_read(struct us_data *us, argument
235 return usb_stor_ctrl_transfer(us,
236 us->recv_ctrl_pipe,
248 static int usbat_write(struct us_data *us, argument
266 usbat_bulk_read(struct us_data *us, void* buf, unsigned int len, int use_sg) argument
281 usbat_bulk_write(struct us_data *us, void* buf, unsigned int len, int use_sg) argument
298 usbat_execute_command(struct us_data *us, unsigned char *commands, unsigned int len) argument
310 usbat_get_status(struct us_data *us, unsigned char *status) argument
322 usbat_check_status(struct us_data *us) argument
346 usbat_set_shuttle_features(struct us_data *us, unsigned char external_trigger, unsigned char epp_control, unsigned char mask_byte, unsigned char test_pattern, unsigned char subcountH, unsigned char subcountL) argument
402 usbat_wait_not_busy(struct us_data *us, int minutes) argument
450 usbat_read_block(struct us_data *us, void* buf, unsigned short len, int use_sg) argument
482 usbat_write_block(struct us_data *us, unsigned char access, void* buf, unsigned short len, int minutes, int use_sg) argument
519 usbat_hp8200e_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, void *buf, unsigned short len, int use_sg, int minutes) argument
683 usbat_multiple_write(struct us_data *us, unsigned char *registers, unsigned char *data_out, unsigned short num_registers) argument
742 usbat_read_blocks(struct us_data *us, void* buffer, int len, int use_sg) argument
784 usbat_write_blocks(struct us_data *us, void* buffer, int len, int use_sg) argument
817 usbat_read_user_io(struct us_data *us, unsigned char *data_flags) argument
838 usbat_write_user_io(struct us_data *us, unsigned char enable_flags, unsigned char data_flags) argument
856 usbat_device_reset(struct us_data *us) argument
886 usbat_device_enable_cdt(struct us_data *us) argument
929 usbat_flash_check_media(struct us_data *us, struct usbat_info *info) argument
980 usbat_identify_device(struct us_data *us, struct usbat_info *info) argument
1025 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) argument
1055 usbat_flash_get_sector_count(struct us_data *us, struct usbat_info *info) argument
1111 usbat_flash_read_data(struct us_data *us, struct usbat_info *info, u32 sector, u32 sectors) argument
1202 usbat_flash_write_data(struct us_data *us, struct usbat_info *info, u32 sector, u32 sectors) argument
1292 usbat_hp8200e_handle_read10(struct us_data *us, unsigned char *registers, unsigned char *data, struct scsi_cmnd *srb) argument
1404 usbat_select_and_test_registers(struct us_data *us) argument
1454 init_usbat(struct us_data *us, int devicetype) argument
1558 usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us) argument
1685 usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us) argument
1822 init_usbat_cd(struct us_data *us) argument
1827 init_usbat_flash(struct us_data *us) argument
1835 struct us_data *us; local
[all...]
H A Ddatafab.c78 static int datafab_determine_lun(struct us_data *us,
122 datafab_bulk_read(struct us_data *us, unsigned char *data, unsigned int len) { argument
127 return usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe,
133 datafab_bulk_write(struct us_data *us, unsigned char *data, unsigned int len) { argument
138 return usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe,
143 static int datafab_read_data(struct us_data *us, argument
148 unsigned char *command = us->iobuf;
165 result = datafab_determine_lun(us, inf
226 datafab_write_data(struct us_data *us, struct datafab_info *info, u32 sector, u32 sectors) argument
323 datafab_determine_lun(struct us_data *us, struct datafab_info *info) argument
390 datafab_id_device(struct us_data *us, struct datafab_info *info) argument
446 datafab_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) argument
557 datafab_transport(struct scsi_cmnd *srb, struct us_data *us) argument
726 struct us_data *us; local
[all...]
H A Djumpshot.c114 static inline int jumpshot_bulk_read(struct us_data *us, argument
122 return usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe,
127 static inline int jumpshot_bulk_write(struct us_data *us, argument
135 return usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe,
140 static int jumpshot_get_status(struct us_data *us) argument
144 if (!us)
148 rc = usb_stor_ctrl_transfer(us, us
163 jumpshot_read_data(struct us_data *us, struct jumpshot_info *info, u32 sector, u32 sectors) argument
240 jumpshot_write_data(struct us_data *us, struct jumpshot_info *info, u32 sector, u32 sectors) argument
331 jumpshot_id_device(struct us_data *us, struct jumpshot_info *info) argument
377 jumpshot_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) argument
485 jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us) argument
652 struct us_data *us; local
[all...]
H A Dfreecom.c110 static int init_freecom(struct us_data *us);
152 freecom_readdata (struct scsi_cmnd *srb, struct us_data *us, argument
156 (struct freecom_xfer_wrap *) us->iobuf;
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
176 result = usb_stor_bulk_srb(us, ipipe, srb);
185 freecom_writedata (struct scsi_cmnd *srb, struct us_data *us, argument
189 (struct freecom_xfer_wrap *) us->iobuf;
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
209 result = usb_stor_bulk_srb(us, opipe, srb);
221 static int freecom_transport(struct scsi_cmnd *srb, struct us_data *us) argument
425 init_freecom(struct us_data *us) argument
464 usb_stor_freecom_reset(struct us_data *us) argument
528 struct us_data *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dcbcp.c97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us; local
125 us = &cbcp[iface];
126 memset(us, 0, sizeof(cbcp_state));
127 us->us_unit = iface;
128 us
136 cbcp_state *us = &cbcp[iface]; local
163 cbcp_state *us = &cbcp[unit]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/storage/
H A Dshuttle_usbat.c157 static int usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us);
158 static int usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us);
160 static int init_usbat_cd(struct us_data *us);
161 static int init_usbat_flash(struct us_data *us);
222 static int usbat_get_device_type(struct us_data *us) argument
224 return ((struct usbat_info*)us->extra)->devicetype;
230 static int usbat_read(struct us_data *us, argument
235 return usb_stor_ctrl_transfer(us,
236 us->recv_ctrl_pipe,
248 static int usbat_write(struct us_data *us, argument
266 usbat_bulk_read(struct us_data *us, void* buf, unsigned int len, int use_sg) argument
281 usbat_bulk_write(struct us_data *us, void* buf, unsigned int len, int use_sg) argument
298 usbat_execute_command(struct us_data *us, unsigned char *commands, unsigned int len) argument
310 usbat_get_status(struct us_data *us, unsigned char *status) argument
322 usbat_check_status(struct us_data *us) argument
346 usbat_set_shuttle_features(struct us_data *us, unsigned char external_trigger, unsigned char epp_control, unsigned char mask_byte, unsigned char test_pattern, unsigned char subcountH, unsigned char subcountL) argument
402 usbat_wait_not_busy(struct us_data *us, int minutes) argument
450 usbat_read_block(struct us_data *us, void* buf, unsigned short len, int use_sg) argument
482 usbat_write_block(struct us_data *us, unsigned char access, void* buf, unsigned short len, int minutes, int use_sg) argument
519 usbat_hp8200e_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, void *buf, unsigned short len, int use_sg, int minutes) argument
683 usbat_multiple_write(struct us_data *us, unsigned char *registers, unsigned char *data_out, unsigned short num_registers) argument
742 usbat_read_blocks(struct us_data *us, void* buffer, int len, int use_sg) argument
784 usbat_write_blocks(struct us_data *us, void* buffer, int len, int use_sg) argument
817 usbat_read_user_io(struct us_data *us, unsigned char *data_flags) argument
838 usbat_write_user_io(struct us_data *us, unsigned char enable_flags, unsigned char data_flags) argument
856 usbat_device_reset(struct us_data *us) argument
886 usbat_device_enable_cdt(struct us_data *us) argument
929 usbat_flash_check_media(struct us_data *us, struct usbat_info *info) argument
980 usbat_identify_device(struct us_data *us, struct usbat_info *info) argument
1025 usbat_set_transport(struct us_data *us, struct usbat_info *info, int devicetype) argument
1055 usbat_flash_get_sector_count(struct us_data *us, struct usbat_info *info) argument
1111 usbat_flash_read_data(struct us_data *us, struct usbat_info *info, u32 sector, u32 sectors) argument
1202 usbat_flash_write_data(struct us_data *us, struct usbat_info *info, u32 sector, u32 sectors) argument
1292 usbat_hp8200e_handle_read10(struct us_data *us, unsigned char *registers, unsigned char *data, struct scsi_cmnd *srb) argument
1404 usbat_select_and_test_registers(struct us_data *us) argument
1454 init_usbat(struct us_data *us, int devicetype) argument
1558 usbat_hp8200e_transport(struct scsi_cmnd *srb, struct us_data *us) argument
1685 usbat_flash_transport(struct scsi_cmnd * srb, struct us_data *us) argument
1822 init_usbat_cd(struct us_data *us) argument
1827 init_usbat_flash(struct us_data *us) argument
1835 struct us_data *us; local
[all...]
H A Ddatafab.c78 static int datafab_determine_lun(struct us_data *us,
122 datafab_bulk_read(struct us_data *us, unsigned char *data, unsigned int len) { argument
127 return usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe,
133 datafab_bulk_write(struct us_data *us, unsigned char *data, unsigned int len) { argument
138 return usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe,
143 static int datafab_read_data(struct us_data *us, argument
148 unsigned char *command = us->iobuf;
165 result = datafab_determine_lun(us, inf
226 datafab_write_data(struct us_data *us, struct datafab_info *info, u32 sector, u32 sectors) argument
323 datafab_determine_lun(struct us_data *us, struct datafab_info *info) argument
390 datafab_id_device(struct us_data *us, struct datafab_info *info) argument
446 datafab_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) argument
557 datafab_transport(struct scsi_cmnd *srb, struct us_data *us) argument
726 struct us_data *us; local
[all...]
H A Djumpshot.c114 static inline int jumpshot_bulk_read(struct us_data *us, argument
122 return usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe,
127 static inline int jumpshot_bulk_write(struct us_data *us, argument
135 return usb_stor_bulk_transfer_buf(us, us->send_bulk_pipe,
140 static int jumpshot_get_status(struct us_data *us) argument
144 if (!us)
148 rc = usb_stor_ctrl_transfer(us, us
163 jumpshot_read_data(struct us_data *us, struct jumpshot_info *info, u32 sector, u32 sectors) argument
240 jumpshot_write_data(struct us_data *us, struct jumpshot_info *info, u32 sector, u32 sectors) argument
331 jumpshot_id_device(struct us_data *us, struct jumpshot_info *info) argument
377 jumpshot_handle_mode_sense(struct us_data *us, struct scsi_cmnd * srb, int sense_6) argument
485 jumpshot_transport(struct scsi_cmnd *srb, struct us_data *us) argument
652 struct us_data *us; local
[all...]
H A Dfreecom.c110 static int init_freecom(struct us_data *us);
152 freecom_readdata (struct scsi_cmnd *srb, struct us_data *us, argument
156 (struct freecom_xfer_wrap *) us->iobuf;
167 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
176 result = usb_stor_bulk_srb(us, ipipe, srb);
185 freecom_writedata (struct scsi_cmnd *srb, struct us_data *us, argument
189 (struct freecom_xfer_wrap *) us->iobuf;
200 result = usb_stor_bulk_transfer_buf (us, opipe, fxfr,
209 result = usb_stor_bulk_srb(us, opipe, srb);
221 static int freecom_transport(struct scsi_cmnd *srb, struct us_data *us) argument
425 init_freecom(struct us_data *us) argument
464 usb_stor_freecom_reset(struct us_data *us) argument
528 struct us_data *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dcbcp.c97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us; local
125 us = &cbcp[iface];
126 memset(us, 0, sizeof(cbcp_state));
127 us->us_unit = iface;
128 us
136 cbcp_state *us = &cbcp[iface]; local
163 cbcp_state *us = &cbcp[unit]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dcbcp.c97 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
98 static void cbcp_resp __P((cbcp_state *us));
99 static void cbcp_up __P((cbcp_state *us));
100 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
101 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
123 cbcp_state *us; local
125 us = &cbcp[iface];
126 memset(us, 0, sizeof(cbcp_state));
127 us->us_unit = iface;
128 us
136 cbcp_state *us = &cbcp[iface]; local
163 cbcp_state *us = &cbcp[unit]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/solaris/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
597 upperstr_t *us, *ppa, *nps; local
615 us = (upperstr_t *) q->q_ptr;
616 if (us == 0) {
621 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
625 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
632 dlpi_request(q, mp, us);
637 if (us
1607 upperstr_t *us, *up, **usp; local
1669 upperstr_t *us, *t; local
1701 upperstr_t *us, *t; local
1732 upperstr_t *us; local
1757 upperstr_t *us, *as; local
1827 upperstr_t *ppa, *us; local
1957 upperstr_t *us, *as; local
2085 upperstr_t *us; local
2377 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/solaris/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
597 upperstr_t *us, *ppa, *nps; local
615 us = (upperstr_t *) q->q_ptr;
616 if (us == 0) {
621 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
625 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
632 dlpi_request(q, mp, us);
637 if (us
1607 upperstr_t *us, *up, **usp; local
1669 upperstr_t *us, *t; local
1701 upperstr_t *us, *t; local
1732 upperstr_t *us; local
1757 upperstr_t *us, *as; local
1827 upperstr_t *ppa, *us; local
1957 upperstr_t *us, *as; local
2085 upperstr_t *us; local
2377 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/solaris/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
597 upperstr_t *us, *ppa, *nps; local
615 us = (upperstr_t *) q->q_ptr;
616 if (us == 0) {
621 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
625 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
632 dlpi_request(q, mp, us);
637 if (us
1607 upperstr_t *us, *up, **usp; local
1669 upperstr_t *us, *t; local
1701 upperstr_t *us, *t; local
1732 upperstr_t *us; local
1757 upperstr_t *us, *as; local
1827 upperstr_t *ppa, *us; local
1957 upperstr_t *us, *as; local
2085 upperstr_t *us; local
2377 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/modules/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
595 upperstr_t *us, *ppa, *nps; local
613 us = (upperstr_t *) q->q_ptr;
614 if (us == 0) {
619 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
623 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
630 dlpi_request(q, mp, us);
635 if (us
1594 upperstr_t *us, *up, **usp; local
1656 upperstr_t *us, *t; local
1686 upperstr_t *us, *t; local
1717 upperstr_t *us; local
1742 upperstr_t *us, *as; local
1812 upperstr_t *ppa, *us; local
1941 upperstr_t *us, *as; local
2068 upperstr_t *us; local
2358 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/modules/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
595 upperstr_t *us, *ppa, *nps; local
613 us = (upperstr_t *) q->q_ptr;
614 if (us == 0) {
619 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
623 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
630 dlpi_request(q, mp, us);
635 if (us
1594 upperstr_t *us, *up, **usp; local
1656 upperstr_t *us, *t; local
1686 upperstr_t *us, *t; local
1717 upperstr_t *us; local
1742 upperstr_t *us, *as; local
1812 upperstr_t *ppa, *us; local
1941 upperstr_t *us, *as; local
2068 upperstr_t *us; local
2358 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/modules/
H A Dppp.c139 * us by the streams framework.
145 * now use ppp_lower_lock to give us an existence guarantee on the
214 #define US_LASTMOD 8 /* no PPP modules below us */
595 upperstr_t *us, *ppa, *nps; local
613 us = (upperstr_t *) q->q_ptr;
614 if (us == 0) {
619 DPRINT1("pppuwput/%d: mp = 0!\n", us->mn);
623 DPRINT1("pppuwput/%d: mp->b_datap = 0!\n", us->mn);
630 dlpi_request(q, mp, us);
635 if (us
1594 upperstr_t *us, *up, **usp; local
1656 upperstr_t *us, *t; local
1686 upperstr_t *us, *t; local
1717 upperstr_t *us; local
1742 upperstr_t *us, *as; local
1812 upperstr_t *ppa, *us; local
1941 upperstr_t *us, *as; local
2068 upperstr_t *us; local
2358 upperstr_t *us; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dfuncargs.c35 unsigned short us = 6; variable
36 unsigned short *usp = &us;
132 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
134 call1a (uc, us, ui, ul)
135 unsigned char uc; unsigned short us; unsigned int ui; unsigned long ul;
138 uc = 5; us = 6; ui = 7; ul = 8;
142 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) argument
144 call1b (us, ui, ul, uc)
145 unsigned short us; unsigned int ui; unsigned long ul; unsigned char uc;
148 uc = 5; us
152 call1c(unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) argument
162 call1d(unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) argument
172 call1e(unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
386 call6h(unsigned short us, unsigned int ui, unsigned long ul) argument
397 call6g(unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
408 call6f(double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
420 call6e(float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
432 call6d(long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
444 call6c(int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
456 call6b(short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
468 call6a(char c, short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
483 call7k(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
494 call7j(unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul) argument
504 call7i(unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us) argument
514 call7h(unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d) argument
524 call7g(double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc) argument
534 call7f(unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f) argument
544 call7e(float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l) argument
554 call7d(long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s) argument
564 call7c(short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i) argument
574 call7b(int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c) argument
584 call7a(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
659 call_after_alloca_subr(char c, short s, int i, long l, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dfuncargs.c35 unsigned short us = 6; variable
36 unsigned short *usp = &us;
132 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
134 call1a (uc, us, ui, ul)
135 unsigned char uc; unsigned short us; unsigned int ui; unsigned long ul;
138 uc = 5; us = 6; ui = 7; ul = 8;
142 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) argument
144 call1b (us, ui, ul, uc)
145 unsigned short us; unsigned int ui; unsigned long ul; unsigned char uc;
148 uc = 5; us
152 call1c(unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) argument
162 call1d(unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) argument
172 call1e(unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
386 call6h(unsigned short us, unsigned int ui, unsigned long ul) argument
397 call6g(unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
408 call6f(double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
420 call6e(float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
432 call6d(long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
444 call6c(int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
456 call6b(short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
468 call6a(char c, short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
483 call7k(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
494 call7j(unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul) argument
504 call7i(unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us) argument
514 call7h(unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d) argument
524 call7g(double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc) argument
534 call7f(unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f) argument
544 call7e(float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l) argument
554 call7d(long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s) argument
564 call7c(short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i) argument
574 call7b(int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c) argument
584 call7a(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
659 call_after_alloca_subr(char c, short s, int i, long l, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dfuncargs.c35 unsigned short us = 6; variable
36 unsigned short *usp = &us;
132 void call1a (unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
134 call1a (uc, us, ui, ul)
135 unsigned char uc; unsigned short us; unsigned int ui; unsigned long ul;
138 uc = 5; us = 6; ui = 7; ul = 8;
142 void call1b (unsigned short us, unsigned int ui, unsigned long ul, unsigned char uc) argument
144 call1b (us, ui, ul, uc)
145 unsigned short us; unsigned int ui; unsigned long ul; unsigned char uc;
148 uc = 5; us
152 call1c(unsigned int ui, unsigned long ul, unsigned char uc, unsigned short us) argument
162 call1d(unsigned long ul, unsigned char uc, unsigned short us, unsigned int ui) argument
172 call1e(unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
386 call6h(unsigned short us, unsigned int ui, unsigned long ul) argument
397 call6g(unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
408 call6f(double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
420 call6e(float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
432 call6d(long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
444 call6c(int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
456 call6b(short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
468 call6a(char c, short s, int i, long l, float f, double d, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
483 call7k(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
494 call7j(unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul) argument
504 call7i(unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us) argument
514 call7h(unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc, double d) argument
524 call7g(double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f, unsigned char uc) argument
534 call7f(unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l, float f) argument
544 call7e(float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s, long l) argument
554 call7d(long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i, short s) argument
564 call7c(short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c, int i) argument
574 call7b(int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui, char c) argument
584 call7a(char c, int i, short s, long l, float f, unsigned char uc, double d, unsigned short us, unsigned long ul, unsigned int ui) argument
659 call_after_alloca_subr(char c, short s, int i, long l, unsigned char uc, unsigned short us, unsigned int ui, unsigned long ul) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/
H A Dvalgrind.pm34 my $us;
53 $us++;
58 if($us) {
59 # the stack trace included source details about us
73 $us = 0;
91 # us use OpenSSL. OpenSSL produces numerous valgrind
92 # errors of this kind, rendering it impossible for us to
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/
H A Dvalgrind.pm34 my $us;
53 $us++;
58 if($us) {
59 # the stack trace included source details about us
73 $us = 0;
91 # us use OpenSSL. OpenSSL produces numerous valgrind
92 # errors of this kind, rendering it impossible for us to
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/
H A Dvalgrind.pm34 my $us;
53 $us++;
58 if($us) {
59 # the stack trace included source details about us
73 $us = 0;
91 # us use OpenSSL. OpenSSL produces numerous valgrind
92 # errors of this kind, rendering it impossible for us to

Completed in 181 milliseconds

1234567891011>>