Searched defs:node (Results 551 - 575 of 882) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c144 static inline const char *ports_nt_str_compat(ibnd_node_t * node) argument
157 char *node_name(ibnd_node_t * node) argument
180 void list_node(ibnd_node_t * node, void *user_data) argument
220 out_ids(ibnd_node_t * node, int group, char *chname, char *out_prefix) argument
258 out_switch_detail(ibnd_node_t * node, char *sw_prefix) argument
272 out_switch(ibnd_node_t * node, int group, char *chname, char *id_prefix, char *sw_prefix) argument
298 out_ca_detail(ibnd_node_t * node, char *ca_prefix) argument
319 out_ca(ibnd_node_t * node, int group, char *chname, char *id_prefix, char *ca_prefix) argument
492 switch_iter_func(ibnd_node_t * node, void *iter_user_data) argument
513 ca_iter_func(ibnd_node_t * node, void *iter_user_data) argument
532 router_iter_func(ibnd_node_t * node, void *iter_user_data) argument
552 ibnd_node_t *node; local
692 dump_ports_report(ibnd_node_t * node, void *user_data) argument
774 diff_iter_out_header(ibnd_node_t * node, struct iter_diff_data *data, int *out_header_flag) argument
[all...]
H A Diblinkinfo.c83 int filterdownport_check(ibnd_node_t * node, ibnd_port_t * port) argument
107 void print_port(ibnd_node_t * node, ibnd_port_t * port, char *out_prefix) argument
261 nodetype_str(ibnd_node_t * node) argument
274 print_node_header(ibnd_node_t *node, int *out_header_flag, char *out_prefix) argument
301 print_node(ibnd_node_t * node, void *user_data) argument
456 diff_node(ibnd_node_t * node, ibnd_fabric_t * orig_fabric, ibnd_fabric_t * new_fabric) argument
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos.c294 static int qos_extports_setup(osm_sm_t * sm, osm_node_t *node, argument
[all...]
H A Dosm_perfmgr_db.c102 static inline perfmgr_db_err_t bad_node_port(db_node_t * node, uint8_t port) argument
112 static inline void mark_port_valid(db_node_t * node, uint8_t port) argument
154 static void free_node(db_node_t * node) argument
164 insert(perfmgr_db_t * db, db_node_t * node) argument
202 db_node_t *node = NULL; local
270 db_node_t *node = NULL; local
358 db_node_t *node = NULL; local
438 db_node_t *node = NULL; local
457 db_node_t *node = NULL; local
509 db_node_t *node = NULL; local
573 db_node_t *node = NULL; local
592 db_node_t *node = NULL; local
613 db_node_t *node = (db_node_t *) p_map_item; local
664 dump_node_mr(db_node_t * node, FILE * fp) argument
796 dump_node_hr(db_node_t * node, FILE * fp, char *port, int err_only) argument
932 db_node_t *node = (db_node_t *) p_map_item; local
954 db_node_t *node; local
974 db_node_t *node; local
1001 cl_map_item_t *node; local
[all...]
H A Dosm_mesh.c604 mesh_node_t *node = s->node; local
816 mesh_node_t *node = p_lash->switches[sw]->node; local
841 mesh_node_t *node = p_lash->switches[sw]->node; local
1138 mesh_node_t *node = s->node; local
1503 mesh_node_t *node = sw->node; local
1545 mesh_node_t *node; local
[all...]
H A Dosm_ucast_mgr.c186 osm_node_t *node = p->p_remote_physp->p_node; local
450 osm_node_t *node = osm_get_node_by_guid(m->p_subn, cl_hton64(guid)); local
502 osm_node_t *node = osm_get_node_by_guid(p_subn, cl_hton64(guid)); local
756 osm_node_t *node = osm_get_node_by_guid(m->p_subn, cl_hton64(guid)); local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Dcmtime.c79 struct node { struct
/freebsd-11-stable/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c111 ibnd_node_t *node; member in struct:ibnd_node_cache
315 ibnd_node_t *node = NULL; local
497 _fill_port(ibnd_fabric_cache_t * fabric_cache, ibnd_node_t * node, ibnd_port_cache_key_t * port_cache_key) argument
535 ibnd_node_t *node; local
810 _cache_node(int fd, ibnd_node_t * node) argument
886 ibnd_node_t *node = NULL; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dappletalk.h115 uint8_t node; member in struct:atNBPtuple
/freebsd-11-stable/sys/dev/pci/
H A Dpci_host_generic.c127 get_addr_size_cells(phandle_t node, pcell_t *addr_cells, pcell_t *size_cells) argument
165 phandle_t node; local
271 phandle_t node; local
793 phandle_t node; local
922 phandle_t parent, node; local
[all...]
/freebsd-11-stable/sys/dev/ofw/
H A Dopenfirm.c92 phandle_t node; member in struct:xrefinfo
117 xrefinfo_create(phandle_t node) argument
176 xrefinfo_add(phandle_t node, phandle_t xref, device_t dev) argument
322 OF_peer(phandle_t node) argument
333 OF_child(phandle_t node) argument
344 OF_parent(phandle_t node) argument
395 OF_getencprop(phandle_t node, const char *propname, pcell_t *buf, size_t len) argument
418 OF_searchprop(phandle_t node, const char *propname, void *buf, size_t len) argument
429 OF_searchencprop(phandle_t node, const char *propname, void *buf, size_t len) argument
593 phandle_t node; local
607 OF_xref_from_node(phandle_t node) argument
[all...]
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_real.c347 ofw_real_peer(ofw_t ofw, phandle_t node) argument
354 cell_t node; member in struct:__anon8400
376 ofw_real_child(ofw_t ofw, phandle_t node) argument
383 cell_t node; member in struct:__anon8401
405 ofw_real_parent(ofw_t ofw, phandle_t node) argument
412 cell_t node; member in struct:__anon8402
[all...]
/freebsd-11-stable/sys/sparc64/pci/
H A Dpsycho.c288 phandle_t node; local
/freebsd-11-stable/sys/arm/mv/
H A Dmpic.c571 phandle_t node; local
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_regulators.c509 as3722_fdt_parse(struct as3722_softc *sc, phandle_t node, struct reg_def *def, argument
552 as3722_attach(struct as3722_softc *sc, phandle_t node, struct reg_def *def) argument
606 as3722_regulator_attach(struct as3722_softc *sc, phandle_t node) argument
[all...]
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_pci.c164 phandle_t node; local
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_mmc.c146 phandle_t node; local
H A Da10_gpio.c621 phandle_t node; local
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_i2c.c382 phandle_t node; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlcode.c130 static int patchtestreg (FuncState *fs, int node, int reg) { argument
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c412 phandle_t node; local
470 phandle_t node; local
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c707 phandle_t node; local
H A Daml8726_mmc.c115 aml8726_mmc_clk(phandle_t node) argument
561 phandle_t node; local
H A Daml8726_mp.c175 phandle_t node; local
203 alloc_resource_for_node(phandle_t node, struct resource *res, u_long *size) argument
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_dma.c676 phandle_t node; local

Completed in 400 milliseconds

<<21222324252627282930>>