Searched refs:nodep (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c350 range_index_node_t **nodep = &tree->left;
351 while ((*nodep)->right != NULL)
352 nodep = &(*nodep)->right;
357 tree = *nodep;
358 *nodep = tree->left;
407 range_index_node_t **nodep = &ndx->tree->right;
408 while (*nodep != NULL)
410 range_index_node_t *const node = *nodep;
419 *nodep
347 range_index_node_t **nodep = &tree->left; local
404 range_index_node_t **nodep = &ndx->tree->right; local
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstabs.c62 resolve_tou_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
75 *nodep = new;
82 resolve_fwd_node(tdesc_t *node, tdesc_t **nodep, void *private __unused) argument
93 *nodep = new;
H A Dtraverse.c107 tdtrav_assert(tdesc_t *node __unused, tdesc_t **nodep __unused, void *private __unused)
/freebsd-10.0-release/sys/fs/nandfs/
H A Dnandfs_subr.c629 uint64_t ino, struct nandfs_inode *inode, struct nandfs_node **nodep)
636 *nodep = NULL;
665 *nodep = NULL;
687 *nodep = node;
689 __func__, (uintmax_t)ino, nvp, *nodep));
696 struct nandfs_node **nodep)
709 *nodep = NULL;
723 *nodep = (struct nandfs_node *)nvp->v_data;
747 error = nandfs_get_node_raw(nmp->nm_nandfsdev, nmp, ino, &inode, nodep);
749 *nodep
628 nandfs_get_node_raw(struct nandfs_device *nandfsdev, struct nandfsmount *nmp, uint64_t ino, struct nandfs_inode *inode, struct nandfs_node **nodep) argument
695 nandfs_get_node(struct nandfsmount *nmp, uint64_t ino, struct nandfs_node **nodep) argument
764 nandfs_dispose_node(struct nandfs_node **nodep) argument
[all...]
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h525 } *pathp, *nodep, path[sizeof(void *) << 4]; \
527 nodep = NULL; /* Silence compiler warning. */ \
540 nodep = pathp; \
551 assert(nodep->node == node); \
569 nodep->node = pathp->node; \
571 if (nodep == path) { \
572 rbtree->rbt_root = nodep->node; \
574 if (nodep[-1].cmp < 0) { \
575 rbtn_left_set(a_type, a_field, nodep[-1].node, \
576 nodep
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c1532 const void *nodep; local
1545 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-type", &len);
1546 if (nodep != NULL && len > 0)
1547 type = (const char *)nodep;
1550 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-frequency", &len);
1551 if (nodep != NULL && len == sizeof(uint32_t))
1552 speed = fdt32_to_cpu(*(int *)nodep);
/freebsd-10.0-release/sys/mips/nlm/
H A Dboard.c376 struct xlp_node_info *nodep; local
407 nodep = &boardp->nodes[node];
408 naep = &nodep->nae_ivars;
/freebsd-10.0-release/contrib/dialog/
H A Dinputstr.c103 show_tsearch(const void *nodep, const VISIT which, const int depth)
105 const CACHE *p = *(CACHE * const *) nodep;
/freebsd-10.0-release/sys/netgraph/
H A Dng_base.c1642 * string, setting *nodep to "NODE" (or NULL if none) and *pathp
1649 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) argument
1704 if (nodep)
1705 *nodep = node;
H A Dng_socket.c765 ngs_constructor(node_p nodep) argument
H A Dnetgraph.h1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
/freebsd-10.0-release/sys/netgraph/atm/
H A Dng_atm.c1357 ng_atm_constructor(node_p nodep) argument
/freebsd-10.0-release/contrib/gcc/
H A Dtree-inline.c1314 inline_forbidden_p_1 (tree *nodep, int *walk_subtrees ATTRIBUTE_UNUSED, argument
1317 tree node = *nodep;
/freebsd-10.0-release/sys/dev/mn/
H A Dif_mn.c280 ngmn_shutdown(node_p nodep) argument

Completed in 229 milliseconds