Searched refs:pc (Results 1 - 25 of 452) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dl3_1tr6.c32 l3_1TR6_message(struct l3_process *pc, u_char mt, u_char pd) argument
40 MsgHead(p, pc->callref, mt, pd);
41 l3_msg(pc->st, DL_DATA | REQUEST, skb);
45 l3_1tr6_release_req(struct l3_process *pc, u_char pr, void *arg) argument
47 StopAllL3Timer(pc);
48 newl3state(pc, 19);
49 l3_1TR6_message(pc, MT_N1_REL, PROTO_DIS_N1);
50 L3AddTimer(&pc->timer, T308, CC_T308_1);
54 l3_1tr6_invalid(struct l3_process *pc, u_char pr, void *arg) argument
59 l3_1tr6_release_req(pc,
63 l3_1tr6_error(struct l3_process *pc, u_char *msg, struct sk_buff *skb) argument
72 l3_1tr6_setup_req(struct l3_process *pc, u_char pr, void *arg) argument
161 l3_1tr6_setup(struct l3_process *pc, u_char pr, void *arg) argument
232 l3_1tr6_setup_ack(struct l3_process *pc, u_char pr, void *arg) argument
260 l3_1tr6_call_sent(struct l3_process *pc, u_char pr, void *arg) argument
292 l3_1tr6_alert(struct l3_process *pc, u_char pr, void *arg) argument
303 l3_1tr6_info(struct l3_process *pc, u_char pr, void *arg) argument
332 l3_1tr6_info_s2(struct l3_process *pc, u_char pr, void *arg) argument
340 l3_1tr6_connect(struct l3_process *pc, u_char pr, void *arg) argument
356 l3_1tr6_rel(struct l3_process *pc, u_char pr, void *arg) argument
387 l3_1tr6_rel_ack(struct l3_process *pc, u_char pr, void *arg) argument
400 l3_1tr6_disc(struct l3_process *pc, u_char pr, void *arg) argument
455 l3_1tr6_connect_ack(struct l3_process *pc, u_char pr, void *arg) argument
471 l3_1tr6_alert_req(struct l3_process *pc, u_char pr, void *arg) argument
478 l3_1tr6_setup_rsp(struct l3_process *pc, u_char pr, void *arg) argument
512 l3_1tr6_reset(struct l3_process *pc, u_char pr, void *arg) argument
518 l3_1tr6_disconnect_req(struct l3_process *pc, u_char pr, void *arg) argument
557 l3_1tr6_t303(struct l3_process *pc, u_char pr, void *arg) argument
571 l3_1tr6_t304(struct l3_process *pc, u_char pr, void *arg) argument
580 l3_1tr6_t305(struct l3_process *pc, u_char pr, void *arg) argument
616 l3_1tr6_t310(struct l3_process *pc, u_char pr, void *arg) argument
625 l3_1tr6_t313(struct l3_process *pc, u_char pr, void *arg) argument
634 l3_1tr6_t308_1(struct l3_process *pc, u_char pr, void *arg) argument
643 l3_1tr6_t308_2(struct l3_process *pc, u_char pr, void *arg) argument
651 l3_1tr6_dl_reset(struct l3_process *pc, u_char pr, void *arg) argument
659 l3_1tr6_dl_release(struct l3_process *pc, u_char pr, void *arg) argument
[all...]
H A Dl3ni1.c122 { struct l3_process *pc = st->l3.proc; /* start of processes */ local
126 while (pc)
127 { if ((pc->callref == -1) && (pc->prot.ni1.invoke_id == id))
128 return(pc);
129 pc = pc->next;
142 struct l3_process *pc = NULL; local
144 if ((pc = l3ni1_search_dummy_proc(st, id)))
145 { L3DelTimer(&pc
175 struct l3_process *pc = NULL; local
229 l3ni1_parse_facility(struct PStack *st, struct l3_process *pc, int cr, u_char * p) argument
437 l3ni1_message(struct l3_process *pc, u_char mt) argument
450 l3ni1_message_plus_chid(struct l3_process *pc, u_char mt) argument
471 l3ni1_message_cause(struct l3_process *pc, u_char mt, u_char cause) argument
492 l3ni1_status_send(struct l3_process *pc, u_char pr, void *arg) argument
518 l3ni1_msg_without_setup(struct l3_process *pc, u_char pr, void *arg) argument
655 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) argument
672 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) argument
755 l3ni1_check_messagetype_validity(struct l3_process *pc, int mt, void *arg) argument
797 l3ni1_std_ie_err(struct l3_process *pc, int ret) argument
823 l3ni1_get_channel_id(struct l3_process *pc, struct sk_buff *skb) argument
846 l3ni1_get_cause(struct l3_process *pc, struct sk_buff *skb) argument
885 l3ni1_msg_with_uus(struct l3_process *pc, u_char cmd) argument
911 l3ni1_release_req(struct l3_process *pc, u_char pr, void *arg) argument
923 l3ni1_release_cmpl(struct l3_process *pc, u_char pr, void *arg) argument
1179 l3ni1_setup_req(struct l3_process *pc, u_char pr, void *arg) argument
1294 l3ni1_call_proc(struct l3_process *pc, u_char pr, void *arg) argument
1333 l3ni1_setup_ack(struct l3_process *pc, u_char pr, void *arg) argument
1372 l3ni1_disconnect(struct l3_process *pc, u_char pr, void *arg) argument
1410 l3ni1_connect(struct l3_process *pc, u_char pr, void *arg) argument
1430 l3ni1_alerting(struct l3_process *pc, u_char pr, void *arg) argument
1448 l3ni1_setup(struct l3_process *pc, u_char pr, void *arg) argument
1614 l3ni1_reset(struct l3_process *pc, u_char pr, void *arg) argument
1620 l3ni1_disconnect_req(struct l3_process *pc, u_char pr, void *arg) argument
1659 l3ni1_setup_rsp(struct l3_process *pc, u_char pr, void *arg) argument
1677 l3ni1_connect_ack(struct l3_process *pc, u_char pr, void *arg) argument
1695 l3ni1_reject_req(struct l3_process *pc, u_char pr, void *arg) argument
1724 l3ni1_release(struct l3_process *pc, u_char pr, void *arg) argument
1758 l3ni1_alert_req(struct l3_process *pc, u_char pr, void *arg) argument
1769 l3ni1_proceed_req(struct l3_process *pc, u_char pr, void *arg) argument
1778 l3ni1_setup_ack_req(struct l3_process *pc, u_char pr, void *arg) argument
1791 l3ni1_deliver_display(struct l3_process *pc, int pr, u_char *infp) argument
1814 l3ni1_progress(struct l3_process *pc, u_char pr, void *arg) argument
1871 l3ni1_notify(struct l3_process *pc, u_char pr, void *arg) argument
1912 l3ni1_status_enq(struct l3_process *pc, u_char pr, void *arg) argument
1924 l3ni1_information(struct l3_process *pc, u_char pr, void *arg) argument
1949 l3ni1_redir_req(struct l3_process *pc, u_char pr, void *arg) argument
2021 l3ni1_redir_req_early(struct l3_process *pc, u_char pr, void *arg) argument
2038 struct l3_process *pc = NULL; local
2115 l3ni1_io_timer(struct l3_process *pc) argument
2139 l3ni1_release_ind(struct l3_process *pc, u_char pr, void *arg) argument
2164 l3ni1_dummy(struct l3_process *pc, u_char pr, void *arg) argument
2169 l3ni1_t302(struct l3_process *pc, u_char pr, void *arg) argument
2179 l3ni1_t303(struct l3_process *pc, u_char pr, void *arg) argument
2194 l3ni1_t304(struct l3_process *pc, u_char pr, void *arg) argument
2205 l3ni1_t305(struct l3_process *pc, u_char pr, void *arg) argument
2234 l3ni1_t310(struct l3_process *pc, u_char pr, void *arg) argument
2244 l3ni1_t313(struct l3_process *pc, u_char pr, void *arg) argument
2254 l3ni1_t308_1(struct l3_process *pc, u_char pr, void *arg) argument
2263 l3ni1_t308_2(struct l3_process *pc, u_char pr, void *arg) argument
2271 l3ni1_t318(struct l3_process *pc, u_char pr, void *arg) argument
2283 l3ni1_t319(struct l3_process *pc, u_char pr, void *arg) argument
2293 l3ni1_restart(struct l3_process *pc, u_char pr, void *arg) argument
2301 l3ni1_status(struct l3_process *pc, u_char pr, void *arg) argument
2359 l3ni1_facility(struct l3_process *pc, u_char pr, void *arg) argument
2374 l3ni1_suspend_req(struct l3_process *pc, u_char pr, void *arg) argument
2403 l3ni1_suspend_ack(struct l3_process *pc, u_char pr, void *arg) argument
2420 l3ni1_suspend_rej(struct l3_process *pc, u_char pr, void *arg) argument
2448 l3ni1_resume_req(struct l3_process *pc, u_char pr, void *arg) argument
2478 l3ni1_resume_ack(struct l3_process *pc, u_char pr, void *arg) argument
2512 l3ni1_resume_rej(struct l3_process *pc, u_char pr, void *arg) argument
2541 l3ni1_global_restart(struct l3_process *pc, u_char pr, void *arg) argument
2596 l3ni1_dl_reset(struct l3_process *pc, u_char pr, void *arg) argument
2605 l3ni1_dl_release(struct l3_process *pc, u_char pr, void *arg) argument
2615 l3ni1_dl_reestablish(struct l3_process *pc, u_char pr, void *arg) argument
2623 l3ni1_dl_reest_status(struct l3_process *pc, u_char pr, void *arg) argument
2631 l3ni1_SendSpid( struct l3_process *pc, u_char pr, struct sk_buff *skb, int iNewState ) argument
2673 l3ni1_spid_send( struct l3_process *pc, u_char pr, void *arg ) argument
2678 l3ni1_spid_epid( struct l3_process *pc, u_char pr, void *arg ) argument
2692 l3ni1_spid_tout( struct l3_process *pc, u_char pr, void *arg ) argument
[all...]
H A Dl3dss1.c124 { struct l3_process *pc = st->l3.proc; /* start of processes */ local
128 while (pc)
129 { if ((pc->callref == -1) && (pc->prot.dss1.invoke_id == id))
130 return(pc);
131 pc = pc->next;
144 struct l3_process *pc = NULL; local
146 if ((pc = l3dss1_search_dummy_proc(st, id)))
147 { L3DelTimer(&pc
177 struct l3_process *pc = NULL; local
231 l3dss1_parse_facility(struct PStack *st, struct l3_process *pc, int cr, u_char * p) argument
509 l3dss1_message(struct l3_process *pc, u_char mt) argument
522 l3dss1_message_cause(struct l3_process *pc, u_char mt, u_char cause) argument
543 l3dss1_status_send(struct l3_process *pc, u_char pr, void *arg) argument
569 l3dss1_msg_without_setup(struct l3_process *pc, u_char pr, void *arg) argument
706 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) argument
723 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) argument
806 l3dss1_check_messagetype_validity(struct l3_process *pc, int mt, void *arg) argument
848 l3dss1_std_ie_err(struct l3_process *pc, int ret) argument
874 l3dss1_get_channel_id(struct l3_process *pc, struct sk_buff *skb) argument
897 l3dss1_get_cause(struct l3_process *pc, struct sk_buff *skb) argument
936 l3dss1_msg_with_uus(struct l3_process *pc, u_char cmd) argument
962 l3dss1_release_req(struct l3_process *pc, u_char pr, void *arg) argument
974 l3dss1_release_cmpl(struct l3_process *pc, u_char pr, void *arg) argument
1230 l3dss1_setup_req(struct l3_process *pc, u_char pr, void *arg) argument
1441 l3dss1_call_proc(struct l3_process *pc, u_char pr, void *arg) argument
1480 l3dss1_setup_ack(struct l3_process *pc, u_char pr, void *arg) argument
1519 l3dss1_disconnect(struct l3_process *pc, u_char pr, void *arg) argument
1557 l3dss1_connect(struct l3_process *pc, u_char pr, void *arg) argument
1577 l3dss1_alerting(struct l3_process *pc, u_char pr, void *arg) argument
1595 l3dss1_setup(struct l3_process *pc, u_char pr, void *arg) argument
1761 l3dss1_reset(struct l3_process *pc, u_char pr, void *arg) argument
1767 l3dss1_disconnect_req(struct l3_process *pc, u_char pr, void *arg) argument
1806 l3dss1_setup_rsp(struct l3_process *pc, u_char pr, void *arg) argument
1822 l3dss1_connect_ack(struct l3_process *pc, u_char pr, void *arg) argument
1840 l3dss1_reject_req(struct l3_process *pc, u_char pr, void *arg) argument
1869 l3dss1_release(struct l3_process *pc, u_char pr, void *arg) argument
1903 l3dss1_alert_req(struct l3_process *pc, u_char pr, void *arg) argument
1914 l3dss1_proceed_req(struct l3_process *pc, u_char pr, void *arg) argument
1923 l3dss1_setup_ack_req(struct l3_process *pc, u_char pr, void *arg) argument
1936 l3dss1_deliver_display(struct l3_process *pc, int pr, u_char *infp) argument
1959 l3dss1_progress(struct l3_process *pc, u_char pr, void *arg) argument
2016 l3dss1_notify(struct l3_process *pc, u_char pr, void *arg) argument
2057 l3dss1_status_enq(struct l3_process *pc, u_char pr, void *arg) argument
2069 l3dss1_information(struct l3_process *pc, u_char pr, void *arg) argument
2094 l3dss1_redir_req(struct l3_process *pc, u_char pr, void *arg) argument
2166 l3dss1_redir_req_early(struct l3_process *pc, u_char pr, void *arg) argument
2183 struct l3_process *pc = NULL; local
2260 l3dss1_io_timer(struct l3_process *pc) argument
2284 l3dss1_release_ind(struct l3_process *pc, u_char pr, void *arg) argument
2309 l3dss1_dummy(struct l3_process *pc, u_char pr, void *arg) argument
2314 l3dss1_t302(struct l3_process *pc, u_char pr, void *arg) argument
2324 l3dss1_t303(struct l3_process *pc, u_char pr, void *arg) argument
2339 l3dss1_t304(struct l3_process *pc, u_char pr, void *arg) argument
2350 l3dss1_t305(struct l3_process *pc, u_char pr, void *arg) argument
2379 l3dss1_t310(struct l3_process *pc, u_char pr, void *arg) argument
2389 l3dss1_t313(struct l3_process *pc, u_char pr, void *arg) argument
2399 l3dss1_t308_1(struct l3_process *pc, u_char pr, void *arg) argument
2408 l3dss1_t308_2(struct l3_process *pc, u_char pr, void *arg) argument
2416 l3dss1_t318(struct l3_process *pc, u_char pr, void *arg) argument
2428 l3dss1_t319(struct l3_process *pc, u_char pr, void *arg) argument
2438 l3dss1_restart(struct l3_process *pc, u_char pr, void *arg) argument
2446 l3dss1_status(struct l3_process *pc, u_char pr, void *arg) argument
2504 l3dss1_facility(struct l3_process *pc, u_char pr, void *arg) argument
2519 l3dss1_suspend_req(struct l3_process *pc, u_char pr, void *arg) argument
2548 l3dss1_suspend_ack(struct l3_process *pc, u_char pr, void *arg) argument
2565 l3dss1_suspend_rej(struct l3_process *pc, u_char pr, void *arg) argument
2593 l3dss1_resume_req(struct l3_process *pc, u_char pr, void *arg) argument
2623 l3dss1_resume_ack(struct l3_process *pc, u_char pr, void *arg) argument
2657 l3dss1_resume_rej(struct l3_process *pc, u_char pr, void *arg) argument
2686 l3dss1_global_restart(struct l3_process *pc, u_char pr, void *arg) argument
2740 l3dss1_dl_reset(struct l3_process *pc, u_char pr, void *arg) argument
2749 l3dss1_dl_release(struct l3_process *pc, u_char pr, void *arg) argument
2759 l3dss1_dl_reestablish(struct l3_process *pc, u_char pr, void *arg) argument
2767 l3dss1_dl_reest_status(struct l3_process *pc, u_char pr, void *arg) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dhw_irq.h3 static __inline__ void sh_do_profile (unsigned long pc) {/*Not implemented yet*/} argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dhw_irq.h3 static __inline__ void sh_do_profile (unsigned long pc) {/*Not implemented yet*/} argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/passdb/
H A Dlookup_sid.c154 struct uid_sid_cache *pc; local
156 for (pc = uid_sid_cache_head; pc; pc = pc->next) {
157 if (pc->uid == uid) {
159 *psid = pc->sid;
162 DLIST_PROMOTE(uid_sid_cache_head, pc);
175 struct uid_sid_cache *pc; local
177 for (pc
196 struct uid_sid_cache *pc; local
228 struct gid_sid_cache *pc; local
249 struct gid_sid_cache *pc; local
270 struct gid_sid_cache *pc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dkernprof.h30 unsigned long pc; member in struct:frame_info
35 #define frame_get_pc(p) ((p)->pc)
48 unsigned long pc = regs->cp0_epc; local
50 pc = regs->cp0_epc;
67 unsigned int inst = *(unsigned int *)pc;
74 p->pc = regs->cp0_epc;
83 p->pc = regs->cp0_epc;
85 } while (--pc > (unsigned long) &stext);
112 p->pc = this_pc();
127 unsigned int *pc local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A Dpppoe_relay.c79 struct pppoe_con *pc; local
85 pc = get_con(ntohs(tag->tag_len),tag->tag_data);
87 if( !pc ) return 0;
91 if( memcmp(pc->client , p_in->addr.sll_addr , ETH_ALEN ) == 0 ){
93 memcpy(p_in->addr.sll_addr, pc->server, ETH_ALEN);
97 if( memcmp(pc->server, MAC_BCAST_ADDR, ETH_ALEN) == 0 ){
98 memcpy(pc->server, p_in->addr.sll_addr, ETH_ALEN);
100 }else if( memcmp(pc->server, p_in->addr.sll_addr, ETH_ALEN) !=0){
104 memcpy(p_in->addr.sll_addr, pc->client, ETH_ALEN);
119 struct pppoe_con *pc; local
196 struct pppoe_con *pc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dide-scsi.c94 idescsi_pc_t *pc; /* Current packet command */ member in struct:__anon2453
131 static void idescsi_input_buffers (ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) argument
136 if (pc->sg - (struct scatterlist *) pc->scsi_cmd->request_buffer > pc->scsi_cmd->use_sg) {
141 count = IDE_MIN (pc->sg->length - pc->b_count, bcount);
142 atapi_input_bytes (drive, pc->sg->address + pc->b_count, count);
143 bcount -= count; pc
151 idescsi_output_buffers(ide_drive_t *drive, idescsi_pc_t *pc, unsigned int bcount) argument
175 idescsi_transform_pc1(ide_drive_t *drive, idescsi_pc_t *pc) argument
213 idescsi_transform_pc2(ide_drive_t *drive, idescsi_pc_t *pc) argument
264 idescsi_pc_t *pc = (idescsi_pc_t *) rq->buffer; local
302 get_timeout(idescsi_pc_t *pc) argument
315 idescsi_pc_t *pc=scsi->pc; local
397 idescsi_pc_t *pc = scsi->pc; local
418 idescsi_issue_pc(ide_drive_t *drive, idescsi_pc_t *pc) argument
690 idescsi_set_direction(idescsi_pc_t *pc) argument
704 idescsi_dma_bh(ide_drive_t *drive, idescsi_pc_t *pc) argument
762 idescsi_pc_t *pc = NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dirq_impl.h46 alpha_do_profile(unsigned long pc) argument
60 pc -= (unsigned long) &_stext;
61 pc >>= prof_shift;
67 if (pc > prof_len - 1)
68 pc = prof_len - 1;
69 atomic_inc((atomic_t *)&prof_buffer[pc]);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/include/
H A Ddisasm.h57 void disasm_inst(char *buf, int buf_size, uint32_t inst, uint64_t pc);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Ddelay.S29 RETINSTR(moveq,pc,lr)
38 RETINSTR(movcc,pc,lr)
40 RETINSTR(movcc,pc,lr)
42 RETINSTR(movcc,pc,lr)
44 RETINSTR(movcc,pc,lr)
46 RETINSTR(movcc,pc,lr)
48 RETINSTR(movcc,pc,lr)
50 RETINSTR(movcc,pc,lr)
53 RETINSTR(mov,pc,lr)
H A Decard.S32 mov lr, pc
33 mov pc, r2
34 LOADREGS(fd, sp!, {r4 - r12, pc})
44 mov lr, pc
45 add pc, r1, #8
46 LOADREGS(fd, sp!, {r4 - r12, pc})
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dprocess.c53 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) argument
59 regs->cp0_epc = pc;
175 unsigned long frame, pc; local
180 pc = thread_saved_pc(&p->thread);
181 if (pc < first_sched || pc >= last_sched) {
182 return pc;
185 if (pc >= (unsigned long) sleep_on_timeout)
187 if (pc >= (unsigned long) sleep_on)
189 if (pc >
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dprocess.c52 void start_thread(struct pt_regs * regs, unsigned long pc, unsigned long sp) argument
63 regs->cp0_epc = pc;
168 unsigned long frame, pc; local
173 pc = thread_saved_pc(&p->thread);
174 if (pc < first_sched || pc >= last_sched)
177 if (pc >= (unsigned long) sleep_on_timeout)
179 if (pc >= (unsigned long) sleep_on)
181 if (pc >= (unsigned long) interruptible_sleep_on_timeout)
183 if (pc >
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dide-floppy.c275 idefloppy_pc_t *pc; /* Current packet command */ member in struct:__anon1368
717 static void idefloppy_input_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
719 struct request *rq = pc->rq;
724 if (pc->b_count == bh->b_size) {
729 pc->b_count = 0;
736 count = IDEFLOPPY_MIN (bh->b_size - pc->b_count, bcount);
737 atapi_input_bytes (drive, bh->b_data + pc->b_count, count);
738 bcount -= count; pc->b_count += count;
742 static void idefloppy_output_buffers (ide_drive_t *drive, idefloppy_pc_t *pc, unsigned int bcount) argument
744 struct request *rq = pc
770 idefloppy_update_buffers(ide_drive_t *drive, idefloppy_pc_t *pc) argument
785 idefloppy_queue_pc_head(ide_drive_t *drive,idefloppy_pc_t *pc,struct request *rq) argument
863 idefloppy_init_pc(idefloppy_pc_t *pc) argument
875 idefloppy_create_request_sense_cmd(idefloppy_pc_t *pc) argument
891 idefloppy_pc_t *pc; local
912 idefloppy_pc_t *pc=floppy->pc; local
1092 idefloppy_issue_pc(ide_drive_t *drive, idefloppy_pc_t *pc) argument
1184 idefloppy_create_prevent_cmd(idefloppy_pc_t *pc, int prevent) argument
1195 idefloppy_create_read_capacity_cmd(idefloppy_pc_t *pc) argument
1204 idefloppy_create_format_unit_cmd(idefloppy_pc_t *pc, int b, int l, int flags) argument
1228 idefloppy_create_mode_sense_cmd(idefloppy_pc_t *pc, byte page_code, byte type) argument
1251 idefloppy_create_start_stop_cmd(idefloppy_pc_t *pc, int start) argument
1258 idefloppy_create_test_unit_ready_cmd(idefloppy_pc_t *pc) argument
1264 idefloppy_create_rw_cmd(idefloppy_floppy_t *floppy, idefloppy_pc_t *pc, struct request *rq, unsigned long sector) argument
1300 idefloppy_pc_t *pc; local
1343 idefloppy_queue_pc_tail(ide_drive_t *drive,idefloppy_pc_t *pc) argument
1360 idefloppy_pc_t pc; local
1401 idefloppy_pc_t pc; local
1427 idefloppy_pc_t pc; local
1521 idefloppy_pc_t pc; local
1604 idefloppy_pc_t pc; local
1638 idefloppy_pc_t pc; local
1683 idefloppy_pc_t pc; local
1763 idefloppy_pc_t pc; local
1817 idefloppy_pc_t pc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dgetdate.y674 lookup_zone (parser_control const *pc, char const *name)
679 for (tp = pc->local_time_zone_table; tp->name; tp++)
718 lookup_word (parser_control const *pc, char *word)
744 if ((tp = lookup_zone (pc, word)))
780 if (i && (tp = lookup_zone (pc, word)))
787 yylex (YYSTYPE *lvalp, parser_control *pc)
794 while (c = *pc->input, ISSPACE (c))
795 pc->input++;
805 c = *++pc->input;
812 p = pc
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dkernprof.h34 unsigned long pc; /* saved eip */ member in struct:frame_info
39 #define frame_get_pc(p) ((p)->pc)
59 unsigned long pc = regs->eip; local
64 p->pc = pc;
67 if (*(unsigned char *)pc == 0x55) /* right at pushl %ebp */
68 p->pc = *p->limits.top;
70 p->pc = pc;
80 p->pc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dkernprof.h34 unsigned long pc; /* saved eip */ member in struct:frame_info
39 #define frame_get_pc(p) ((p)->pc)
59 unsigned long pc = regs->eip; local
64 p->pc = pc;
67 if (*(unsigned char *)pc == 0x55) /* right at pushl %ebp */
68 p->pc = *p->limits.top;
70 p->pc = pc;
80 p->pc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dsymlink.c42 struct pathComponent *pc; local
48 pc = (struct pathComponent *)(from + elen);
49 switch (pc->componentType)
52 if (pc->lengthComponentIdent == 0)
68 memcpy(p, pc->componentIdent, pc->lengthComponentIdent);
69 p += pc->lengthComponentIdent;
72 elen += sizeof(struct pathComponent) + pc->lengthComponentIdent;

Completed in 127 milliseconds

1234567891011>>