Home
last modified time | relevance | path

Searched full:pcs (Results 1 – 25 of 242) sorted by relevance

12345678910

/freebsd/sys/fs/cuse/
H A Dcuse.c188 static void cuse_server_wakeup_all_client_locked(struct cuse_server *pcs);
266 cuse_server_lock(struct cuse_server *pcs) in cuse_server_lock() argument
268 mtx_lock(&pcs->mtx); in cuse_server_lock()
272 cuse_server_unlock(struct cuse_server *pcs) in cuse_server_unlock() argument
274 mtx_unlock(&pcs->mtx); in cuse_server_unlock()
278 cuse_server_is_locked(struct cuse_server *pcs) in cuse_server_is_locked() argument
280 return (mtx_owned(&pcs->mtx)); in cuse_server_is_locked()
340 struct cuse_server *pcs; in cuse_server_get() local
343 error = devfs_get_cdevpriv((void **)&pcs); in cuse_server_get()
348 if (pcs in cuse_server_get()
357 cuse_server_is_closing(struct cuse_server * pcs) cuse_server_is_closing() argument
372 cuse_server_find_command(struct cuse_server * pcs,struct thread * td) cuse_server_find_command() argument
457 cuse_server_alloc_memory(struct cuse_server * pcs,uint32_t alloc_nr,uint32_t page_count) cuse_server_alloc_memory() argument
501 cuse_server_free_memory(struct cuse_server * pcs,uint32_t alloc_nr) cuse_server_free_memory() argument
570 struct cuse_server *pcs; cuse_client_send_command_locked() local
601 struct cuse_server *pcs; cuse_client_got_signal() local
621 struct cuse_server *pcs; cuse_client_receive_command_locked() local
671 struct cuse_server *pcs; cuse_server_free_dev() local
697 cuse_server_unref(struct cuse_server * pcs) cuse_server_unref() argument
746 cuse_server_do_close(struct cuse_server * pcs) cuse_server_do_close() argument
766 struct cuse_server *pcs = arg; cuse_server_free() local
783 struct cuse_server *pcs; cuse_server_open() local
817 struct cuse_server *pcs; cuse_server_close() local
838 cuse_server_ioctl_copy_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_ioctl_copy_locked() argument
945 cuse_server_data_copy_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_data_copy_locked() argument
986 cuse_server_data_copy_optimized_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_data_copy_optimized_locked() argument
1028 cuse_alloc_unit_by_id_locked(struct cuse_server * pcs,int id) cuse_alloc_unit_by_id_locked() argument
1060 cuse_server_wakeup_locked(struct cuse_server * pcs) cuse_server_wakeup_locked() argument
1067 cuse_server_wakeup_all_client_locked(struct cuse_server * pcs) cuse_server_wakeup_all_client_locked() argument
1079 cuse_free_unit_by_id_locked(struct cuse_server * pcs,int id) cuse_free_unit_by_id_locked() argument
1101 struct cuse_server *pcs; cuse_server_ioctl() local
1397 cuse_common_mmap_single(struct cuse_server * pcs,vm_ooffset_t * offset,vm_size_t size,struct vm_object ** object) cuse_common_mmap_single() argument
1440 struct cuse_server *pcs; cuse_server_mmap_single() local
1458 struct cuse_server *pcs; cuse_client_free() local
1487 struct cuse_server *pcs; cuse_client_open() local
1587 struct cuse_server *pcs; cuse_client_close() local
1614 struct cuse_server *pcs = pcc->server; cuse_client_kqfilter_poll() local
1647 struct cuse_server *pcs; cuse_client_read() local
1736 struct cuse_server *pcs; cuse_client_write() local
1826 struct cuse_server *pcs; cuse_client_ioctl() local
1883 struct cuse_server *pcs; cuse_client_poll() local
1958 struct cuse_server *pcs; cuse_client_kqfilter_read_detach() local
1972 struct cuse_server *pcs; cuse_client_kqfilter_write_detach() local
2010 struct cuse_server *pcs; cuse_client_kqfilter() local
[all...]
/freebsd/sys/dev/isp/
H A Disp_pci.c471 struct isp_pcisoftc *pcs = device_get_softc(dev); in isp_pci_attach() local
472 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_attach()
488 pcs->regs = pcs->regs2 = NULL; in isp_pci_attach()
489 pcs->rgd = pcs->rtp = 0; in isp_pci_attach()
537 pcs->rtp = SYS_RES_MEMORY; in isp_pci_attach()
538 pcs->rgd = PCIR_BAR(0); in isp_pci_attach()
539 pcs->regs = bus_alloc_resource_any(dev, pcs->rtp, &pcs->rgd, in isp_pci_attach()
541 pcs->rtp1 = SYS_RES_MEMORY; in isp_pci_attach()
542 pcs->rgd1 = PCIR_BAR(2); in isp_pci_attach()
543 pcs->regs1 = bus_alloc_resource_any(dev, pcs->rtp1, &pcs->rgd1, in isp_pci_attach()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1046-post.dtsi27 pcs-handle = <&qsgmiib_pcs3>;
28 pcs-handle-names = "qsgmii";
42 pcs-handle = <&pcsphy4>, <&qsgmiib_pcs1>;
43 pcs-handle-names = "sgmii", "qsgmii";
48 pcs-handle = <&pcsphy5>, <&pcsphy5>;
49 pcs-handle-names = "sgmii", "qsgmii";
57 pcs-handle = <&pcsphy7>, <&qsgmiib_pcs2>, <&pcsphy7>;
58 pcs-handle-names = "sgmii", "qsgmii", "xfi";
62 qsgmiib_pcs1: ethernet-pcs@1 {
63 compatible = "fsl,lynx-pcs";
[all …]
H A Dfsl-ls1043-post.dtsi27 pcs-handle-names = "qsgmii";
32 pcs-handle = <&pcsphy1>, <&qsgmiib_pcs1>;
33 pcs-handle-names = "sgmii", "qsgmii";
44 pcs-handle = <&pcsphy4>, <&qsgmiib_pcs2>;
45 pcs-handle-names = "sgmii", "qsgmii";
50 pcs-handle = <&pcsphy5>, <&qsgmiib_pcs3>;
51 pcs-handle-names = "sgmii", "qsgmii";
58 qsgmiib_pcs1: ethernet-pcs@1 {
59 compatible = "fsl,lynx-pcs";
63 qsgmiib_pcs2: ethernet-pcs@2 {
[all …]
H A Dfsl-ls1088a-rdb.dts23 pcs-handle = <&pcs2>;
30 pcs-handle = <&pcs3_0>;
37 pcs-handle = <&pcs3_1>;
44 pcs-handle = <&pcs3_2>;
51 pcs-handle = <&pcs3_3>;
58 pcs-handle = <&pcs7_0>;
65 pcs-handle = <&pcs7_1>;
72 pcs-handle = <&pcs7_2>;
79 pcs-handle = <&pcs7_3>;
H A Dfsl-ls1088a-ten64.dts95 pcs-handle = <&pcs1>;
103 pcs-handle = <&pcs2>;
113 pcs-handle = <&pcs3_0>;
120 pcs-handle = <&pcs3_1>;
127 pcs-handle = <&pcs3_2>;
134 pcs-handle = <&pcs3_3>;
142 pcs-handle = <&pcs7_0>;
149 pcs-handle = <&pcs7_1>;
156 pcs-handle = <&pcs7_2>;
163 pcs-handle = <&pcs7_3>;
H A Dfsl-ls208xa.dtsi784 pcs-handle = <&pcs1>;
790 pcs-handle = <&pcs2>;
796 pcs-handle = <&pcs3>;
802 pcs-handle = <&pcs4>;
808 pcs-handle = <&pcs5>;
814 pcs-handle = <&pcs6>;
820 pcs-handle = <&pcs7>;
826 pcs-handle = <&pcs8>;
832 pcs-handle = <&pcs9>;
838 pcs-handle = <&pcs10>;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dnvidia,tegra234-mgbe.yaml49 - const: eee-pcs
50 - const: rx-pcs-input
51 - const: rx-pcs-m
52 - const: rx-pcs
53 - const: tx-pcs
61 - const: pcs
137 "rx-input", "tx", "eee-pcs", "rx-pcs-input", "rx-pcs-m",
138 "rx-pcs", "tx-pcs";
141 reset-names = "mac", "pcs";
H A Dfsl,fman-dtsec.yaml101 description: See pcs-handle.
103 pcs-handle:
108 pcs-handle-names is absent, and phy-connection-type is "xgmii", then the first
109 reference will be assumed to be for "xfi". Otherwise, if pcs-handle-names is
112 pcs-handle-names:
120 description: The type of each PCS in pcsphy-handle.
124 description: A reference to the (TBI-based) PCS
133 pcs-handle-names:
134 - pcs-handle
166 pcs-handle = <&pcsphy4>, <&qsgmiib_pcs1>;
[all …]
H A Dfsl,fman-mdio.yaml41 Fman has internal MDIO for internal PCS(Physical
59 set when reading internal PCS registers. MDIO reads to
60 internal PCS registers may result in having the
64 PCS registers through MDIO. As a workaround, all internal
71 - For "fsl,fman-memac-mdio" compatible internal mdio bus, the PHY is PCS PHY.
72 The PCS PHY address should correspond to the value of the appropriate
H A Dxilinx_axienet.txt30 this to the PCS/PMA PHY is deprecated and should be avoided.
52 PCS/PMA PHY)
74 - pcs-handle: Phandle to the internal PCS/PMA PHY in SGMII or 1000Base-X
75 modes, where "pcs-handle" should be used to point
76 to the PCS/PMA PHY, and "phy-handle" should point to an
H A Dethernet-controller.yaml111 pcs-handle:
116 Specifies a reference to a node representing a PCS PHY device on a MDIO
119 pcs-handle-names:
121 The name of each PCS in pcs-handle.
262 pcs-handle-names: [pcs-handle]
H A Dfsl,qoriq-mc-dpmac.yaml27 pcs-handle:
30 A reference to a node representing a PCS PHY device found on
54 pcs-handle = <&pcs3_1>;
H A Dxlnx,axi-ethernet.yaml101 - description: MGT reference clock (used by optional internal PCS/PMA PHY)
120 pcs-handle:
121 description: Phandle to the internal PCS/PMA PHY in SGMII or 1000Base-X
122 modes, where "pcs-handle" should be used to point to the PCS/PMA PHY,
H A Drenesas,rzn1-gmac.yaml33 pcs-handle:
35 phandle pointing to a PCS sub-node compatible with
62 pcs-handle = <&mii_conv1>;
/freebsd/sys/contrib/device-tree/Bindings/net/pcs/
H A Dfsl,lynx-pcs.yaml4 $id: http://devicetree.org/schemas/net/pcs/fsl,lynx-pcs.yaml#
7 title: NXP Lynx PCS
13 NXP Lynx 10G and 28G SerDes have Ethernet PCS devices which can be used as
19 const: fsl,lynx-pcs
36 qsgmii_pcs1: ethernet-pcs@1 {
37 compatible = "fsl,lynx-pcs";
H A Dsnps,dw-xpcs.yaml4 $id: http://devicetree.org/schemas/net/pcs/snps,dw-xpcs.yaml#
7 title: Synopsys DesignWare Ethernet PCS
16 controlled by means of the IEEE std. Clause 45 registers set. The PCS can be
21 The PCS CSRs can be accessible either over the Ethernet MDIO bus or directly
83 PCS/PMA layer can be clocked by an internal reference clock source
111 ethernet-pcs@1f05d000 {
128 ethernet-pcs@0 {
H A Drenesas,rzn1-miic.yaml4 $id: http://devicetree.org/schemas/net/pcs/renesas,rzn1-miic.yaml#
48 the values defined in dt-bindings/net/pcs-rzn1-miic.h.
67 one of the values defined in dt-bindings/net/pcs-rzn1-miic.h.
131 #include <dt-bindings/net/pcs-rzn1-miic.h>
/freebsd/sys/kern/
H A Dsubr_stack.c72 st->pcs[st->depth++] = pc; in stack_put()
101 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print()
103 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print()
119 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print_short()
123 printf("%p", (void *)st->pcs[i]); in stack_print_short()
137 stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_print_ddb()
138 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print_ddb()
155 if (stack_symbol_ddb(st->pcs[i], &name, &offset) == 0) in stack_print_short_ddb()
158 printf("%p", (void *)st->pcs[i]); in stack_print_short_ddb()
179 error = stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_sbuf_print_flags()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp50 const uptr* pcs, uptr len) { in WriteModuleCoverage() argument
54 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
56 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); in WriteModuleCoverage()
64 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage() local
66 internal_memcpy(pcs, unsorted_pcs, len * sizeof(uptr)); in SanitizerDumpCoverage()
67 Sort(pcs, len); in SanitizerDumpCoverage()
74 const uptr pc = pcs[i]; in SanitizerDumpCoverage()
77 if (!GetModuleAndOffsetForPc(pc, nullptr, 0, &pcs[i])) { in SanitizerDumpCoverage()
82 uptr module_base = pc - pcs[i]; in SanitizerDumpCoverage()
86 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx], in SanitizerDumpCoverage()
[all …]
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth_mac_regs.h402 /* [0x28] XAUI PCS configuration */
404 /* [0x2c] XAUI PCS status */
406 /* [0x30] RXAUI PCS configuration */
408 /* [0x34] RXAUI PCS status */
446 /* [0x0] PCS register file address */
448 /* [0x4] PCS register file data */
462 /* [0x20] KR PCS config */
464 /* [0x24] KR PCS status */
469 /* [0x0] PCS register file address */
471 /* [0x4] PCS register file data */
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp120 // Gather the PCs of the user frames in the backtrace. in RetrieveReportData()
127 if (addr.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
252 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local
254 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo()
255 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo()
259 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo()
270 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp147 // Gather the PCs of the user frames in the backtrace. in RetrieveReportData()
153 if (FCA.GetModule() == runtime_module_sp) // Skip PCs from the runtime. in RetrieveReportData()
312 std::vector<lldb::addr_t> PCs; in GetBacktracesFromExtendedStopInfo() local
314 trace->ForEach([&PCs](StructuredData::Object *PC) -> bool { in GetBacktracesFromExtendedStopInfo()
315 PCs.push_back(PC->GetUnsignedIntegerValue()); in GetBacktracesFromExtendedStopInfo()
319 if (PCs.empty()) in GetBacktracesFromExtendedStopInfo()
330 *process_sp, tid, PCs, pcs_are_call_addresses); in GetBacktracesFromExtendedStopInfo()
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Drenesas,rzn1-a5psw.yaml70 pcs-handle:
73 phandle pointing to a PCS sub-node compatible with
114 pcs-handle = <&mii_conv4>;
121 pcs-handle = <&mii_conv3>;
/freebsd/usr.bin/indent/tests/
H A DMakefile29 ${PACKAGE}FILES+= pcs.0
30 ${PACKAGE}FILES+= pcs.0.stdout
31 ${PACKAGE}FILES+= pcs.0.pro

12345678910