Home
last modified time | relevance | path

Searched defs:pcs (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/fs/cuse/
H A Dcuse.c266 cuse_server_lock(struct cuse_server *pcs) in cuse_server_lock() argument
272 cuse_server_unlock(struct cuse_server *pcs) in cuse_server_unlock() argument
278 cuse_server_is_locked(struct cuse_server *pcs) in cuse_server_is_locked() argument
340 struct cuse_server *pcs; in cuse_server_get() local
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/sys/
H A D_stack.h36 vm_offset_t pcs[STACK_MAX]; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp29 std::vector<lldb::addr_t> pcs, in HistoryThread()
H A DHistoryUnwind.cpp26 HistoryUnwind::HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs, in HistoryUnwind()
/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()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp60 void BufferedStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { in Init()
H A Dsanitizer_coverage_libcdep_new.cpp50 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 Dsanitizer_coverage_fuchsia.cpp213 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_dump_coverage(const uptr *pcs, in __sanitizer_dump_coverage() argument
/freebsd/sys/dev/isp/
H A Disp_pci.c471 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 DMemoryHistoryASan.cpp121 std::vector<lldb::addr_t> pcs; in CreateHistoryThreadFromValueObject() local
/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wctomb.c105 const char *pcs; in h_wctomb() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c164 spa_checkpoint_get_stats(spa_t *spa, pool_checkpoint_stat_t *pcs) in spa_checkpoint_get_stats()
H A Dvdev_label.c425 pool_checkpoint_stat_t pcs; in root_vdev_actions_getprogress() local
/freebsd/sys/dev/ata/chipsets/
H A Data-intel.c413 uint16_t pcs; in ata_intel_reset() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp591 std::vector<lldb::addr_t> pcs; in GetBacktraceThreadFromException() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1025 std::vector<lldb::addr_t> pcs; in AddThreadsForPath() local
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c8380 pool_checkpoint_stat_t *pcs = NULL; in zpool_has_checkpoint() local
9071 print_checkpoint_scan_warning(pool_scan_stat_t *ps, pool_checkpoint_stat_t *pcs) in print_checkpoint_scan_warning()
9726 pool_checkpoint_stat_t *pcs = NULL; in checkpoint_status_nvlist() local
9957 pool_checkpoint_stat_t *pcs = NULL; in print_scan_status() local
10202 print_checkpoint_status(pool_checkpoint_stat_t *pcs) in print_checkpoint_status()
10900 pool_checkpoint_stat_t *pcs = NULL; in status_callback() local
13116 pool_checkpoint_stat_t *pcs = NULL; in print_wait_status_row() local
/freebsd/sys/dev/cas/
H A Dif_cas.c2643 u_int j, k, lma, pcs[4], phy; in cas_pci_attach() local
/freebsd/sys/dev/e1000/
H A De1000_82575.c1203 u32 pcs; in e1000_get_pcs_speed_and_duplex_82575() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c1356 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 Dreadelf.c1545 aeabi_pcs_config(uint64_t pcs) in aeabi_pcs_config()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7103 uint64_t *pcs = &buf[1], *fps; local