Searched refs:pfirst (Results 1 - 7 of 7) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dprimegen.c1283 find_x931_prime (const gcry_mpi_t pfirst)
1288 prime = gcry_mpi_copy (pfirst);
1280 find_x931_prime(const gcry_mpi_t pfirst) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsocksys.c114 sock->pfirst = sock->plast = NULL;
130 it = sock->pfirst;
153 if (sock && sock->pfirst) {
155 if (sock->pfirst->pri == MSG_HIPRI)
H A Dsocksys.h204 struct T_primsg *pfirst, *plast; member in struct:sol_socket_struct
H A Dtimod.c167 it->next = sock->pfirst;
168 sock->pfirst = it;
187 sock->pfirst = it;
649 SOLDD(("%p %p\n", sock->pfirst, sock->pfirst ? sock->pfirst->next : NULL));
650 if ( ctl_maxlen > 0 && !sock->pfirst && SOCKET_I(ino)->type == SOCK_STREAM
669 /* ! ( l<0 || ( l>=0 && ( ! pfirst || (flags == HIPRI && pri != HIPRI) ) ) ) */
670 /* ( ! l<0 && ! ( l>=0 && ( ! pfirst || (flags == HIPRI && pri != HIPRI) ) ) ) */
671 /* ( l>=0 && ( ! l>=0 || ! ( ! pfirst || (flag
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.c888 int pfirst, /* index of first pointer to log */
898 first = (int)((xfs_caddr_t)&pp[pfirst - 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_bmap_btree.c1012 int pfirst,
1021 XFS_BMBT_TRACE_ARGBII(cur, bp, pfirst, plast);
1031 first = (int)((xfs_caddr_t)&pp[pfirst - 1] - (xfs_caddr_t)block);
1009 xfs_bmbt_log_ptrs( xfs_btree_cur_t *cur, xfs_buf_t *bp, int pfirst, int plast) argument
H A Dxfs_ialloc_btree.c794 int pfirst, /* index of first pointer to log */
804 first = (int)((xfs_caddr_t)&pp[pfirst - 1] - (xfs_caddr_t)block);
791 xfs_inobt_log_ptrs( xfs_btree_cur_t *cur, xfs_buf_t *bp, int pfirst, int plast) argument

Completed in 118 milliseconds