Home
last modified time | relevance | path

Searched defs:node (Results 201 – 225 of 945) sorted by relevance

12345678910>>...38

/freebsd/contrib/pkgconf/cli/bomtool/
H A Dmain.c59 pkgconf_node_t *node; in sbom_name() local
149 pkgconf_node_t *node; in write_sbom_relationships() local
188 pkgconf_node_t *node; in generate_sbom_from_world() local
/freebsd/sys/dev/axgbe/
H A Dif_axgbe.c286 axgbe_get_optional_prop(device_t dev, phandle_t node, const char *name, in axgbe_get_optional_prop()
308 phandle_t node, phy_node; in axgbe_attach() local
592 phandle_t node; in axgbephy_attach() local
/freebsd/sys/dev/usb/misc/
H A Dudbp.c470 udbp_bulk_read_complete(node_p node, hook_p hook, void *arg1, int arg2) in udbp_bulk_read_complete()
586 ng_udbp_constructor(node_p node) in ng_udbp_constructor()
603 ng_udbp_newhook(node_p node, hook_p hook, const char *name) in ng_udbp_newhook()
637 ng_udbp_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_udbp_rcvmsg()
745 ng_udbp_rmnode(node_p node) in ng_udbp_rmnode()
/freebsd/sys/netgraph/
H A Dng_device.c119 struct ng_node *node; member
209 ng_device_constructor(node_p node) in ng_device_constructor()
260 ng_device_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_device_rcvmsg()
308 ng_device_newhook(node_p node, hook_p hook, const char *name) in ng_device_newhook()
400 ng_device_shutdown(node_p node) in ng_device_shutdown()
H A Dng_iface.c120 node_p node; /* Our netgraph node */ member
519 ng_iface_constructor(node_p node) in ng_iface_constructor()
572 ng_iface_newhook(node_p node, hook_p hook, const char *name) in ng_iface_newhook()
597 ng_iface_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_iface_rcvmsg()
734 ng_iface_shutdown(node_p node) in ng_iface_shutdown()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmtime.c79 struct node { struct
102 static struct node *nodes; argument
/freebsd/sys/dev/usb/controller/dwc3/
H A Drk_dwc3.c78 phandle_t node; in rk_dwc3_probe() local
100 phandle_t node, child; in rk_dwc3_attach() local
/freebsd/usr.bin/dtc/
H A Dfdt.cc751 node::visit(std::function<visit_behavior(node&, node*)> fn, node *parent) in visit()
778 node::node(input_buffer &structs, input_buffer &strings) : valid(true) in node() function in dtc::fdt::node
854 node::node(const string &n, in node() function in dtc::fdt::node
876 node::node(text_input_buffer &input, in node() function in dtc::fdt::node
1406 root->visit([&](node &n, node *) { in resolve_cross_references() argument
1557 root->visit([&](node &n, node *) { in garbage_collect_marked_nodes() argument
1580 root->visit([&](node &n, node *) { in garbage_collect_marked_nodes() argument
1933 device_tree::create_fragment_wrapper(node_ptr &node, int &fragnum) in create_fragment_wrapper()
1972 device_tree::generate_root(node_ptr &node, int &fragnum) in generate_root()
1989 device_tree::reassign_fragment_numbers(node_ptr &node, int &delta) in reassign_fragment_numbers()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp54 bool ExplodedGraph::shouldCollect(const ExplodedNode *node) { in shouldCollect()
151 void ExplodedGraph::collectNode(ExplodedNode *node) { in collectNode()
179 for (const auto node : ChangedNodes) in reclaimRecentlyAllocatedNodes() local
208 void ExplodedNode::NodeGroup::replaceNode(ExplodedNode *node) { in replaceNode()
/freebsd/sys/arm/qualcomm/
H A Dipq4018_usb_ss_phy.c110 phandle_t node) in ipq4018_usb_ss_usbphy_init_phy()
173 phandle_t node; in ipq4018_usb_ss_usbphy_attach() local
H A Dipq4018_usb_hs_phy.c122 phandle_t node) in ipq4018_usb_hs_usbphy_init_phy()
193 phandle_t node; in ipq4018_usb_hs_usbphy_attach() local
/freebsd/stand/powerpc/ofw/
H A Dofwfdt.c36 add_node_to_fdt(void *buffer, phandle_t node, int fdt_offset) in add_node_to_fdt()
90 phandle_t node; in ofwfdt_fixups() local
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c336 static void tree_init_node(struct fs_node *node, in tree_init_node()
349 static void tree_add_node(struct fs_node *node, struct fs_node *parent) in tree_add_node()
362 static int tree_get_node(struct fs_node *node) in tree_get_node()
367 static void nested_down_read_ref_node(struct fs_node *node, in nested_down_read_ref_node()
376 static void nested_down_write_ref_node(struct fs_node *node, in nested_down_write_ref_node()
385 static void down_write_ref_node(struct fs_node *node, bool locked) in down_write_ref_node()
394 static void up_read_ref_node(struct fs_node *node) in up_read_ref_node()
400 static void up_write_ref_node(struct fs_node *node, bool locked) in up_write_ref_node()
407 static void tree_put_node(struct fs_node *node, bool locked) in tree_put_node()
427 static int tree_remove_node(struct fs_node *node, bool locked) in tree_remove_node()
[all …]
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1270 xs_directory(struct xs_transaction t, const char *dir, const char *node, in xs_directory()
1291 xs_exists(struct xs_transaction t, const char *dir, const char *node) in xs_exists()
1304 xs_read(struct xs_transaction t, const char *dir, const char *node, in xs_read()
1321 xs_write(struct xs_transaction t, const char *dir, const char *node, in xs_write()
1342 xs_mkdir(struct xs_transaction t, const char *dir, const char *node) in xs_mkdir()
1355 xs_rm(struct xs_transaction t, const char *dir, const char *node) in xs_rm()
1368 xs_rm_tree(struct xs_transaction xbt, const char *base, const char *node) in xs_rm_tree()
1489 xs_scanf(struct xs_transaction t, const char *dir, const char *node, in xs_scanf()
1514 const char *dir, const char *node, const char *fmt, va_list ap) in xs_vprintf()
1529 xs_printf(struct xs_transaction t, const char *dir, const char *node, in xs_printf()
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c178 struct node { struct
181 char *name; /* name of node */ argument
188 struct node_list subs; argument
208 } u;
812 struct node *node; in parse() local
1105 gen_table(FILE *fp, const struct node *node) in gen_table()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-dbg-tlv.c72 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_add() local
380 struct iwl_dbg_tlv_timer_node *node, *tmp; in iwl_dbg_tlv_del_timers() local
835 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_send_hcmds() local
854 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_apply_config() local
972 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_set_periodic_trigs() local
1054 struct iwl_dbg_tlv_node *node) in iwl_dbg_tlv_override_trig_node()
1137 struct iwl_dbg_tlv_node *node, *match = NULL; in iwl_dbg_tlv_add_active_trigger() local
1166 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_gen_active_trig_list() local
1212 struct iwl_dbg_tlv_node *node; in iwl_dbg_tlv_tp_trigger() local
/freebsd/sys/dev/ofw/
H A Dofw_cpu.c189 ofw_cpu_is_runnable(phandle_t node) in ofw_cpu_is_runnable()
255 phandle_t node; in ofw_cpu_attach() local
410 phandle_t node, child; in ofw_cpu_early_foreach() local
/freebsd/sys/kern/
H A Dsubr_smp.c1131 topo_init_node(struct topo_node *node) in topo_init_node()
1154 struct topo_node *node; in topo_add_node_by_hwid() local
1184 struct topo_node *node; in topo_find_node_by_hwid() local
1206 struct topo_node *node; in topo_promote_child() local
1228 topo_next_node(struct topo_node *top, struct topo_node *node) in topo_next_node()
1250 topo_next_nonchild_node(struct topo_node *top, struct topo_node *node) in topo_next_nonchild_node()
1269 topo_set_pu_id(struct topo_node *node, cpuid_t id) in topo_set_pu_id()
1310 struct topo_node *node; in topo_analyze_table() local
/freebsd/contrib/ofed/infiniband-diags/src/
H A Ddump_fts.c113 void dump_multicast_tables(ibnd_node_t * node, unsigned startlid, in dump_multicast_tables()
305 void dump_unicast_tables(ibnd_node_t * node, int startlid, int endlid, in dump_unicast_tables()
382 void dump_node(ibnd_node_t *node, struct ibmad_port *mad_port, in dump_node()
392 void process_switch(ibnd_node_t * node, void *fabric) in process_switch()
/freebsd/contrib/pkgconf/libpkgconf/
H A Dqueue.c94 pkgconf_node_t *node, *tnode; in pkgconf_queue_free() local
111 pkgconf_node_t *node; in pkgconf_queue_mark_public() local
139 pkgconf_node_t *node; in pkgconf_queue_collect_dependencies_walk() local
/freebsd/tests/sys/netgraph/
H A Dbasic.c62 ATF_TC_HEAD(node, conf) in ATF_TC_HEAD() argument
67 ATF_TC_BODY(node, dummy) in ATF_TC_BODY() argument
/freebsd/sys/arm/nvidia/
H A Dtegra_uart.c167 uart_fdt_get_shift1(phandle_t node) in uart_fdt_get_shift1()
180 phandle_t node; in tegra_uart_probe() local
/freebsd/sys/fs/tmpfs/
H A Dtmpfs_fifoops.c54 struct tmpfs_node *node; in tmpfs_fifo_close() local
/freebsd/sys/dev/ocs_fc/
H A Docs_scsi.c118 ocs_scsi_io_alloc_enable(ocs_node_t *node) in ocs_scsi_io_alloc_enable()
140 ocs_scsi_io_alloc_disable(ocs_node_t *node) in ocs_scsi_io_alloc_disable()
168 ocs_scsi_io_alloc(ocs_node_t *node, ocs_scsi_io_role_e role) in ocs_scsi_io_alloc()
250 ocs_node_t *node = io->node; in _ocs_scsi_io_free() local
2264 ocs_scsi_send_rd_io(ocs_node_t *node, ocs_io_t *io, uint64_t lun, void *cdb, uint32_t cdb_len, in ocs_scsi_send_rd_io()
2303 int32_t ocs_scsi_send_wr_io(ocs_node_t *node, ocs_io_t *io, uint64_t lun, void *cdb, uint32_t cdb_l… in ocs_scsi_send_wr_io()
2344 ocs_scsi_send_wr_io_first_burst(ocs_node_t *node, ocs_io_t *io, uint64_t lun, void *cdb, uint32_t c… in ocs_scsi_send_wr_io_first_burst()
2377 int32_t ocs_scsi_send_nodata_io(ocs_node_t *node, ocs_io_t *io, uint64_t lun, void *cdb, uint32_t c… in ocs_scsi_send_nodata_io()
2414 ocs_scsi_send_tmf(ocs_node_t *node, ocs_io_t *io, ocs_io_t *io_to_abort, uint64_t lun, ocs_scsi_tmf… in ocs_scsi_send_tmf()
2481 static int32_t ocs_scsi_send_io(ocs_hw_io_type_e type, ocs_node_t *node, ocs_io_t *io, uint64_t lun, in ocs_scsi_send_io()
[all …]
/freebsd/sys/arm/ti/
H A Dti_sysc.c272 phandle_t node; in parse_regfields() local
352 phandle_t node; in parse_idle() local
429 phandle_t node, child; in ti_sysc_simplebus_attach_child() local
461 phandle_t node; in ti_sysc_attach() local
572 phandle_t node; in ti_sysc_new_pass() local

12345678910>>...38