Home
last modified time | relevance | path

Searched refs:nodep (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c123 vt_simplefb_node(phandle_t *nodep) in vt_simplefb_node()
138 if (nodep != NULL) in vt_simplefb_node()
139 *nodep = node; in vt_simplefb_node()
121 vt_simplefb_node(phandle_t * nodep) vt_simplefb_node() argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h541 } *pathp, *nodep, path[sizeof(void *) << 4]; \
543 nodep = NULL; /* Silence compiler warning. */ \
556 nodep = pathp; \
566 assert(nodep->node == node); \
584 nodep->node = pathp->node; \
586 if (nodep == path) { \
587 rbtree->rbt_root = nodep->node; \
589 if (nodep[-1].cmp < 0) { \
590 rbtn_left_set(a_type, a_field, nodep[-1].node, \
591 nodep->node); \
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dtraverse.c107 tdtrav_assert(tdesc_t *node __unused, tdesc_t **nodep __unused, void *private __unused) in tdtrav_assert()
/freebsd/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/contrib/ncurses/ncurses/tinfo/
H A Dlib_tparm.c163 visit_nodes(const void *nodep, VISIT which, int depth) in visit_nodes() argument
167 delete_tparm[which_tparm] = *(TPARM_DATA **) nodep; in visit_nodes()
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc412 !if [nmakehlp -f $(CHECKS) "nodep"]
413 !message *** Doing nodep check
/freebsd/sys/netgraph/
H A Dng_base.c1659 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() argument
1714 if (nodep) in ng_path_parse()
1715 *nodep = node; in ng_path_parse()
H A Dng_socket.c783 ngs_constructor(node_p nodep) in ngs_constructor() argument
H A Dnetgraph.h1137 int ng_make_node_common(struct ng_type *typep, node_p *nodep);