Searched refs:indexp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Duic.c219 const u32 *indexp, *dcrreg; local
231 indexp = of_get_property(node, "cell-index", &len);
232 if (!indexp || (len != sizeof(u32))) {
237 uic->index = *indexp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.h86 struct xfs_da_args *args, int *indexp,
H A Dxfs_dir2_leaf.h249 extern void xfs_dir2_leaf_compact_x1(struct xfs_dabuf *bp, int *indexp,
H A Dxfs_dir2_leaf.c53 int *indexp, xfs_dabuf_t **dbpp);
647 int *indexp, /* insertion index */
664 index = *indexp;
727 *indexp = newindex;
1327 * Fill in indexp with the found index, and dbpp with the data buffer.
1335 int *indexp, /* out: index in leaf block */
1415 *indexp = index;
645 xfs_dir2_leaf_compact_x1( xfs_dabuf_t *bp, int *indexp, int *lowstalep, int *highstalep, int *lowlogp, int *highlogp) argument
1332 xfs_dir2_leaf_lookup_int( xfs_da_args_t *args, xfs_dabuf_t **lbpp, int *indexp, xfs_dabuf_t **dbpp) argument
H A Dxfs_dir2_node.c397 int *indexp, /* out: leaf entry index */
533 *indexp = index;
584 *indexp = index;
622 *indexp = index;
394 xfs_dir2_leafn_lookup_int( xfs_dabuf_t *bp, xfs_da_args_t *args, int *indexp, xfs_da_state_t *state) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dxfrm_policy.c409 char *indexp = NULL; local
427 if (indexp)
429 indexp = *argv;
453 if (!selp && !indexp) {
457 if (selp && indexp)

Completed in 103 milliseconds