Home
last modified time | relevance | path

Searched refs:plast (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/sparc64/solaris/
Dtimod.c169 if (!sock->plast) in timod_queue()
170 sock->plast = it; in timod_queue()
182 if (sock->plast) in timod_queue_end()
183 sock->plast->next = it; in timod_queue_end()
186 sock->plast = it; in timod_queue_end()
722 sock->plast = NULL; in timod_getmsg()
Dsocksys.h204 struct T_primsg *pfirst, *plast; member
Dsocksys.c106 sock->pfirst = sock->plast = NULL; in socksys_open()
/linux-2.4.37.9/scripts/
Dmkdep.c107 const char * plast = str_config + len_config - len; in is_defined_config() local
108 for ( pconfig = str_config + 1; pconfig < plast; pconfig++ ) { in is_defined_config()
/linux-2.4.37.9/fs/xfs/
Dxfs_ialloc_btree.c811 int plast) /* index of last pointer to log */ in xfs_inobt_log_ptrs() argument
821 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_inobt_log_ptrs()
Dxfs_alloc_btree.c887 int plast) /* index of last pointer to log */ in xfs_alloc_log_ptrs() argument
897 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_alloc_log_ptrs()
Dxfs_bmap_btree.c1078 int plast) in xfs_bmbt_log_ptrs() argument
1086 XFS_BMBT_TRACE_ARGBII(cur, bp, pfirst, plast); in xfs_bmbt_log_ptrs()
1097 last = (int)(((xfs_caddr_t)&pp[plast] - 1) - (xfs_caddr_t)block); in xfs_bmbt_log_ptrs()