| /freebsd-13-stable/sys/contrib/octeon-sdk/ |
| HD | cvmx-shmem.c | 605 static inline int __cvmx_shmem_close_dscptr(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_dscptr() 648 static inline int __cvmx_shmem_close_standalone(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_standalone() 670 int __cvmx_shmem_close_linux(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_linux() 698 int cvmx_shmem_close(struct cvmx_shmem_dscptr *dscptr, int remove) in cvmx_shmem_close()
|
| /freebsd-13-stable/lib/libc/stdio/ |
| HD | remove.c | 45 remove(const char *file) in remove() function
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__filesystem/ |
| HD | perm_options.h | 23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/__algorithm/ |
| HD | remove.h | 28 remove(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in remove() function
|
| /freebsd-13-stable/sys/contrib/openzfs/scripts/ |
| HD | zfs-helpers.sh | 139 remove() { function
|
| /freebsd-13-stable/contrib/kyua/utils/fs/ |
| HD | auto_cleaners.cpp | 188 remove(void) in remove() function 258 fs::auto_file::remove(void) in remove() function in fs::auto_file
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ProgramState.h | 666 ProgramStateRef remove(ProgramStateRef st, in remove() function 675 ProgramStateRef remove(ProgramStateRef st) { in remove() function 841 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function 846 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function 852 ProgramStateRef ProgramState::remove() const { in remove() function
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxe/ |
| HD | qlnx_rdma.h | 44 int (*remove)(void *ha, void *qlnx_rdma_dev); member
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| HD | Mutations.cpp | 65 static void remove(syntax::Node *N) { in remove() function in syntax::MutationsImpl
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/ |
| HD | ARCMT.h | 118 virtual void remove(CharSourceRange range) { } in remove() function
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTImporterLookupTable.cpp | 110 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable 135 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | GISelWorkList.h | 83 void remove(const MachineInstr *I) { in remove() function
|
| /freebsd-13-stable/contrib/pam_modules/pam_passwdqc/ |
| HD | Makefile | 44 remove: target
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| HD | InstructionWorklist.h | 85 void remove(Instruction *I) { in remove() function
|
| /freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/ |
| HD | RISCV.cpp | 736 Relocation &r, uint32_t &remove) { in relaxCall() 763 Relocation &r, uint32_t &remove) { in relaxTlsLe() 791 Relocation &r, uint32_t &remove) { in relaxHi20Lo12() 827 uint32_t &cur = aux.relocDeltas[i], remove = 0; in relax() local 960 uint32_t remove = aux.relocDeltas[i] - delta; in finalizeRelax() local
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_addrhashmap.h | 150 bool remove) { in Handle() 160 bool remove, bool create) { in Handle()
|
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | platform_device.h | 42 int (*remove)(struct platform_device *); member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/ |
| HD | ilist_base.h | 80 template <class T> static void remove(T &N) { removeImpl(N); } in remove() function
|
| HD | ImmutableMap.h | 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function 248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
|
| /freebsd-13-stable/contrib/atf/atf-c++/detail/ |
| D | fs_test.cpp | 490 ATF_TEST_CASE_HEAD(remove) in ATF_TEST_CASE_HEAD() argument 494 ATF_TEST_CASE_BODY(remove) in ATF_TEST_CASE_BODY() argument
|
| /freebsd-13-stable/contrib/apr/include/arch/unix/ |
| HD | apr_arch_poll_private.h | 165 apr_status_t (*remove)(apr_pollset_t *, const apr_pollfd_t *); member 174 apr_status_t (*remove)(apr_pollcb_t *, apr_pollfd_t *); member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | LatencyPriorityQueue.cpp | 129 void LatencyPriorityQueue::remove(SUnit *SU) { in remove() function in LatencyPriorityQueue
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_fpga/ |
| HD | sdk.h | 81 void (*remove)(struct mlx5_fpga_device *fdev); member
|
| /freebsd-13-stable/sys/dev/mlx4/ |
| HD | driver.h | 58 void (*remove)(struct mlx4_dev *dev, void *context); member
|
| /freebsd-13-stable/contrib/sendmail/editmap/ |
| HD | editmap.c | 82 bool remove = false; local
|