Home
last modified time | relevance | path

Searched +full:pd +full:- +full:node (Results 1 – 25 of 184) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl-ss-adma.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 /delete-node/ &asrc1;
7 /delete-node/ &asrc1_lpcg;
8 /delete-node/ &adc1;
9 /delete-node/ &adc1_lpcg;
10 /delete-node/ &amix;
11 /delete-node/ &amix_lpcg;
12 /delete-node/ &edma1;
13 /delete-node/ &esai0;
14 /delete-node/ &esai0_lpcg;
[all …]
H A Dimx8qm-ss-audio.dtsi1 // SPDX-License-Identifier: GPL-2.0+
7 /delete-node/ &acm;
8 /delete-node/ &sai4;
9 /delete-node/ &sai5;
10 /delete-node/ &sai4_lpcg;
11 /delete-node/ &sai5_lpcg;
37 power-domains = <&pd IMX_SC_R_ASRC_0>;
43 clock-indices = <IMX_LPCG_CLK_0>, <IMX_LPCG_CLK_2>;
44 clock-output-names = "asrc0_lpcg_ipg_clk", "asrc0_lpcg_mem_clk";
67 power-domains = <&pd IMX_SC_R_ASRC_1>;
[all …]
H A Dimx8dxl-ss-conn.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 /delete-node/ &enet1_lpcg;
7 /delete-node/ &fec2;
10 conn_enet0_root_clk: clock-conn-enet0-root {
11 compatible = "fixed-clock";
12 #clock-cells = <0>;
13 clock-frequency = <250000000>;
14 clock-output-names = "conn_enet0_root_clk";
17 clk_dummy: clock-dummy {
18 compatible = "fixed-clock";
[all …]
/freebsd/stand/efi/libefi/
H A Defipart.c1 /*-
123 if (dev->dv_type == DEVT_DISK) in efiblk_get_pdinfo_list()
125 if (dev->dv_type == DEVT_CD) in efiblk_get_pdinfo_list()
127 if (dev->dv_type == DEVT_FD) in efiblk_get_pdinfo_list()
137 pdinfo_t *pd = NULL; in efiblk_get_pdinfo() local
139 pdi = efiblk_get_pdinfo_list(dev->d_dev); in efiblk_get_pdinfo()
141 return (pd); in efiblk_get_pdinfo()
143 STAILQ_FOREACH(pd, pdi, pd_link) { in efiblk_get_pdinfo()
144 if (pd->pd_unit == dev->d_unit) in efiblk_get_pdinfo()
145 return (pd); in efiblk_get_pdinfo()
[all …]
/freebsd/contrib/unbound/services/
H A Dlocalzone.c2 * services/localzone.c - local zones authority service.
65 RBTREE_FOR(d, struct local_data*, &z->data) { in local_zone_out()
66 for(p = d->rrsets; p; p = p->next) { in local_zone_out()
67 log_nametypeclass(NO_VERBOSE, "rrset", d->name, in local_zone_out()
68 ntohs(p->rrset->rk.type), in local_zone_out()
69 ntohs(p->rrset->rk.rrset_class)); in local_zone_out()
78 lock_rw_rdlock(&z->lock); in local_zone_print()
80 local_zone_type2str(z->type)); in local_zone_print()
81 log_nametypeclass(NO_VERBOSE, buf, z->name, 0, z->dclass); in local_zone_print()
83 lock_rw_unlock(&z->lock); in local_zone_print()
[all …]
H A Drpz.c2 * services/rpz.c - rpz service
71 case RPZ_NXDOMAIN_ACTION: return "rpz-nxdomain"; in rpz_action_to_string()
72 case RPZ_NODATA_ACTION: return "rpz-nodata"; in rpz_action_to_string()
73 case RPZ_PASSTHRU_ACTION: return "rpz-passthru"; in rpz_action_to_string()
74 case RPZ_DROP_ACTION: return "rpz-drop"; in rpz_action_to_string()
75 case RPZ_TCP_ONLY_ACTION: return "rpz-tcp-only"; in rpz_action_to_string()
76 case RPZ_INVALID_ACTION: return "rpz-invalid"; in rpz_action_to_string()
77 case RPZ_LOCAL_DATA_ACTION: return "rpz-local-data"; in rpz_action_to_string()
78 case RPZ_DISABLED_ACTION: return "rpz-disabled"; in rpz_action_to_string()
79 case RPZ_CNAME_OVERRIDE_ACTION: return "rpz-cname-override"; in rpz_action_to_string()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td1 //===-- X86InstrUtils.td - X86 Instruction Utilities --------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
15 //===----------------------------------------------------------------------===//
17 // Prefix byte classes which are used to indicate to the ad-hoc machine code
39 class PD { Prefix OpPrefix = PD; }
59 // Specify AVX512 8-bit compressed displacement encoding based on the vector
67 class AVX512BIi8Base : TB, PD {
[all …]
H A DX86InstrArithmetic.td1 //===-- X86InstrArithmetic.td - Integer Arithmetic Instrs --*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
15 // LEA - Load Effective Address
47 //===----------------------------------------------------------------------===//
67 multiclass Mul<bits<8> o, string m, Format RegMRM, Format MemMRM, SDPatternOperator node> {
71 // FIXME: Used for 8-bit mul, ignore result upper 8 bits.
76 [(set AL, (node AL, GR8:$src1)), (implicit EFLAGS)]>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dfsl,scu-pd.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/fsl,scu-p
[all...]
H A Drenesas,sysc-rmobile.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/power/renesas,sysc-rmobil
[all...]
H A Drockchip,power-controller.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/power/rockchip,power-controller.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Elaine Zhang <zhangqing@rock-chips.com>
11 - Heiko Stuebner <heiko@sntech.de>
18 Power domains contained within power-controller node are
20 Documentation/devicetree/bindings/power/power-domain.yaml.
23 "power-domains" property that is a phandle for the
24 power domain node representing the domain.
[all …]
/freebsd/contrib/ofed/librdmacm/examples/
H A Dudaddy.c2 * Copyright (c) 2005-2006 Intel Corporation. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
51 struct ibv_pd *pd; member
80 static int create_message(struct cmatest_node *node) in create_message() argument
88 node->mem = malloc(message_size + sizeof(struct ibv_grh)); in create_message()
89 if (!node->mem) { in create_message()
91 return -1; in create_message()
93 node->mr = ibv_reg_mr(node->pd, node->mem, in create_message()
96 if (!node->mr) { in create_message()
[all …]
H A Dmckey.c2 * Copyright (c) 2005-2007 Intel Corporation. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
53 struct ibv_pd *pd; member
85 static int create_message(struct cmatest_node *node) in create_message() argument
93 node->mem = malloc(message_size + sizeof(struct ibv_grh)); in create_message()
94 if (!node->mem) { in create_message()
96 return -1; in create_message()
98 node->mr = ibv_reg_mr(node->pd, node->mem, in create_message()
101 if (!node->mr) { in create_message()
[all …]
H A Dcmatose.c2 * Copyright (c) 2005-2006,2011-2012 Intel Corporation. All rights reserved.
14 * - Redistributions of source code must retain the above
18 * - Redistributions in binary form must reproduce the above
51 struct ibv_pd *pd; member
84 static int create_message(struct cmatest_node *node) in create_message() argument
92 node->mem = malloc(message_size); in create_message()
93 if (!node->mem) { in create_message()
95 return -1; in create_message()
97 node->mr = ibv_reg_mr(node->pd, node->mem, message_size, in create_message()
99 if (!node->mr) { in create_message()
[all …]
/freebsd/contrib/unbound/respip/
H A Drespip.c2 * respip/respip.c - filtering response IP module
31 /** Subset of resp_addr.node, used for inform-variant logging */
38 /** Query state regarding the response-ip module. */
52 /** Per query state for the response-ip module. */
63 set->region = regional_create(); in respip_set_create()
64 if(!set->region) { in respip_set_create()
68 addr_tree_init(&set->ip_tree); in respip_set_create()
69 lock_rw_init(&set->lock); in respip_set_create()
77 struct resp_addr* r = (struct resp_addr*)n->key; in resp_addr_del()
78 lock_rw_destroy(&r->lock); in resp_addr_del()
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_anchor.c2 * validator/val_anchor.c - validator trust anchor storage.
66 if(n1->dclass != n2->dclass) { in anchor_cmp()
67 if(n1->dclass < n2->dclass) in anchor_cmp()
68 return -1; in anchor_cmp()
71 return dname_lab_cmp(n1->name, n1->namelabs, n2->name, n2->namelabs, in anchor_cmp()
81 a->tree = rbtree_create(anchor_cmp); in anchors_create()
82 if(!a->tree) { in anchors_create()
86 a->autr = autr_global_create(); in anchors_create()
87 if(!a->autr) { in anchors_create()
91 lock_basic_init(&a->lock); in anchors_create()
[all …]
/freebsd/sys/fs/pseudofs/
H A Dpseudofs_vnops.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2001 Dag-Erling Smørgrav
56 KASSERT((pn)->pn_type == pfstype_root || \
57 (pn)->pn_type == pfstype_dir || \
58 (pn)->pn_type == pfstype_procdir, \
59 ("%s(): VDIR vnode refers to non-directory pfs_node", __func__))
62 KASSERT((pn)->pn_type == pfstype_file, \
63 ("%s(): VREG vnode refers to non-file pfs_node", __func__))
66 KASSERT((pn)->pn_type == pfstype_symlink, \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/arm/freescale/
H A Dfsl,scu.txt2 --------------------------------------------------------------------
4 The System Controller Firmware (SCFW) is a low-level system function
5 which runs on a dedicated Cortex-M core to provide power, clock, and
9 The AP communicates with the SC using a multi-ported MU module found
16 System Controller Device Node:
19 The scu node with the following properties shall be under the /firmware/ node.
22 -------------------
23 - compatible: should be "fsl,imx-scu".
24 - mbox-names: should include "tx0", "tx1", "tx2", "tx3",
27 - mboxes: List of phandle of 4 MU channels for tx, 4 MU channels for
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt6002-j375d.dts1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
5 * target-type: J375d
10 /dts-v1/;
13 #include "t600x-j375.dtsi"
16 compatible = "apple,j375d", "apple,t6002", "apple,arm-platform";
22 /* front-right */
23 hpm4: usb-pd@39 {
26 interrupt-parent = <&pinctrl_ap>;
28 interrupt-names = "irq";
31 /* front-left */
[all …]
/freebsd/sys/i386/i386/
H A Dbios.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
94 for (cv = (u_int8_t *)sdh, ck = 0, i = 0; i < (sdh->len * 16); i++) { in bios32_init()
98 if ((ck == 0) && (BIOS_START <= sdh->entry ) && in bios32_init()
99 (sdh->entry < (BIOS_START + BIOS_SIZE))) { in bios32_init()
100 bios32_SDCI = BIOS_PADDRTOVADDR(sdh->entry); in bios32_init()
104 sdh->entr in bios32_init()
551 struct pnp_sysdev node; global() member
571 struct pnp_sysdev *pd; pnpbios_identify() local
[all...]
/freebsd/contrib/libpcap/
H A Dpcap-dag.c2 * pcap-dag.c: Packet capture interface for Endace DAG cards.
18 #include "pcap-int.h"
35 #include "pcap-dag.h"
218 for (prev = NULL, curr = pcap_dags; curr != NULL && curr->p != p; prev = curr, curr = curr->next) { in delete_pcap_dag()
222 if (curr != NULL && curr->p == p) { in delete_pcap_dag()
224 prev->next = curr->next; in delete_pcap_dag()
226 pcap_dags = curr->next; in delete_pcap_dag()
239 struct pcap_dag *pd = p->priv; in dag_platform_cleanup() local
241 if(dag_stop_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup()
244 if(dag_detach_stream(p->fd, pd->dag_stream) < 0) in dag_platform_cleanup()
[all …]
/freebsd/sys/kern/
H A Duipc_mqueue.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2016-2017 Robert N. M. Watson
10 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
103 /* node types */
133 * mqfs_node: describes a node (file or directory) within a mqfs
157 #define VTON(vp) (((struct mqfs_vdata *)((vp)->v_data))->mv_node)
158 #define VTOMQ(vp) ((struct mqueue *)(VTON(vp)->mn_data))
159 #define VFSTOMQFS(m) ((struct mqfs_info *)((m)->mnt_data))
161 (fp)->f_data)->mn_data))
[all …]
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Ro
[all...]
/freebsd/sys/geom/raid/
H A Dmd_promise.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2000 - 2008 Søren Schmidt <sos@FreeBSD.org>
122 uint64_t rebuild_lba64; /* Per-volume rebuild position. */
198 printf("promise_id <%.24s>\n", meta->promise_id); in g_raid_md_promise_print()
200 meta->disk.flags, meta->disk.number, meta->disk.channel, in g_raid_md_promise_print()
201 meta->disk.device, meta->disk.id); in g_raid_md_promise_print()
202 printf("disk_offset %u\n", meta->disk_offset); in g_raid_md_promise_print()
203 printf("disk_sectors %u\n", meta->disk_sectors); in g_raid_md_promise_print()
204 printf("disk_rebuild %u\n", meta->disk_rebuild); in g_raid_md_promise_print()
[all …]
H A Dmd_jmicron.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2000 - 2008 Søren Schmidt <sos@FreeBSD.org>
148 printf("signature <%c%c>\n", meta->signature[0], meta->signature[1]); in g_raid_md_jmicron_print()
149 printf("version %04x\n", meta->version); in g_raid_md_jmicron_print()
150 printf("checksum 0x%04x\n", meta->checksum); in g_raid_md_jmicron_print()
151 printf("disk_id 0x%08x\n", meta->disk_id); in g_raid_md_jmicron_print()
152 printf("offset 0x%08x\n", meta->offset); in g_raid_md_jmicron_print()
153 printf("disk_sectors_high 0x%08x\n", meta->disk_sectors_high); in g_raid_md_jmicron_print()
154 printf("disk_sectors_low 0x%04x\n", meta->disk_sectors_low); in g_raid_md_jmicron_print()
[all …]

12345678