Searched refs:plast (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.h204 struct T_primsg *pfirst, *plast; member in struct:sol_socket_struct
H A Dsocksys.c114 sock->pfirst = sock->plast = NULL;
H A Dtimod.c169 if (!sock->plast)
170 sock->plast = it;
184 if (sock->plast)
185 sock->plast->next = it;
188 sock->plast = it;
728 sock->plast = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/basic/
H A Dfixdep.c170 const char * plast = str_config + len_config - len; local
171 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/basic/
H A Dfixdep.c170 const char * plast = str_config + len_config - len; local
171 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.c889 int plast) /* index of last pointer to log */
899 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block);
885 xfs_alloc_log_ptrs( xfs_btree_cur_t *cur, xfs_buf_t *bp, int pfirst, int plast) argument
H A Dxfs_ialloc_btree.c795 int plast) /* index of last pointer to log */
805 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block);
791 xfs_inobt_log_ptrs( xfs_btree_cur_t *cur, xfs_buf_t *bp, int pfirst, int plast) argument
H A Dxfs_bmap_btree.c1013 int plast)
1021 XFS_BMBT_TRACE_ARGBII(cur, bp, pfirst, plast);
1032 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block);
1009 xfs_bmbt_log_ptrs( xfs_btree_cur_t *cur, xfs_buf_t *bp, int pfirst, int plast) argument

Completed in 106 milliseconds