Home
last modified time | relevance | path

Searched refs:pcs (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/sys/fs/cuse/
H A Dcuse.c188 static void cuse_server_wakeup_all_client_locked(struct cuse_server *pcs);
268 cuse_server_lock(struct cuse_server *pcs) in cuse_server_lock() argument
270 mtx_lock(&pcs->mtx); in cuse_server_lock()
274 cuse_server_unlock(struct cuse_server *pcs) in cuse_server_unlock() argument
276 mtx_unlock(&pcs->mtx); in cuse_server_unlock()
280 cuse_server_is_locked(struct cuse_server *pcs) in cuse_server_is_locked() argument
282 return (mtx_owned(&pcs->mtx)); in cuse_server_is_locked()
342 struct cuse_server *pcs; in cuse_server_get() local
345 error = devfs_get_cdevpriv((void **)&pcs); in cuse_server_get()
350 if (pcs->is_closing) { in cuse_server_get()
[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 Dtqmls1088a-mbls10xxa-mc.dtsi17 pcs-handle = <&pcs1>;
21 pcs-handle = <&pcs2>;
25 pcs-handle = <&pcs3_0>;
29 pcs-handle = <&pcs3_1>;
33 pcs-handle = <&pcs3_2>;
37 pcs-handle = <&pcs3_3>;
41 pcs-handle = <&pcs7_0>;
45 pcs-handle = <&pcs7_1>;
49 pcs-handle = <&pcs7_2>;
53 pcs-handle = <&pcs7_3>;
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.dts111 pcs-handle = <&pcs1>;
119 pcs-handle = <&pcs2>;
129 pcs-handle = <&pcs3_0>;
136 pcs-handle = <&pcs3_1>;
143 pcs-handle = <&pcs3_2>;
150 pcs-handle = <&pcs3_3>;
158 pcs-handle = <&pcs7_0>;
165 pcs-handle = <&pcs7_1>;
172 pcs-handle = <&pcs7_2>;
179 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/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()
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()
93 GetModuleAndOffsetForPc(pc, module_name, kMaxPathLength, &pcs[i]); in SanitizerDumpCoverage()
[all …]
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in693 my $pcs = $data->{pcs};
702 $pcs = AddPcs($pcs, $data2->{pcs});
711 $pcs = AddPcs($pcs, $base->{pcs});
718 $symbols = FetchSymbols($pcs, $symbol_map);
720 $symbols = FetchSymbols($pcs);
726 $symbols = ExtractSymbols($libs, $pcs);
1406 my $pcs = {};
1412 $pcs->{$pclist[-1]} = 1;
1418 my $libs = ParseLibraries($main::prog, $map, $pcs);
1419 my $symbols = ExtractSymbols($libs, $pcs);
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp29 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 DHistoryUnwind.cpp26 HistoryUnwind::HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs, in HistoryUnwind() argument
28 : Unwind(thread), m_pcs(pcs), in HistoryUnwind()
/freebsd/usr.bin/indent/tests/
H A DMakefile29 ${PACKAGE}FILES+= pcs.0
30 ${PACKAGE}FILES+= pcs.0.stdout
31 ${PACKAGE}FILES+= pcs.0.pro
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c165 spa_checkpoint_get_stats(spa_t *spa, pool_checkpoint_stat_t *pcs) in spa_checkpoint_get_stats() argument
170 memset(pcs, 0, sizeof (pool_checkpoint_stat_t)); in spa_checkpoint_get_stats()
177 pcs->pcs_state = CS_CHECKPOINT_DISCARDING; in spa_checkpoint_get_stats()
179 pcs->pcs_state = CS_CHECKPOINT_EXISTS; in spa_checkpoint_get_stats()
181 pcs->pcs_space = spa->spa_checkpoint_info.sci_dspace; in spa_checkpoint_get_stats()
182 pcs->pcs_start_time = spa->spa_checkpoint_info.sci_timestamp; in spa_checkpoint_get_stats()
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wctomb.c105 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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp34 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/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp121 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/sys/contrib/device-tree/src/powerpc/fsl/
H A Dqoriq-fman3-0-10g-0.dtsi56 pcs-handle-names = "sgmii", "qsgmii", "xfi";
60 qsgmiib_pcs2: ethernet-pcs@2 {
61 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-10g-1-best-effort.dtsi59 pcs-handle-names = "sgmii", "qsgmii";
63 qsgmiia_pcs1: ethernet-pcs@1 {
64 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-10g-1.dtsi56 pcs-handle-names = "sgmii", "qsgmii", "xfi";
60 qsgmiib_pcs3: ethernet-pcs@3 {
61 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-1g-1.dtsi55 pcs-handle-names = "sgmii", "qsgmii";
59 qsgmiia_pcs1: ethernet-pcs@1 {
60 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-1g-2.dtsi55 pcs-handle-names = "sgmii", "qsgmii";
59 qsgmiia_pcs2: ethernet-pcs@2 {
60 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-1g-3.dtsi55 pcs-handle-names = "sgmii", "qsgmii";
59 qsgmiia_pcs3: ethernet-pcs@3 {
60 compatible = "fsl,lynx-pcs";
H A Dqoriq-fman3-0-1g-5.dtsi55 pcs-handle-names = "sgmii", "qsgmii";
59 qsgmiib_pcs1: ethernet-pcs@1 {
60 compatible = "fsl,lynx-pcs";

1234