/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 188 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 D | isp_pci.c | 471 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 D | fsl-ls1046-post.dtsi | 27 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 D | fsl-ls1043-post.dtsi | 27 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 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 | 784 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 D | subr_stack.c | 72 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 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() 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/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/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/usr.bin/indent/tests/ |
H A D | Makefile | 29 ${PACKAGE}FILES+= pcs.0 30 ${PACKAGE}FILES+= pcs.0.stdout 31 ${PACKAGE}FILES+= pcs.0.pro
|
/freebsd/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/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/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/sys/contrib/device-tree/src/powerpc/fsl/ |
H A D | qoriq-fman3-0-10g-0.dtsi | 56 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 60 qsgmiib_pcs2: ethernet-pcs@2 { 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-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-1g-1.dtsi | 55 pcs-handle-names = "sgmii", "qsgmii"; 59 qsgmiia_pcs1: ethernet-pcs@1 { 60 compatible = "fsl,lynx-pcs";
|
H A D | qoriq-fman3-0-1g-2.dtsi | 55 pcs-handle-names = "sgmii", "qsgmii"; 59 qsgmiia_pcs2: ethernet-pcs@2 { 60 compatible = "fsl,lynx-pcs";
|
H A D | qoriq-fman3-0-1g-3.dtsi | 55 pcs-handle-names = "sgmii", "qsgmii"; 59 qsgmiia_pcs3: ethernet-pcs@3 { 60 compatible = "fsl,lynx-pcs";
|
H A D | qoriq-fman3-0-1g-5.dtsi | 55 pcs-handle-names = "sgmii", "qsgmii"; 59 qsgmiib_pcs1: ethernet-pcs@1 { 60 compatible = "fsl,lynx-pcs";
|
H A D | qoriq-fman3-1-10g-0.dtsi | 56 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 60 qsgmiid_pcs2: ethernet-pcs@2 { 61 compatible = "fsl,lynx-pcs";
|
H A D | qoriq-fman3-1-10g-1.dtsi | 56 pcs-handle-names = "sgmii", "qsgmii", "xfi"; 60 qsgmiid_pcs3: ethernet-pcs@3 { 61 compatible = "fsl,lynx-pcs";
|