Searched refs:nodep (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | rb.h | 541 } *pathp, *nodep, path[sizeof(void *) << 4]; \ 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); \ 593 rbtn_right_set(a_type, a_field, nodep[-1].node, \ [all …]
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | board.c | 377 struct xlp_node_info *nodep; in nlm_setup_xlp_board() local 408 nodep = &boardp->nodes[node]; in nlm_setup_xlp_board() 409 naep = &nodep->nae_ivars; in nlm_setup_xlp_board()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-helper-board.c | 1534 const void *nodep; in __cvmx_helper_board_usb_get_clock_type() local 1547 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-type", &len); in __cvmx_helper_board_usb_get_clock_type() 1548 if (nodep != NULL && len > 0) in __cvmx_helper_board_usb_get_clock_type() 1549 type = (const char *)nodep; in __cvmx_helper_board_usb_get_clock_type() 1552 nodep = fdt_getprop(fdt_addr, nodeoffset, "refclk-frequency", &len); in __cvmx_helper_board_usb_get_clock_type() 1553 if (nodep != NULL && len == sizeof(uint32_t)) in __cvmx_helper_board_usb_get_clock_type() 1554 speed = fdt32_to_cpu(*(int *)nodep); in __cvmx_helper_board_usb_get_clock_type()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_base.c | 1655 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() argument 1710 if (nodep) in ng_path_parse() 1711 *nodep = node; in ng_path_parse()
|
| H A D | ng_socket.c | 778 ngs_constructor(node_p nodep) in ngs_constructor() argument
|
| H A D | netgraph.h | 1138 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 1661 ng_path_parse(char *addr, char **nodep, char **pathp, char **hookp) in ng_path_parse() argument 1716 if (nodep) in ng_path_parse() 1717 *nodep = node; in ng_path_parse()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
|