| /freebsd-12.1/contrib/gperf/doc/ |
| H A D | gperf.texi | 91 @node Top, Copying, (dir), (dir) 146 @node Copying, Contributors, Top, Top 150 @node Contributors, Motivation, Copying, Top 269 @node Description, Options, Search Structures, Top 854 @node Options, Bugs, Description, Top 871 @node Output File, Input Details, Options, Options 1229 @node Verbosity, , Algorithmic Details, Options 1252 @node Bugs, Projects, Options, Top 1287 @node Projects, Bibliography, Bugs, Top 1314 @node Bibliography, Concept Index, Projects, Top [all …]
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_dma.c | 677 phandle_t node; in bcm_dma_attach() local 692 node = ofw_bus_get_node(sc->sc_dev); in bcm_dma_attach() 693 if (OF_getencprop(node, "brcm,dma-channel-mask", &bcm_dma_channel_mask, in bcm_dma_attach() 695 OF_getencprop(node, "broadcom,channels", &bcm_dma_channel_mask, in bcm_dma_attach()
|
| /freebsd-12.1/usr.sbin/bluetooth/hccontrol/ |
| H A D | Makefile | 9 host_controller_baseband.c info.c status.c node.c hccontrol.c \
|
| /freebsd-12.1/sys/arm/nvidia/drm2/ |
| H A D | tegra_hdmi.c | 1014 phandle_t node; in hdmi_init_client() local 1018 node = ofw_bus_get_node(sc->dev); in hdmi_init_client() 1022 rv = tegra_drm_encoder_attach(&sc->output, node); in hdmi_init_client() 1065 get_fdt_resources(struct hdmi_softc *sc, phandle_t node) in get_fdt_resources() argument 1199 phandle_t node; in hdmi_attach() local 1205 node = ofw_bus_get_node(sc->dev); in hdmi_attach() 1238 rv = get_fdt_resources(sc, node); in hdmi_attach()
|
| /freebsd-12.1/sys/contrib/ipfilter/netinet/ |
| H A D | ip_htable.c | 1231 iphtent_t *node, zn, *nextnode; local 1238 node = NULL; 1266 node = token->ipt_data; 1267 if (node == NULL) { 1277 nextnode = node->ipe_next; 1323 if (node != NULL) { 1325 ipf_htent_deref(softc, node);
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-forces.c | 103 static inline const char *ForCES_node(uint32_t node) in ForCES_node() argument 105 if (node <= 0x3FFFFFFF) in ForCES_node() 107 if (node >= 0x40000000 && node <= 0x7FFFFFFF) in ForCES_node() 109 if (node >= 0xC0000000 && node <= 0xFFFFFFEF) in ForCES_node() 111 if (node == 0xFFFFFFFD) in ForCES_node() 113 if (node == 0xFFFFFFFE) in ForCES_node() 115 if (node == 0xFFFFFFFF) in ForCES_node()
|
| /freebsd-12.1/sys/powerpc/psim/ |
| H A D | iobusvar.h | 49 IOBUS_ACCESSOR(node, NODE, phandle_t)
|
| /freebsd-12.1/contrib/binutils/bfd/doc/ |
| H A D | bfdint.texi | 43 @node Top 68 @node BFD overview 118 @node BFD library users 157 @node BFD view 204 @node BFD blindness 239 @node BFD guidelines 289 @node BFD target vector 1397 @node BFD ELF support 1747 @node BFD ELF future 1774 @node BFD glossary [all …]
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | tcp_conn_limit.h | 69 struct addr_tree_node node; member
|
| /freebsd-12.1/contrib/unbound/services/ |
| H A D | view.h | 68 rbnode_type node; member
|
| H A D | mesh.h | 169 rbnode_type node; member 208 rbnode_type node; member
|
| H A D | outside_network.c | 623 (void)rbtree_delete(outnet->pending, p->node.key); 887 pending_node_del(rbnode_type* node, void* arg) 889 struct pending* pend = (struct pending*)node; 1102 pend->node.key = pend; 1249 pend->node.key = pend; 1404 key.node.key = &key; 1428 sq->node.key = sq; 1483 rbtree_insert(outnet->serviced, &sq->node); 1538 serviced_node_del(&sq->node, NULL); 2139 serviced_node_del(&sq->node, NULL); [all …]
|
| /freebsd-12.1/sys/netgraph/bluetooth/drivers/h4/ |
| H A D | TODO | 6 This is a list of open issues for H4 node
|
| /freebsd-12.1/sys/fs/nandfs/ |
| H A D | nandfs_vfsops.c | 1542 struct nandfs_node *node; in nandfs_root() local 1545 error = nandfs_get_node(nmp, NANDFS_ROOT_INO, &node); in nandfs_root() 1549 KASSERT(NTOV(node)->v_vflag & VV_ROOT, in nandfs_root() 1552 *vpp = NTOV(node); in nandfs_root() 1561 struct nandfs_node *node; in nandfs_vget() local 1564 error = nandfs_get_node(nmp, ino, &node); in nandfs_vget() 1565 if (node) in nandfs_vget() 1566 *vpp = NTOV(node); in nandfs_vget()
|
| /freebsd-12.1/sys/powerpc/powermac/ |
| H A D | smu.c | 285 phandle_t node, child; in smu_attach() local 326 node = ofw_bus_get_node(dev); in smu_attach() 331 smu_attach_fans(dev, node); in smu_attach() 336 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in smu_attach() 349 smu_attach_i2c(dev, node); in smu_attach() 959 phandle_t child, node, root; in smu_count_fans() local 962 node = ofw_bus_get_node(dev); in smu_count_fans() 966 for (root = OF_child(node); root != 0; root = OF_peer(root)) { in smu_count_fans()
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | ixl_iw_int.h | 50 LIST_ENTRY(ixl_iw_pf_entry) node;
|
| /freebsd-12.1/sys/dev/iwn/ |
| H A D | if_iwn.c | 5330 src = (caddr_t)node; in iwn4965_add_node() 5345 return iwn_cmd(sc, IWN_CMD_ADD_NODE, node, sizeof (*node), async); in iwn5000_add_node() 5473 memset(&node, 0, sizeof node); in iwn_add_broadcast_node() 7390 memset(&node, 0, sizeof node); in iwn_run() 7392 node.id = IWN_ID_BSS; in iwn_run() 7468 memset(&node, 0, sizeof node); in iwn_ampdu_rx_start() 7469 node.id = wn->id; in iwn_ampdu_rx_start() 7508 memset(&node, 0, sizeof node); in iwn_ampdu_rx_stop() 7509 node.id = wn->id; in iwn_ampdu_rx_stop() 7595 memset(&node, 0, sizeof node); in iwn_ampdu_tx_start() [all …]
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 314 VCHIQ_DEBUGFS_NODE_T *node = vchiq_instance_get_debugfs_node(instance); in vchiq_debugfs_remove_instance() local 315 debugfs_remove_recursive(node->dentry); in vchiq_debugfs_remove_instance()
|
| /freebsd-12.1/contrib/dtc/ |
| H A D | dtc.c | 44 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() 46 struct node *child; in fill_fullpaths()
|
| /freebsd-12.1/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 83 6.1 KAME node as correspondent node 84 6.2 KAME node as home agent/mobile node 345 node which does proxy NDP. 578 multi-sited node and suppose that more than one interface of the node 1353 translator box, nor SIIT end node (a node in SIIT cloud). 1369 node to be able to construct IPv4 IPsec headers. If a node knows how to 1452 to the node and (2) DAD. 1478 The following items are automatically assigned to the node (or the node will 1781 source IPv6 node 2243 6.1 KAME node as correspondent node [all …]
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-i386.texi | 8 @node i386-Dependent 40 @node i386-Options 124 @node i386-Syntax 300 @node i386-Regs 550 @node i386-Jumps 580 @node i386-Float 637 @node i386-SIMD 666 @node i386-16bit 717 @node i386-Bugs 738 @node i386-Arch [all …]
|
| H A D | c-arm.texi | 8 @node ARM-Dependent 13 @node Machine Dependencies 28 @node ARM Options 282 @node ARM Syntax 290 @node ARM-Chars 313 @node ARM-Regs 320 @node ARM-Relocations 361 @node ARM Floating Point 368 @node ARM Directives 640 @node ARM Opcodes [all …]
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_replic.h | 84 t_List node; member
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_ip_input.c | 111 ngipi_cons(node_p node) in ngipi_cons() argument
|
| /freebsd-12.1/sys/dev/liquidio/ |
| H A D | lio_rxtx.h | 52 struct lio_stailq_node node; member
|