| /freebsd/sys/fs/cuse/ |
| H A D | cuse.c | 268 cuse_server_lock(struct cuse_server *pcs) in cuse_server_lock() argument 274 cuse_server_unlock(struct cuse_server *pcs) in cuse_server_unlock() argument 280 cuse_server_is_locked(struct cuse_server *pcs) in cuse_server_is_locked() argument 342 struct cuse_server *pcs; in cuse_server_get() local 359 cuse_server_is_closing(struct cuse_server * pcs) cuse_server_is_closing() argument 374 cuse_server_find_command(struct cuse_server * pcs,struct thread * td) cuse_server_find_command() argument 459 cuse_server_alloc_memory(struct cuse_server * pcs,uint32_t alloc_nr,uint32_t page_count) cuse_server_alloc_memory() argument 503 cuse_server_free_memory(struct cuse_server * pcs,uint32_t alloc_nr) cuse_server_free_memory() argument 572 struct cuse_server *pcs; cuse_client_send_command_locked() local 603 struct cuse_server *pcs; cuse_client_got_signal() local 623 struct cuse_server *pcs; cuse_client_receive_command_locked() local 673 struct cuse_server *pcs; cuse_server_free_dev() local 699 cuse_server_unref(struct cuse_server * pcs) cuse_server_unref() argument 748 cuse_server_do_close(struct cuse_server * pcs) cuse_server_do_close() argument 768 struct cuse_server *pcs = arg; cuse_server_free() local 785 struct cuse_server *pcs; cuse_server_open() local 819 struct cuse_server *pcs; cuse_server_close() local 840 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 947 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 988 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 1030 cuse_alloc_unit_by_id_locked(struct cuse_server * pcs,int id) cuse_alloc_unit_by_id_locked() argument 1062 cuse_server_wakeup_locked(struct cuse_server * pcs) cuse_server_wakeup_locked() argument 1069 cuse_server_wakeup_all_client_locked(struct cuse_server * pcs) cuse_server_wakeup_all_client_locked() argument 1081 cuse_free_unit_by_id_locked(struct cuse_server * pcs,int id) cuse_free_unit_by_id_locked() argument 1103 struct cuse_server *pcs; cuse_server_ioctl() local 1399 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 1442 struct cuse_server *pcs; cuse_server_mmap_single() local 1460 struct cuse_server *pcs; cuse_client_free() local 1489 struct cuse_server *pcs; cuse_client_open() local 1581 struct cuse_server *pcs; cuse_client_close() local 1608 struct cuse_server *pcs = pcc->server; cuse_client_kqfilter_poll() local 1641 struct cuse_server *pcs; cuse_client_read() local 1730 struct cuse_server *pcs; cuse_client_write() local 1820 struct cuse_server *pcs; cuse_client_ioctl() local 1877 struct cuse_server *pcs; cuse_client_poll() local 1952 struct cuse_server *pcs; cuse_client_kqfilter_read_detach() local 1966 struct cuse_server *pcs; cuse_client_kqfilter_write_detach() local 2004 struct cuse_server *pcs; cuse_client_kqfilter() local [all...] |
| /freebsd/sys/sys/ |
| H A D | _stack.h | 36 vm_offset_t pcs[STACK_MAX]; member
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryThread.cpp | 29 std::vector<lldb::addr_t> pcs, in HistoryThread()
|
| H A D | HistoryUnwind.cpp | 26 HistoryUnwind::HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs, in HistoryUnwind()
|
| /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()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 60 void BufferedStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 50 const uptr* pcs, uptr len) { in WriteModuleCoverage() 64 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage() local 220 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_dump_coverage(const uptr* pcs, in __sanitizer_dump_coverage()
|
| H A D | sanitizer_coverage_fuchsia.cpp | 213 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_dump_coverage(const uptr *pcs, in __sanitizer_dump_coverage() argument
|
| /freebsd/sys/dev/isp/ |
| H A D | isp_pci.c | 471 struct isp_pcisoftc *pcs = device_get_softc(dev); in isp_pci_attach() local 679 struct isp_pcisoftc *pcs = device_get_softc(dev); in isp_pci_detach() local 1251 struct isp_pcisoftc *pcs = device_get_softc(dev); in isp_pci_irqsetup() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/ |
| H A D | MemoryHistoryASan.cpp | 123 std::vector<lldb::addr_t> pcs; in CreateHistoryThreadFromValueObject() local
|
| /freebsd/contrib/netbsd-tests/lib/libc/locale/ |
| H A D | t_wctomb.c | 105 const char *pcs; in h_wctomb() local
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_checkpoint.c | 165 spa_checkpoint_get_stats(spa_t *spa, pool_checkpoint_stat_t *pcs) in spa_checkpoint_get_stats()
|
| H A D | vdev_label.c | 426 pool_checkpoint_stat_t pcs; in root_vdev_actions_getprogress() local
|
| /freebsd/sys/dev/ata/chipsets/ |
| H A D | ata-intel.c | 413 uint16_t pcs; in ata_intel_reset() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 591 std::vector<lldb::addr_t> pcs; in GetBacktraceThreadFromException() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 1023 std::vector<lldb::addr_t> pcs; in AddThreadsForPath() local
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 8446 pool_checkpoint_stat_t *pcs = NULL; in zpool_has_checkpoint() local 9213 print_checkpoint_scan_warning(pool_scan_stat_t *ps, pool_checkpoint_stat_t *pcs) in print_checkpoint_scan_warning() 9868 pool_checkpoint_stat_t *pcs = NULL; in checkpoint_status_nvlist() local 10099 pool_checkpoint_stat_t *pcs = NULL; in print_scan_status() local 10344 print_checkpoint_status(pool_checkpoint_stat_t *pcs) in print_checkpoint_status() 11092 pool_checkpoint_stat_t *pcs = NULL; in status_callback() local 13324 pool_checkpoint_stat_t *pcs = NULL; in print_wait_status_row() local
|
| /freebsd/sys/dev/cas/ |
| H A D | if_cas.c | 2643 u_int j, k, lma, pcs[4], phy; in cas_pci_attach() local
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_82575.c | 1203 u32 pcs; in e1000_get_pcs_speed_and_duplex_82575() local
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp_control.c | 1356 ctlclkstatus(struct refclockstat * pcs) ctlclkstatus() argument 2906 ctl_putclock(int id,struct refclockstat * pcs,int mustput) ctl_putclock() argument [all...] |
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 1545 aeabi_pcs_config(uint64_t pcs) in aeabi_pcs_config()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 7131 uint64_t *pcs = &buf[1], *fps; local
|