Home
last modified time | relevance | path

Searched refs:node (Results 776 – 800 of 1648) sorted by relevance

1...<<31323334353637383940>>...66

/freebsd-12.1/sys/mips/nlm/
H A Dxlp.h65 uint32_t xlp_get_cpu_frequency(int node, int core);
66 int nlm_set_device_frequency(int node, int devtype, int frequency);
/freebsd-12.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.keys.texi1 @node ntp.keys Notes
126 @node ntp.keys Files
132 @node ntp.keys See Also
139 @node ntp.keys Notes
/freebsd-12.1/sys/dev/mmc/host/
H A Ddwmmc.c412 phandle_t node; in parse_fdt() local
419 if ((node = ofw_bus_get_node(sc->dev)) == -1) in parse_fdt()
423 if (OF_getencprop(node, "bus-width", &bus_width, sizeof(uint32_t)) <= 0) in parse_fdt()
431 if (OF_getencprop(node, "max-frequency", &sc->max_hz, sizeof(uint32_t)) <= 0) in parse_fdt()
435 if ((len = OF_getproplen(node, "fifo-depth")) > 0) { in parse_fdt()
436 OF_getencprop(node, "fifo-depth", dts_value, len); in parse_fdt()
442 if ((len = OF_getproplen(node, "num-slots")) > 0) { in parse_fdt()
444 OF_getencprop(node, "num-slots", dts_value, len); in parse_fdt()
449 if ((len = OF_getproplen(node, "clock-frequency")) > 0) { in parse_fdt()
450 OF_getencprop(node, "clock-frequency", dts_value, len); in parse_fdt()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c599 iidesc_t *node = data; in iidesc_match() local
603 if (node->ii_type != iif->iif_template->ii_type || in iidesc_match()
604 !streq(node->ii_name, iif->iif_template->ii_name) || in iidesc_match()
605 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
608 if ((node->ii_type == II_SVAR || node->ii_type == II_SFUN) && in iidesc_match()
609 !streq(node->ii_owner, iif->iif_template->ii_owner)) in iidesc_match()
612 if (node->ii_nargs != iif->iif_template->ii_nargs) in iidesc_match()
615 for (i = 0; i < node->ii_nargs; i++) { in iidesc_match()
618 node->ii_args[i]->t_id) in iidesc_match()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-cr16.texi7 @node CR16-Dependent
11 @node Machine Dependencies
20 @node CR16 Operand Qualifiers
H A Dc-avr.texi8 @node AVR-Dependent
13 @node Machine Dependencies
24 @node AVR Options
82 @node AVR Syntax
90 @node AVR-Chars
107 @node AVR-Regs
127 @node AVR-Modifiers
212 @node AVR Opcodes
H A Das.texinfo167 @node Top
1595 @node a
1651 @node D
1659 @node f
1677 @node I
1692 @node K
1714 @node L
1772 @node M
1918 @node o
1948 @node R
[all …]
/freebsd-12.1/sys/dev/gpio/
H A Dgpiokeys.c259 gpiokeys_attach_key(struct gpiokeys_softc *sc, phandle_t node, in gpiokeys_attach_key() argument
274 if (OF_getprop_alloc(node, "label", (void **)&name) == -1) in gpiokeys_attach_key()
275 OF_getprop_alloc(node, "name", (void **)&name); in gpiokeys_attach_key()
282 key->autorepeat = OF_hasprop(node, "autorepeat"); in gpiokeys_attach_key()
292 if ((OF_getprop(node, "debounce-interval", &prop, sizeof(prop))) > 0) in gpiokeys_attach_key()
297 if ((OF_getprop(node, "freebsd,code", &prop, sizeof(prop))) > 0) in gpiokeys_attach_key()
299 else if ((OF_getprop(node, "linux,code", &prop, sizeof(prop))) > 0) { in gpiokeys_attach_key()
310 err = gpio_pin_get_by_ofw_idx(sc->sc_dev, node, 0, &key->pin); in gpiokeys_attach_key()
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi5 @node C Implementation
45 @node Translation implementation
64 @node Environment implementation
80 @node Identifiers implementation
109 @node Characters implementation
196 @node Integers implementation
387 @node Hints implementation
498 @node Qualifiers implementation
545 @node Declarators implementation
557 @node Statements implementation
[all …]
H A Dc-tree.texi10 @node Trees
64 @node Deficiencies
74 @node Tree overview
181 @node Identifiers
227 @node Containers
262 @node Types
600 @node Scopes
624 @node Namespaces
697 @node Classes
1081 @node Adding new DECL node types
[all …]
/freebsd-12.1/sys/gnu/dts/arm64/hisilicon/
H A Dhip07-d05.dts20 /* the mem node will be updated by UEFI. */
24 numa-node-id = <0>;
/freebsd-12.1/sys/dev/acpi_support/
H A Datk0110.c337 const char *node; in aibs_attach_sif() local
345 node = "volt"; in aibs_attach_sif()
350 node = "temp"; in aibs_attach_sif()
355 node = "fan"; in aibs_attach_sif()
416 node, CTLFLAG_RD, NULL, NULL); in aibs_attach_sif()
423 aibs_sensor_added(sc, *so, node, i, &as[i], descr); in aibs_attach_sif()
/freebsd-12.1/sys/sparc64/fhc/
H A Dfhc.c166 phandle_t node; in fhc_attach() local
179 node = ofw_bus_get_node(dev); in fhc_attach()
200 if (OF_getprop(node, "board#", &board, sizeof(board)) == -1) { in fhc_attach()
208 if (OF_getprop_alloc(node, "board-model", (void **)&name) != -1) { in fhc_attach()
230 sc->sc_nrange = OF_getprop_alloc_multi(node, "ranges", in fhc_attach()
282 for (child = OF_child(node); child != 0; child = OF_peer(child)) { in fhc_attach()
/freebsd-12.1/sys/arm64/arm64/
H A Dmp_machdep.c564 cpu_init_fdt(u_int id, phandle_t node, u_int addr_size, pcell_t *reg) in cpu_init_fdt() argument
580 OF_getencprop(node, "numa-node-id", &domain, sizeof(domain)) <= 0) in cpu_init_fdt()
595 phandle_t node; in cpu_mp_start() local
612 node = OF_peer(0); in cpu_mp_start()
614 if (ofw_bus_node_is_compatible(node, in cpu_mp_start()
686 cpu_find_cpu0_fdt(u_int id, phandle_t node, u_int addr_size, pcell_t *reg) in cpu_find_cpu0_fdt() argument
/freebsd-12.1/sys/dev/ctau/
H A Dif_ct.c120 node_p node; member
698 NG_NODE_SET_PRIVATE (d->node, d); in ct_attach()
703 NG_NODE_UNREF (d->node); in ct_attach()
804 if (d->node) { in ct_detach()
805 ng_rmnode_self (d->node); in ct_detach()
806 NG_NODE_UNREF (d->node); in ct_detach()
807 d->node = NULL; in ct_detach()
1715 drv_t *d = NG_NODE_PRIVATE (node); in ng_ct_constructor()
1723 drv_t *d = NG_NODE_PRIVATE (node); in ng_ct_newhook()
2001 drv_t *d = NG_NODE_PRIVATE (node); in ng_ct_rcvmsg()
[all …]
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_io.c317 ocs_io_find_tgt_io(ocs_t *ocs, ocs_node_t *node, uint16_t ox_id, uint16_t rx_id) in ocs_io_find_tgt_io() argument
321 ocs_lock(&node->active_ios_lock); in ocs_io_find_tgt_io()
322 ocs_list_foreach(&node->active_ios, io) in ocs_io_find_tgt_io()
327 ocs_unlock(&node->active_ios_lock); in ocs_io_find_tgt_io()
367 ocs_ddump_value(textbuf, "node_name", "%s", io->node->display_name); in ocs_ddump_io()
/freebsd-12.1/sys/powerpc/mpc85xx/
H A Dfsl_diu.c217 phandle_t node; in diu_set_pxclk() local
222 node = ofw_bus_get_node(device_get_parent(dev)); in diu_set_pxclk()
343 phandle_t node; in diu_attach() local
355 node = ofw_bus_get_node(dev); in diu_attach()
365 if (OF_getprop_alloc(node, "edid", &edid_cells) <= 0) { in diu_attach()
/freebsd-12.1/contrib/gcc/config/i386/
H A Dwinnt.c68 ix86_handle_shared_attribute (tree *node, tree name, in ix86_handle_shared_attribute() argument
72 if (TREE_CODE (*node) != VAR_DECL) in ix86_handle_shared_attribute()
85 ix86_handle_selectany_attribute (tree *node, tree name, in ix86_handle_selectany_attribute() argument
94 if (TREE_CODE (*node) != VAR_DECL || !TREE_PUBLIC (*node)) in ix86_handle_selectany_attribute()
/freebsd-12.1/tools/regression/rpcsec_gss/
H A Drpctest.c355 const char *mechname, *name, *node, *domain; in test_get_principal_name() local
366 node = NULL; in test_get_principal_name()
369 node = argv[3]; in test_get_principal_name()
375 node, domain)) { in test_get_principal_name()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_sman.c106 struct drm_mm_node *node = (struct drm_mm_node *) ref; in drm_sman_mm_free() local
108 drm_mm_put_block(node); in drm_sman_mm_free()
120 struct drm_mm_node *node = (struct drm_mm_node *) ref; in drm_sman_mm_offset() local
121 return node->start; in drm_sman_mm_offset()
/freebsd-12.1/sys/netgraph/
H A DNOTES87 - I've been thinking about this. each node could have a 'colour'
89 hitting a node already of your colour would abort. Each packet
95 use the node ID in the return address field for quick response delivery.
97 Every node has a queue, plus there is a list of nodes that have queued work.
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_.hpp140 typedef typename Node_And_It_Traits::node node; typedef in pb_ds::detail::PB_DS_CLASS_NAME
141 typedef typename Allocator::template rebind<node>::other::const_pointer const_node_pointer;
143 typedef typename Allocator::template rebind<node>::other::pointer node_pointer;
/freebsd-12.1/contrib/unbound/validator/
H A Dval_neg.c217 (void)rbtree_delete(&neg->tree, &p->node); in neg_delete_zone()
252 (void)rbtree_delete(&z->tree, &p->node); in neg_delete_data()
285 lookfor.node.key = &lookfor; in neg_find_zone()
309 lookfor.node.key = &lookfor; in neg_find_data()
376 key.node.key = &key; in neg_closest_zone_parent()
416 key.node.key = &key; in neg_closest_data_parent()
457 zone->node.key = zone; in neg_setup_zone_node()
556 (void)rbtree_insert(&neg->tree, &p->node); in neg_create_zone()
610 el->node.key = el; in neg_setup_data_node()
709 walk = rbtree_next(&el->node); in wipeout()
[all …]
/freebsd-12.1/sys/mips/nlm/dev/net/
H A Dxlpge.h56 int node; /* XLP Node id */ member
99 int node; /* node id (quickread) */ member
/freebsd-12.1/usr.sbin/ypserv/
H A Dypinit.sh307 for node in $NEW_LIST; do
308 echo -n " verify host : [${node}] "
311 HOST_LIST="${HOST_LIST} ${node}"

1...<<31323334353637383940>>...66