Searched refs:nodep (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/vt/hw/simplefb/ |
H A D | simplefb.c | 123 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 D | rb.h | 541 } *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 D | traverse.c | 107 tdtrav_assert(tdesc_t *node __unused, tdesc_t **nodep __unused, void *private __unused) in tdtrav_assert()
|
/freebsd/contrib/dialog/ |
H A D | inputstr.c | 103 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 D | lib_tparm.c | 163 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 D | rules.vc | 412 !if [nmakehlp -f $(CHECKS) "nodep"] 413 !message *** Doing nodep check
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 1659 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 D | ng_socket.c | 783 ngs_constructor(node_p nodep) in ngs_constructor() argument
|
H A D | netgraph.h | 1137 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
|