| /freebsd-14.2/sys/fs/cuse/ |
| H A D | cuse.c | 268 mtx_lock(&pcs->mtx); in cuse_server_lock() 352 *ppcs = pcs; in cuse_server_get() 742 free(pcs, M_CUSE); in cuse_server_unref() 785 pcs = malloc(sizeof(*pcs), M_CUSE, M_WAITOK | M_ZERO); in cuse_server_open() 804 knlist_init_mtx(&pcs->selinfo.si_note, &pcs->mtx); in cuse_server_open() 807 pcs->refs++; in cuse_server_open() 1124 error = cv_wait_sig(&pcs->cv, &pcs->mtx); in cuse_server_ioctl() 1461 pcs = pcc->server; in cuse_client_free() 1504 pcs->refs++; in cuse_client_open() 1505 if (pcs->refs < 0 || pcs->pid == curproc->p_pid) { in cuse_client_open() [all …]
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_pci.c | 488 pcs->regs = pcs->regs2 = NULL; in isp_pci_attach() 489 pcs->rgd = pcs->rtp = 0; in isp_pci_attach() 539 pcs->regs = bus_alloc_resource_any(dev, pcs->rtp, &pcs->rgd, in isp_pci_attach() 543 pcs->regs1 = bus_alloc_resource_any(dev, pcs->rtp1, &pcs->rgd1, in isp_pci_attach() 547 pcs->regs2 = bus_alloc_resource_any(dev, pcs->rtp2, &pcs->rgd2, in isp_pci_attach() 552 pcs->regs = bus_alloc_resource_any(dev, pcs->rtp, &pcs->rgd, in isp_pci_attach() 659 (void) bus_release_resource(dev, pcs->rtp, pcs->rgd, pcs->regs); in isp_pci_attach() 661 (void) bus_release_resource(dev, pcs->rtp1, pcs->rgd1, pcs->regs1); in isp_pci_attach() 663 (void) bus_release_resource(dev, pcs->rtp2, pcs->rgd2, pcs->regs2); in isp_pci_attach() 696 (void) bus_release_resource(dev, pcs->rtp, pcs->rgd, pcs->regs); in isp_pci_detach() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls1043-post.dtsi | 27 pcs-handle-names = "qsgmii"; 32 pcs-handle-names = "sgmii", "qsgmii"; 43 pcs-handle-names = "sgmii", "qsgmii"; 48 pcs-handle-names = "sgmii", "qsgmii"; 55 qsgmiib_pcs1: ethernet-pcs@1 { 56 compatible = "fsl,lynx-pcs"; 60 qsgmiib_pcs2: ethernet-pcs@2 { 61 compatible = "fsl,lynx-pcs"; 65 qsgmiib_pcs3: ethernet-pcs@3 { 66 compatible = "fsl,lynx-pcs";
|
| H A D | fsl-ls1046-post.dtsi | 27 pcs-handle-names = "qsgmii"; 41 pcs-handle-names = "sgmii", "qsgmii"; 46 pcs-handle-names = "sgmii", "qsgmii"; 54 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 58 qsgmiib_pcs1: ethernet-pcs@1 { 59 compatible = "fsl,lynx-pcs"; 63 qsgmiib_pcs2: ethernet-pcs@2 { 64 compatible = "fsl,lynx-pcs"; 68 qsgmiib_pcs3: ethernet-pcs@3 { 69 compatible = "fsl,lynx-pcs";
|
| H A D | fsl-ls1088a-rdb.dts | 23 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 D | fsl-ls1088a-ten64.dts | 95 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 D | fsl-ls208xa.dtsi | 788 pcs-handle = <&pcs1>; 794 pcs-handle = <&pcs2>; 800 pcs-handle = <&pcs3>; 806 pcs-handle = <&pcs4>; 812 pcs-handle = <&pcs5>; 818 pcs-handle = <&pcs6>; 824 pcs-handle = <&pcs7>; 830 pcs-handle = <&pcs8>; 836 pcs-handle = <&pcs9>; 842 pcs-handle = <&pcs10>; [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_stack.c | 73 st->pcs[st->depth++] = pc; in stack_put() 104 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print() 120 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print_short() 124 printf("%p", (void *)st->pcs[i]); in stack_print_short() 138 stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_print_ddb() 139 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print_ddb() 159 printf("%p", (void *)st->pcs[i]); in stack_print_short_ddb() 187 (void *)st->pcs[i], namebuf, offset); in stack_sbuf_print_flags() 217 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_sbuf_print_ddb() 240 (void)stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_ktr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_coverage_libcdep_new.cpp | 50 const uptr* pcs, uptr len) { in WriteModuleCoverage() argument 54 WriteToFile(fd, pcs, len * sizeof(*pcs)); 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() 81 uptr module_base = pc - pcs[i]; in SanitizerDumpCoverage() 97 WriteModuleCoverage(file_path, module_name, &pcs[module_start_idx], in SanitizerDumpCoverage() 103 InternalFree(pcs); in SanitizerDumpCoverage() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/ |
| H A D | nvidia,tegra234-mgbe.yaml | 49 - 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 D | fsl,fman-dtsec.yaml | 101 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: 134 pcs-handle-names: 135 - pcs-handle 167 pcs-handle = <&pcsphy4>, <&qsgmiib_pcs1>; 168 pcs-handle-names = "sgmii", "qsgmii";
|
| H A D | fsl,qoriq-mc-dpmac.yaml | 33 pcs-handle: 58 pcs-handle = <&pcs3_1>;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/pcs/ |
| H A D | fsl,lynx-pcs.yaml | 4 $id: http://devicetree.org/schemas/net/pcs/fsl,lynx-pcs.yaml# 19 const: fsl,lynx-pcs 36 qsgmii_pcs1: ethernet-pcs@1 { 37 compatible = "fsl,lynx-pcs";
|
| H A D | renesas,rzn1-miic.yaml | 4 $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-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 29 std::vector<lldb::addr_t> pcs, in HistoryThread() argument 32 m_pcs(pcs), m_extended_unwind_token(LLDB_INVALID_ADDRESS), m_queue_name(), in HistoryThread() 36 std::make_unique<HistoryUnwind>(*this, pcs, pcs_are_call_addresses); in HistoryThread()
|
| H A D | HistoryUnwind.cpp | 26 HistoryUnwind::HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs, in HistoryUnwind() argument 28 : Unwind(thread), m_pcs(pcs), in HistoryUnwind()
|
| /freebsd-14.2/usr.bin/indent/tests/ |
| H A D | Makefile | 30 ${PACKAGE}FILES+= pcs.0 31 ${PACKAGE}FILES+= pcs.0.stdout 32 ${PACKAGE}FILES+= pcs.0.pro
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 164 spa_checkpoint_get_stats(spa_t *spa, pool_checkpoint_stat_t *pcs) in spa_checkpoint_get_stats() argument 169 memset(pcs, 0, sizeof (pool_checkpoint_stat_t)); in spa_checkpoint_get_stats() 176 pcs->pcs_state = CS_CHECKPOINT_DISCARDING; in spa_checkpoint_get_stats() 178 pcs->pcs_state = CS_CHECKPOINT_EXISTS; in spa_checkpoint_get_stats() 180 pcs->pcs_space = spa->spa_checkpoint_info.sci_dspace; in spa_checkpoint_get_stats() 181 pcs->pcs_start_time = spa->spa_checkpoint_info.sci_timestamp; in spa_checkpoint_get_stats()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/locale/ |
| H A D | t_wctomb.c | 105 const char *pcs; in h_wctomb() local 133 pcs = t->data; in h_wctomb() 134 sz = mbsrtowcs(wcs, &pcs, t->wclen + 2, NULL); in h_wctomb()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_stack_trace.cpp | 34 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init() argument 36 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0])); in Init()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 121 std::vector<lldb::addr_t> pcs; in CreateHistoryThreadFromValueObject() local 126 pcs.push_back(pc); in CreateHistoryThreadFromValueObject() 134 new HistoryThread(*process_sp, tid, pcs, pcs_are_call_addresses); in CreateHistoryThreadFromValueObject()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/net/dsa/ |
| H A D | renesas,rzn1-a5psw.yaml | 76 pcs-handle: 120 pcs-handle = <&mii_conv4>; 127 pcs-handle = <&mii_conv3>;
|
| /freebsd-14.2/sys/contrib/device-tree/src/powerpc/fsl/ |
| H A D | qoriq-fman3-0-10g-1.dtsi | 56 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 60 qsgmiib_pcs3: ethernet-pcs@3 { 61 compatible = "fsl,lynx-pcs";
|
| H A D | qoriq-fman3-0-10g-1-best-effort.dtsi | 59 pcs-handle-names = "sgmii", "qsgmii"; 63 qsgmiia_pcs1: ethernet-pcs@1 { 64 compatible = "fsl,lynx-pcs";
|
| H A D | qoriq-fman3-0-1g-1.dtsi | 55 pcs-handle-names = "sgmii", "qsgmii"; 59 qsgmiia_pcs1: ethernet-pcs@1 { 60 compatible = "fsl,lynx-pcs";
|