Home
last modified time | relevance | path

Searched refs:nextp (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dsxwindow.h196 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.4.37.9/drivers/usb/host/
Dehci-dbg.c346 char **nextp, in qh_lines() argument
356 char *next = *nextp; in qh_lines()
432 *nextp = next; in qh_lines()
/linux-2.4.37.9/fs/xfs/
Dxfs_log_recover.c1599 xfs_buf_cancel_t *nextp; in xlog_recover_do_buffer_pass1() local
1656 nextp = *bucket; in xlog_recover_do_buffer_pass1()
1657 while (nextp != NULL) { in xlog_recover_do_buffer_pass1()
1658 if (nextp->bc_blkno == blkno && nextp->bc_len == len) { in xlog_recover_do_buffer_pass1()
1659 nextp->bc_refcount++; in xlog_recover_do_buffer_pass1()
1662 prevp = nextp; in xlog_recover_do_buffer_pass1()
1663 nextp = nextp->bc_next; in xlog_recover_do_buffer_pass1()
Dxfs_rtalloc.c237 xfs_rtblock_t *nextp, /* out: next block to try */ in xfs_rtallocate_extent_block() argument
331 *nextp = next; in xfs_rtallocate_extent_block()
/linux-2.4.37.9/drivers/ide/ppc/
Dpmac.c944 struct device_node *p, *nextp, **pp, *removables, **rp; in pmac_ide_probe() local
962 for (; p != NULL; p = nextp) { in pmac_ide_probe()
963 nextp = p->next; in pmac_ide_probe()