Home
last modified time | relevance | path

Searched +full:no +full:- +full:pc +full:- +full:write (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/freebsd-src/contrib/openbsm/etc/
H A Daudit_event1 # The mapping between event identifiers and values is also hard-coded in
10 # 1 - 2047 Reserved for Solaris kernel events
11 # 2048 - 5999 Reserved and unallocated
12 # 6000 - 9999 Reserved for Solaris user events
13 # 10000 - 32767 Reserved and unallocated
14 # 32768 - 65535 Available for third party applications
18 # 43000 - 44999 Reserved for OpenBSM kernel events
19 # 45000 - 46999 Reserved for OpenBSM application events
21 0:AUE_NULL:indir system call:no
22 1:AUE_EXIT:exit(2):pc
[all …]
/freebsd-src/sys/contrib/openzfs/man/man4/
H A Dzfs.49 .\" usr/src/OPENSOLARIS.LICENSE or https://opensource.org/licenses/CDDL-1.0.
31 .Bl -tag -width Ds
35 .No 1/2^ Ns Sy dbuf_cache_shift Pq 1/32nd
45 .No 1/2^ Ns Sy dbuf_metadata_cache_shift Pq 1/64th
78 .It Sy dmu_object_alloc_chunk_shift Ns = Ns Sy 7 Po 128 Pc Pq uint
87 can reduce the write inflation caused by deduplication.
93 .It Sy dmu_prefetch_max Ns = Ns Sy 134217728 Ns B Po 128 MiB Pc Pq uint
102 Turbo L2ARC warm-up.
146 .No I
[all...]
/freebsd-src/sys/dev/ic/
H A Dnec765.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
55 #define NE7_ST0_EC 0x10 /* equipment check, recalibrated but no trk0 */
66 #define NE7_ST1_ND 0x04 /* no data, sector not found or CRC in ID f. */
84 #define NE7_ST3_FT 0x80 /* fault; PC: n/a */
85 #define NE7_ST3_WP 0x40 /* write protected */
86 #define NE7_ST3_RD 0x20 /* ready; PC: always true */
88 #define NE7_ST3_TS 0x08 /* two-sided; PC: n/a */
100 * the top three bits -- where appropriate -- are set as follows:
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp1 //===-- tsan_rtl_mutex.cpp --------
31 uptr pc; global() member
44 DDMutexInit(ThreadState * thr,uptr pc,SyncVar * s) DDMutexInit() argument
50 ReportMutexMisuse(ThreadState * thr,uptr pc,ReportType typ,uptr addr,StackID creation_stack_id) ReportMutexMisuse() argument
68 RecordMutexLock(ThreadState * thr,uptr pc,uptr addr,StackID stack_id,bool write) RecordMutexLock() argument
69 RecordMutexLock(ThreadState * thr,uptr pc,uptr addr,StackID stack_id,bool write) RecordMutexLock() argument
86 MutexCreate(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexCreate() argument
98 MutexDestroy(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexDestroy() argument
140 MutexPreLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreLock() argument
158 MutexPostLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz,int rec) MutexPostLock() argument
216 MutexUnlock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexUnlock() argument
266 MutexPreReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPreReadLock() argument
281 MutexPostReadLock(ThreadState * thr,uptr pc,uptr addr,u32 flagz) MutexPostReadLock() argument
324 MutexReadUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadUnlock() argument
365 MutexReadOrWriteUnlock(ThreadState * thr,uptr pc,uptr addr) MutexReadOrWriteUnlock() argument
372 bool write = true; MutexReadOrWriteUnlock() local
419 MutexRepair(ThreadState * thr,uptr pc,uptr addr) MutexRepair() argument
428 MutexInvalidAccess(ThreadState * thr,uptr pc,uptr addr) MutexInvalidAccess() argument
441 Acquire(ThreadState * thr,uptr pc,uptr addr) Acquire() argument
463 Release(ThreadState * thr,uptr pc,uptr addr) Release() argument
476 ReleaseStore(ThreadState * thr,uptr pc,uptr addr) ReleaseStore() argument
489 ReleaseStoreAcquire(ThreadState * thr,uptr pc,uptr addr) ReleaseStoreAcquire() argument
516 AfterSleep(ThreadState * thr,uptr pc) AfterSleep() argument
528 ReportDeadlock(ThreadState * thr,uptr pc,DDReport * r) ReportDeadlock() argument
554 ReportDestroyLocked(ThreadState * thr,uptr pc,uptr addr,FastState last_lock,StackID creation_stack_id) ReportDestroyLocked() argument
[all...]
H A Dtsan_mman.cpp1 //===-- tsan_mman.cpp --------
166 SignalUnsafeCall(ThreadState * thr,uptr pc) SignalUnsafeCall() argument
181 user_alloc_internal(ThreadState * thr,uptr pc,uptr sz,uptr align,bool signal) user_alloc_internal() argument
213 user_free(ThreadState * thr,uptr pc,void * p,bool signal) user_free() argument
222 user_alloc(ThreadState * thr,uptr pc,uptr sz) user_alloc() argument
226 user_calloc(ThreadState * thr,uptr pc,uptr size,uptr n) user_calloc() argument
239 user_reallocarray(ThreadState * thr,uptr pc,void * p,uptr size,uptr n) user_reallocarray() argument
249 OnUserAlloc(ThreadState * thr,uptr pc,uptr p,uptr sz,bool write) OnUserAlloc() argument
267 OnUserFree(ThreadState * thr,uptr pc,uptr p,bool write) OnUserFree() argument
282 user_realloc(ThreadState * thr,uptr pc,void * p,uptr sz) user_realloc() argument
300 user_memalign(ThreadState * thr,uptr pc,uptr align,uptr sz) user_memalign() argument
311 user_posix_memalign(ThreadState * thr,uptr pc,void ** memptr,uptr align,uptr sz) user_posix_memalign() argument
328 user_aligned_alloc(ThreadState * thr,uptr pc,uptr align,uptr sz) user_aligned_alloc() argument
339 user_valloc(ThreadState * thr,uptr pc,uptr sz) user_valloc() argument
343 user_pvalloc(ThreadState * thr,uptr pc,uptr sz) user_pvalloc() argument
[all...]
/freebsd-src/lib/libproc/
H A Dproc_bkpt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
67 * Use 4-bytes holder for breakpoint instruction on all the platforms.
68 * Works for x86 as well until it is endian-little platform.
69 * (We are coping one byte only on x86 from this 4-bytes piece of
79 if (kill(proc_getpid(phdl), SIGSTOP) == - in proc_stop()
209 proc_bkptregadj(unsigned long * pc) proc_bkptregadj() argument
224 unsigned long pc; proc_bkptexec() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Daarch32.h1 //===------ aarch32.h - Generic JITLink arm/thumb utilities -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
29 /// JITLink-internal AArch32 fixup kinds
38 /// Relative 32-bit value relocation
41 /// Absolute 32-bit value relocation
44 /// Relative 31-bit value relocation that preserves the most-significant bit
53 /// Relocations of class Arm (covers fixed-width 4-byte instruction subset)
57 /// Write immediate value for unconditional PC-relative branch with link.
[all …]
/freebsd-src/crypto/heimdal/lib/wind/
H A Dgen-punycode-examples.py2 # -*- coding: iso-8859-1 -*-
28 # ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
58 if l[-2:] == "\\\n":
63 l = l[:-2] + l2
68 m = re.search('^ *\([A-Z]\) *(.*)$', l);
87 examples_h.file.write(
89 #include <krb5-types.h>
96 const char *pc;
105 examples_c.file.write(
114 [cp, pc, desc] = x
[all …]
/freebsd-src/sys/arm/arm/
H A Dblockio.S3 /*-
29 * IN NO EVENT SHALL BRINI OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
42 * optimised block read/write from/to IO routines.
45 * Modified : 22/01/99 -- R.Earnshaw
56 * r1 = address to write to (memory)
63 stmfd sp!, {fp, ip, lr, pc}
65 subs r2, r2, #4 /* r2 = length - 4 */
93 ldmdbeq fp, {fp, sp, pc}
102 ldmdb fp, {fp, sp, pc}
106 * Write bytes to an I/O address from a block of memory
[all …]
H A Dlocore.S1 /*-
2 * Copyright 2004-2014 Olivier Houchard <cognet@FreeBSD.org>
3 * Copyright 2012-2014 Ian Lepore <ian@FreeBSD.org>
4 * Copyright 2013-2014 Andrew Turner <andrew@FreeBSD.org>
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
51 /* A small statically-allocated stack used only during initarm() and AP startup. */
82 mov r0, -1 ;\
89 * r0 - metadata pointer or 0
90 * r1 - if (r0 == 0) then metadata pointer
92 * r0 -
[all...]
/freebsd-src/lib/libpmcstat/
H A Dlibpmcstat_process.c1 /*-
2 * Copyright (c) 2003-2008 Joseph Koshy
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
81 assert(image->pi_type == PMCSTAT_IMAGE_ELF32 || in pmcstat_process_elf_exec()
82 image->pi_type == PMCSTAT_IMAGE_ELF64); in pmcstat_process_elf_exec()
89 pmcstat_image_link(pp, image, image->pi_vaddr + dynaddr); in pmcstat_process_elf_exec()
99 if (image->pi_isdynamic) { in pmcstat_process_elf_exec()
105 * [ TEXT DATA BSS HEAP -->*RTLD SHLIBS <--STACK] in pmcstat_process_elf_exec()
117 rtldimage = pmcstat_image_from_path(image->pi_dynlinkerpath, in pmcstat_process_elf_exec()
121 pmcstat_string_unintern(image->pi_dynlinkerpath)); in pmcstat_process_elf_exec()
[all …]
/freebsd-src/tools/tools/pciroms/
H A Dpciroms.c17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
69 * This is the hole between the APIC and the BIOS (FED00000-FEDFFFFF);
97 err = -1; in main()
98 pci_fd = -1; in main()
104 while ((ch = getopt(argc, argv, "sb:h")) != -1) in main()
116 argc -= optind; in main()
127 /* XXX: TODO: deal with 64-bit PCI. */ in main()
135 if ((pci_fd = open(_PATH_DEVPCI, O_RDWR)) == -1) { in main()
145 if (pci_fd != -1) in main()
155 fprintf(stderr, "usage: %s [-s] [-b <base-address>]\r\n", progname); in usage()
[all …]
/freebsd-src/contrib/libpcap/
H A Dpcap-pf.c63 #include "pcap-int.h"
66 #include "os-proto.h"
98 pcap_read_pf(pcap_t *pc, int cnt, pcap_handler callback, u_char *user)
100 struct pcap_pf *pf = pc->priv; in pcap_read_pf() argument
108 cc = pc->cc; in pcap_read_pf()
110 cc = read(pc->fd, (char *)pc in pcap_read_pf()
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp1 //===-- ABIMacOSX_arm64.cpp --------
808 FixCodeAddress(addr_t pc) FixCodeAddress() argument
827 FixDataAddress(addr_t pc) FixDataAddress() argument
[all...]
/freebsd-src/sys/gdb/
H A Dgdb_main.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
20 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
73 cur_pri = -1; in gdb_init()
76 pri = (dp->gdb_probe != NULL) ? dp->gdb_probe() : - in gdb_init()
774 register_t pc; gdb_trap() local
785 register_t pc; gdb_trap() local
943 register_t pc; gdb_trap() local
954 register_t pc; gdb_trap() local
[all...]
/freebsd-src/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_frame.c1 /*-
2 * Copyright (c) 2009-2011,2014 Kai Wang
17 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
29 ELFTC_VCSID("$Id: libdwarf_frame.c 3589 2018-03-13 20:34:33Z kaiwang27 $");
37 STAILQ_FOREACH(cie, &fs->fs_cielist, cie_next) { in _dwarf_frame_find_cie()
38 if (cie->cie_offset == offset) in _dwarf_frame_find_cie()
53 uint8_t *data, uint64_t *offsetp, uint8_t encode, Dwarf_Addr pc, in _dwarf_frame_read_lsb_encoded() argument
66 *val = dbg->read(data, offsetp, cie->cie_addrsize); in _dwarf_frame_read_lsb_encoded()
72 *val = dbg->read(data, offsetp, 2); in _dwarf_frame_read_lsb_encoded()
75 *val = dbg->read(data, offsetp, 4); in _dwarf_frame_read_lsb_encoded()
[all …]
/freebsd-src/sys/kern/
H A Dkern_rmlock.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
15 * 3. Neither the name of the author nor the names of any co-contributors
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
67 (LIST_FIRST(&(rm)->rm_activeReaders) == RM_DESTROYED)
140 struct pcpu *pc; in unlock_rm() local
160 pc = get_pcpu(); in unlock_rm()
161 for (queue = pc->pc_rm_queue.rmq_next; in unlock_rm()
162 queue != &pc->pc_rm_queue; queue = queue->rmq_next) { in unlock_rm()
164 if ((tracker->rmp_rmlock == rm) && in unlock_rm()
[all …]
/freebsd-src/contrib/bearssl/tools/
H A Dfiles.c18 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
83 return -1; in write_file()
92 "ERROR: could not write all bytes to '%s'\n", in write_file()
95 return -1; in write_file()
98 len -= wlen; in write_file()
101 fprintf(stderr, "ERROR: write error on file '%s'\n", fname); in write_file()
103 return -1; in write_file()
123 len -= 2; in looks_like_DER()
129 fb -= 0x80; in looks_like_DER()
133 len -= (size_t)fb; in looks_like_DER()
[all …]
/freebsd-src/sys/dev/usb/
H A Dusb_busdma.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
96 * from the memory. Else write. */
138 int usb_uiomove(struct usb_page_cache *pc, struct uio *uio,
142 uint8_t usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg,
144 uint8_t usb_pc_dmamap_create(struct usb_page_cache *pc, usb_size_t size);
145 uint8_t usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size,
155 void usb_pc_cpu_flush(struct usb_page_cache *pc);
156 void usb_pc_cpu_invalidate(struct usb_page_cache *pc);
[all …]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c52 if (uwrite(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_install()
53 return (-1); in fasttrap_tracepoint_install()
64 * Distinguish between read or write failures and a changed in fasttrap_tracepoint_remove()
67 if (uread(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
71 if (uwrite(p, &tp->ftt_instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
72 return (-1); in fasttrap_tracepoint_remove()
78 fasttrap_tracepoint_init(proc_t *p, fasttrap_tracepoint_t *tp, uintptr_t pc, in fasttrap_tracepoint_init() argument
90 if (uread(p, &instr, 4, pc) != 0) in fasttrap_tracepoint_init()
91 return (-1); in fasttrap_tracepoint_init()
95 * the process execute most instructions on its own using a pc/npc in fasttrap_tracepoint_init()
[all …]
/freebsd-src/sys/netgraph/bluetooth/drivers/ubtbcmfw/
H A Dubtbcmfw.c5 /*-
6 * SPDX-License-Identifier: BSD-2-Clause
8 * Copyright (c) 2003-2009 Maksim Yevmenkin <m_evmenkin@yahoo.com>
23 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
190 if (uaa->usb_mode != USB_MODE_HOST) in ubtbcmfw_probe()
193 if (uaa->info.bIfaceIndex != 0) in ubtbcmfw_probe()
211 sc->sc_udev = uaa->device; in ubtbcmfw_attach()
215 mtx_init(&sc->sc_mtx, "ubtbcmfw lock", NULL, MTX_DEF | MTX_RECURSE); in ubtbcmfw_attach()
218 error = usbd_transfer_setup(uaa->device, &iface_index, sc->sc_xfer, in ubtbcmfw_attach()
220 sc, &sc->sc_mtx); in ubtbcmfw_attach()
[all …]
/freebsd-src/sys/dev/hwpmc/
H A Dhwpmc_powerpc.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
20 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
72 uintptr_t pc; in pmc_save_kernel_callchain() local
83 pc = sp[2]; in pmc_save_kernel_callchain()
85 pc = sp[1]; in pmc_save_kernel_callchain()
87 if ((pc & 3) || (pc < 0x100)) in pmc_save_kernel_callchain()
94 if (pc + OFFSET == (uintptr_t) &trapexit || in pmc_save_kernel_callchain()
95 pc + OFFSET == (uintptr_t) &asttrapexit) in pmc_save_kernel_callchain()
98 cc[frames] = pc; in pmc_save_kernel_callchain()
[all …]
/freebsd-src/sys/dev/usb/misc/
H A Dcp2112.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
31 * - CP2112 Datasheet
32 * https://www.silabs.com/documents/public/data-sheets/cp2112-datasheet.pdf
33 * - AN49
752 struct usb_page_cache *pc; cp2112iic_intr_write_callback() local
788 struct usb_page_cache *pc; cp2112iic_intr_read_callback() local
[all...]
/freebsd-src/contrib/unbound/services/
H A Doutside_network.c2 * services/outside_network.c - implement sending of queries and wait answer.
26 * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
108 if(p1->id < p2->id) in pending_cmp()
109 return -1; in pending_cmp()
110 if(p1->id > p2->id) in pending_cmp()
112 log_assert(p1->id == p2->id); in pending_cmp()
113 return sockaddr_cmp(&p1->add in pending_cmp()
1750 struct port_comm* pc; global() local
1871 struct port_comm* pc = outnet->ip4_ifs[i]. global() local
1887 struct port_comm* pc = outnet->ip6_ifs[i]. global() local
3868 struct port_comm* pc; global() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h1 //===-- sanitizer/asan_interface.h ------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
25 /// unpoisoned. This function is not guaranteed to poison the entire region -
29 /// \note This function is not thread-safe because no two threads can poison or
41 /// This function could unpoison a super-region of <c>[addr, addr+size)</c> due
44 /// \note This function is not thread-safe because no two threads can
64 /// \note Macro provided for convenience; defined as a no-op if ASan is not
74 /// \note Macro provided for convenience; defined as a no-op if ASan is not
[all …]

12345678910>>...23