tag | line | file | source code |
pcb_struct | 22 | arch/alpha/boot/main.c | struct pcb_struct * pcb_va, struct pcb_struct * pcb_pa, |
pcb_struct | 68 | arch/alpha/boot/main.c | struct pcb_struct * find_pa(unsigned long *vptb, struct pcb_struct * pcb) |
pcb_struct | 77 | arch/alpha/boot/main.c | return (struct pcb_struct *) result; |
pcb_struct | 97 | arch/alpha/boot/main.c | #define pcb_va ((struct pcb_struct *) 0x20000000) |
pcb_struct | 105 | arch/alpha/boot/main.c | struct pcb_struct * pcb_pa; |
pcb_struct | 256 | drivers/net/3c505.c | pcb_struct tx_pcb; /* PCB for foreground sending */ |
pcb_struct | 257 | drivers/net/3c505.c | pcb_struct rx_pcb; /* PCB for foreground receiving */ |
pcb_struct | 258 | drivers/net/3c505.c | pcb_struct itx_pcb; /* PCB for background sending */ |
pcb_struct | 259 | drivers/net/3c505.c | pcb_struct irx_pcb; /* PCB for background receiving */ |
pcb_struct | 325 | drivers/net/3c505.c | static int start_receive(struct device *, pcb_struct *); |
pcb_struct | 443 | drivers/net/3c505.c | static int send_pcb(struct device *dev, pcb_struct * pcb) |
pcb_struct | 525 | drivers/net/3c505.c | static int receive_pcb(struct device *dev, pcb_struct * pcb) |
pcb_struct | 609 | drivers/net/3c505.c | static int start_receive(struct device *dev, pcb_struct * tx_pcb) |