Searched refs:ptable (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dpmon.c38 static pmon_info_t ptable[PMON_MAX_ENTRIES]; variable
43 memset(ptable, 0, sizeof(ptable));
54 if (ptable[i].func == NULL) {
55 ptable[i].func = func;
56 ptable[i].pid = pid;
72 if (ptable[i].pid == pid) {
73 ptable[i].func = NULL;
74 ptable[i].pid = 0;
89 if (ptable[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dmemory.c33 #define PD_PAGE(ptable) (list_entry(ptable, struct page, lru))
38 void __init init_pointer_table(unsigned long ptable) argument
41 unsigned long page = ptable & PAGE_MASK;
42 unsigned char mask = 1 << ((ptable - page)/PTABLE_SIZE);
52 printk("init_pointer_table: %lx, %x\n", ptable, PD_MARKBITS(dp));
102 int free_pointer_table (pmd_t *ptable) argument
105 unsigned long page = (unsigned long)ptable & PAGE_MASK;
106 unsigned char mask = 1 << (((unsigned long)ptable - page)/PTABLE_SIZE);
H A Dinit.c104 extern void init_pointer_table(unsigned long ptable);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c105 * Gave names to the magic fours (size of the ptable end marker).
108 * * Removed old comment about ptable location in flash (it's a CONFIG_ option).
109 * * Variable ptable was initialized twice to the same value.
396 struct partitiontable_entry *ptable; local
439 ptable = (struct partitiontable_entry *)
443 p = (unsigned char*) ptable;
463 && ptable->offset != 0xffffffff
464 && ptable < max_addr
467 axis_partitions[pidx].offset = offset + ptable->offset;
468 axis_partitions[pidx].size = ptable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c288 struct partitiontable_entry *ptable; local
335 ptable = (struct partitiontable_entry *)
339 p = (unsigned char*) ptable;
359 && ptable->offset != 0xffffffff
360 && ptable < max_addr
363 axis_partitions[pidx].offset = offset + ptable->offset + (crisv32_nand_boot ? 16384 : 0);
364 axis_partitions[pidx].size = ptable->size;
369 ptable++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S177 ;; check for correct ptable checksum
179 movu.w [$r3+], $r2 ; ptable length
180 move.d $r2, $r8 ; save for later, length of total ptable
182 move.d [$r3+], $r4 ; ptable checksum
190 ;; ptable is ok. validate each entry.
194 ploop: move.d [$r3+], $r1 ; partition offset (from ptable start)
195 bne notfirst ; check if it is the partition containing ptable
197 move.d $r8, $r1 ; for its checksum check, skip the ptable
199 sub.d $r8, $r2 ; minus the ptable length
203 cmp.d -1, $r1 ; the end of the ptable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eer.c637 static unsigned int dasd_eer_poll(struct file *filp, poll_table *ptable) argument
644 poll_wait(filp, &dasd_eer_read_wait_queue, ptable);

Completed in 85 milliseconds