/linux-2.6.39/drivers/of/ |
D | pdt.c | 30 struct device_node ***nextp); 198 struct device_node ***nextp) in of_pdt_build_tree() argument 215 *(*nextp) = dp; in of_pdt_build_tree() 216 *nextp = &dp->allnext; in of_pdt_build_tree() 221 of_pdt_prom_ops->getchild(node), nextp); in of_pdt_build_tree() 224 of_pdt_build_more(dp, nextp); in of_pdt_build_tree() 234 struct device_node **nextp; in of_pdt_build_devicetree() local 245 nextp = &allnodes->allnext; in of_pdt_build_devicetree() 247 of_pdt_prom_ops->getchild(allnodes->phandle), &nextp); in of_pdt_build_devicetree()
|
/linux-2.6.39/sound/pci/emu10k1/ |
D | memory.c | 101 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) in search_empty_map_area() argument 115 *nextp = pos; in search_empty_map_area() 128 *nextp = pos; in search_empty_map_area() 131 *nextp = candidate; in search_empty_map_area() 258 struct list_head *p, *nextp; in snd_emu10k1_memblk_map() local 274 for (; p != &emu->mapped_order_link_head; p = nextp) { in snd_emu10k1_memblk_map() 275 nextp = p->next; in snd_emu10k1_memblk_map()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | leon_kernel.c | 301 void __initdata (*prom_amba_init)(struct device_node *dp, struct device_node ***nextp) = 0; 303 void __init leon_node_init(struct device_node *dp, struct device_node ***nextp) in leon_node_init() argument 308 prom_amba_init(dp, nextp); in leon_node_init()
|
/linux-2.6.39/fs/fat/ |
D | fatent.c | 202 u8 *nextp = ent12_p[1] + 1 + (fatent->entry & 1); in fat12_ent_next() local 208 if (nextp < (u8 *)(bhs[0]->b_data + (bhs[0]->b_size - 1))) { in fat12_ent_next() 209 ent12_p[0] = nextp - 1; in fat12_ent_next() 210 ent12_p[1] = nextp; in fat12_ent_next() 216 ent12_p[0] = nextp - 1; in fat12_ent_next() 217 ent12_p[1] = nextp; in fat12_ent_next()
|
/linux-2.6.39/include/linux/ |
D | of_pdt.h | 43 struct device_node ***nextp);
|
/linux-2.6.39/drivers/staging/generic_serial/ |
D | sxwindow.h | 196 PCHAN nextp; /* 0x2E Offset from window base of next channel structure */ member 198 WORD nextp; /* 0x2E Define as WORD if not compiling into download */ member
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | leon_amba.h | 181 void _amba_init(struct device_node *dp, struct device_node ***nextp);
|
D | leon.h | 351 extern void leon_node_init(struct device_node *dp, struct device_node ***nextp);
|
/linux-2.6.39/drivers/usb/host/ |
D | ehci-dbg.c | 431 char **nextp, in qh_lines() argument 441 char *next = *nextp; in qh_lines() 516 *nextp = next; in qh_lines()
|
/linux-2.6.39/fs/jfs/ |
D | jfs_xtree.c | 238 static int xtSearch(struct inode *ip, s64 xoff, s64 *nextp, in xtSearch() argument 366 if (nextp) in xtSearch() 367 *nextp = next; in xtSearch() 476 if (nextp) in xtSearch() 477 *nextp = next; in xtSearch()
|
/linux-2.6.39/kernel/ |
D | workqueue.c | 1698 struct work_struct **nextp) in move_linked_works() argument 1717 if (nextp) in move_linked_works() 1718 *nextp = n; in move_linked_works()
|
/linux-2.6.39/fs/xfs/ |
D | xfs_rtalloc.c | 204 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument 298 *nextp = next; in xfs_rtallocate_extent_block()
|
D | xfs_bmap.c | 5813 xfs_bmbt_rec_t *nextp; /* pointer to next extent */ in xfs_bmap_check_leaf_extents() local 5908 nextp = XFS_BMBT_REC_ADDR(mp, block, j + 1); in xfs_bmap_check_leaf_extents() 5911 xfs_bmbt_disk_get_startoff(nextp)); in xfs_bmap_check_leaf_extents() 5912 ep = nextp; in xfs_bmap_check_leaf_extents()
|
/linux-2.6.39/drivers/net/ixgbe/ |
D | ixgbe_main.c | 1397 u32 nextp = (staterr & IXGBE_RXDADV_NEXTP_MASK) >> in ixgbe_clean_rx_irq() local 1399 next_buffer = &rx_ring->rx_buffer_info[nextp]; in ixgbe_clean_rx_irq()
|