/freebsd/sys/fs/smbfs/ |
H A D | smbfs_io.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2000-2001 Boris Popov 82 int error/*, *eofflag = ap->a_eofflag*/; in smbfs_readvdir() 83 long offset, limit; in smbfs_readvdir() local 86 SMBVDEBUG("dirname='%s'\n", np->n_name); in smbfs_readvdir() 88 smb_makescred(scred, uio->uio_td, cred); in smbfs_readvdir() 89 offset = uio->uio_offset / DE_SIZE; /* offset in the directory */ in smbfs_readvdir() 90 limit = uio->uio_resid / DE_SIZE; in smbfs_readvdir() 91 if (uio->uio_resid < DE_SIZE || uio->uio_offset < 0) { in smbfs_readvdir() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/cpu-enable-method/ |
H A D | al,alpine-smp | 2 Secondary CPU enable-method "al,alpine-smp" binding 5 This document describes the "al,alpine-smp" method for 7 "al,alpine-smp" enable method should be defined in the 10 Enable method name: "al,alpine-smp" 12 Compatible CPUs: "arm,cortex-a15" 17 "al,alpine-cpu-resume" and "al,alpine-nb-service". 26 - compatible : Should contain "al,alpine-cpu-resume". 27 - reg : Offset and length of the register set for the device 30 * Alpine System-Fabric Service Registers 32 The System-Fabric Service Registers allow various operation on CPU and [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scu_task_context.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 83 SCU_TASK_TYPE_SMP_REQUEST, ///< SMP Request type 306 // OFFSET 0x18 310 // OFFSET 0x1C 313 // OFFSET 0x20 322 // OFFSET 0x24 [all …]
|
H A D | scic_io_request.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 81 * @todo Add Block-guard/DIF, TLR 87 * or block-guard. This sub-structure contains DIF specific feature 97 * This sub-structure contains Transport Layer Retries (TLR) specific 116 * This field indicates whether or not to construct the Scatter-Gather 118 * where Scatter-gather-list processing/translation is done by the [all …]
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smdefs.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 186 * READ LOG EXT Extended Self-test log 195 * SMART READ LOG Self-test log 378 ** SCSI Additional Sense Codes and Qualifiers combo two-bytes 433 #define SATA_PAGE0_INQUIRY_SIZE 9 /* SPC-4, 7.6.9 Table331, p345 */ 435 #define SATA_PAGEB1_INQUIRY_SIZE 64 /* SBC-3, revision31, Table193, p273 */ 579 (bitptr)&(((STRUCT_TYPE *)0)->FEILD) 584 #define OSSA_WRITE_LE_16(AGROOT, DMA_ADDR, OFFSET, VALUE16) \ argument 585 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 587 #define OSSA_WRITE_LE_32(AGROOT, DMA_ADDR, OFFSET, VALUE32) \ argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/controller/ |
H A D | sysctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | StackMapPrinter.h | 1 //===-------- StackMapPrinter.h - Pretty-print stackmaps --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap() argument 21 W.printNumber("LLVM StackMap Version", SMP.getVersion()); in prettyPrintStackMap() 22 W.printNumber("Num Functions", SMP.getNumFunctions()); in prettyPrintStackMap() 25 for (const auto &F : SMP.functions()) in prettyPrintStackMap() 31 W.printNumber("Num Constants", SMP.getNumConstants()); in prettyPrintStackMap() 33 for (const auto &C : SMP.constants()) in prettyPrintStackMap() 37 W.printNumber("Num Records", SMP.getNumRecords()); in prettyPrintStackMap() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddefs.h | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 305 /* SMP frame type */ 312 /* default SMP timeout: 0xFFFF is the Maximum Allowed */ 315 /* SMP direct payload size limit: IOMB direct payload size = 48 */ 318 /* SMP function */ 333 /* SMP function results */ 363 /* SMP PHY CONTROL OPERATION */ 386 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressLo) 389 DMA_BEBIT32_TO_BIT32(*(bit32 *)(devInfo)->sasAddressHi) 393 (((devInfo)->devType_S_Rate & 0xC0) >> 6) [all …]
|
H A D | tdmisc.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 101 tdsaRoot_t *tdsaRoot = (tdsaRoot_t *) tiRoot->tdData; in tiINIIOAbort() 102 tdsaContext_t *tdsaAllShared = (tdsaContext_t *)&tdsaRoot->tdsaAllShared; in tiINIIOAbort() 129 agRoot = &(tdsaAllShared->agRootNonInt); in tiINIIOAbort() 130 tdIORequestBody = (tdIORequestBody_t *)taskTag->tdData; in tiINIIOAbort() 131 agIORequest = &(tdIORequestBody->agIORequest); in tiINIIOAbort() 132 oneDeviceData = tdIORequestBody->tiDevHandle->tdData; in tiINIIOAbort() 140 agDevHandle = oneDeviceData->agDevHandle; in tiINIIOAbort() 142 TI_DBG2(("tiINIIOAbort: did %d\n", oneDeviceData->id)); in tiINIIOAbort() 145 if (oneDeviceData->valid != agTRUE || oneDeviceData->registered != agTRUE || in tiINIIOAbort() [all …]
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.8 | 123 .Op Fl S Ar offset 145 .Bk -words 210 .Op Fl O Ar offset 402 .Bl -tag -width 14n 419 function-specific arguments. 437 .Bl -tag -width 14n 477 .Bl -tag -width periphlist 500 .Bl -tag -width 4n 514 .Bl -tag -width 4n 534 .Bl -tag -width 14n [all …]
|
/freebsd/contrib/nvi/vi/ |
H A D | vs_refresh.c | 1 /*- 34 * v_repaint -- 44 SMAP *smp; in vs_repaint() local 46 for (; evp->e_flno <= evp->e_tlno; ++evp->e_flno) { in vs_repaint() 47 smp = HMAP + evp->e_flno - 1; in vs_repaint() 48 SMAP_FLUSH(smp); in vs_repaint() 49 if (vs_line(sp, smp, NULL, NULL)) in vs_repaint() 56 * vs_refresh -- 71 gp = sp->gp; in vs_refresh() 80 TAILQ_FOREACH(tsp, gp->dq, q) in vs_refresh() [all …]
|
H A D | vs_line.c | 1 /*- 25 #define TABCH '-' 31 * vs_line -- 37 vs_line(SCR *sp, SMAP *smp, size_t *yp, size_t *xp) in vs_line() argument 53 smp - HMAP, smp->lno, smp->off); in vs_line() 57 * don't touch it -- we'll get scrolling wrong, at best. in vs_line() 60 if (!F_ISSET(sp, SC_TINPUT_INFO) && VIP(sp)->totalcount > 1) in vs_line() 62 if (F_ISSET(sp, SC_SCR_EXWROTE) && smp - HMAP != LASTLINE(sp)) in vs_line() 71 is_cached = SMAP_CACHE(smp); in vs_line() 85 gp = sp->gp; in vs_line() [all …]
|
H A D | vs_smap.c | 1 /*- 35 * vs_change -- 74 if (lno > TMAP->lno) in vs_change() 82 if (lno < HMAP->lno) { in vs_change() 88 for (p = HMAP, cnt = sp->t_rows; cnt--; ++p) in vs_change() 89 --p->lno; in vs_change() 90 if (sp->lno >= lno) in vs_change() 91 --sp->lno; in vs_change() 95 for (p = HMAP, cnt = sp->t_rows; cnt--; ++p) in vs_change() 96 ++p->lno; in vs_change() [all …]
|
H A D | vi.h | 1 /*- 26 #define ISMOTION(vp) (vp->rkp != NULL && F_ISSET(vp->rkp, V_MOTION)) 36 * otherwise. This is part of the off-by-1 schizophrenia that 62 #define VM_RCM_SETFNB 0x00000040 /* RCM: set to first non-blank (FNB). */ 64 #define VM_RCM_SETNNB 0x00000100 /* RCM: set to next non-blank. */ 94 * defined command-by-command. Every function has to roll its own 156 #define CS_EOF 2 /* End-of-file. */ 157 #define CS_EOL 3 /* End-of-line. */ 158 #define CS_SOF 4 /* Start-of-file. */ 183 * the information is useful to keep information from being re-calculated. [all …]
|
/freebsd/lib/libmp/ |
H A D | libmp.3 | 50 .Bf -symbolic 92 .Bd -ragged -offset indent 112 returns a null-terminated hexadecimal string having the value of 128 .Bd -ragged -offset indent 146 .Bd -ragged -offset indent 176 .Bd -ragged -offset indent 200 .Bd -ragged -offset indent 213 .Bd -ragged -offset indent 225 .Bd -ragged -offset indent 244 .Fn mp_move "const MINT *smp" "MINT *tmp" ; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
H A D | hisilicon.txt | 2 ---------------------------------------------------- 5 - compatible = "hisilicon,hi3660"; 9 - compatible = "hisilicon,hi3660-hikey960", "hisilicon,hi3660"; 13 - compatible = "hisilicon,hi3670"; 17 - compatible = "hisilicon,hi3670-hikey970", "hisilicon,hi3670"; 21 - compatible = "hisilicon,hi3798cv200"; 25 - compatible = "hisilicon,hi3798cv200-poplar", "hisilicon,hi3798cv200"; 29 - compatible = "hisilicon,hi3620-hi4511"; 33 - compatible = "hisilicon,hi6220"; 37 - compatible = "hisilicon,hi6220-hikey", "hisilicon,hi6220"; [all …]
|
/freebsd/sys/i386/acpica/ |
H A D | acpi_wakeup.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2001-2012 Mitsuru IWASAKI <iwasaki@jp.freebsd.org> 7 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 41 #include <sys/smp.h> 61 #ifdef SMP 96 WAKECODE_FIXUP(offset,type,val) global() argument [all...] |
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakeup.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2001-2012 Mitsuru IWASAKI <iwasaki@jp.freebsd.org> 7 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 38 #include <sys/smp.h> 57 #ifdef SMP 58 #include <machine/smp.h> 70 CTASSERT(sizeof(wakecode) < PAGE_SIZE - 1024); 76 #ifdef SMP 85 #ifdef SMP [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 44 #include <sys/smp.h> 58 #include <machine/smp.h> 86 if ((r1->mr_start + r1->mr_size) < r2->mr_start || in memr_overlap() 87 (r2->mr_start + r2->mr_size) < r1->mr_start) in memr_overlap() 97 end = uqmax(to->mr_start + to->mr_size, from->mr_start + from->mr_size); in memr_merge() 98 to->mr_start = uqmin(from->mr_start, to->mr_start); in memr_merge() 99 to->mr_size = end - to->mr_start; in memr_merge() 112 if (regiona->mr_start < regionb->mr_start) in mr_cmp() [all …]
|
/freebsd/sys/arm/arm/ |
H A D | stdatomic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 41 #if defined(_KERNEL) && !defined(SMP) 49 #endif /* _KERNEL && !SMP */ 62 #if defined(_KERNEL) && !defined(SMP) 118 * Given a memory address pointing to an 8-bit or 16-bit integer, return 119 * the address of the 32-bit word containing it. 130 * Utility functions for loading and storing 8-bit and 16-bit integers 131 * in 32-bit words at an offset corresponding with the location of the 138 size_t offset; in put_1() local [all …]
|
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.html | 3 <!-- 4 A { text-decoration:none } 5 --> 32 <TH VALIGN=TOP>SMP</TH> 34 runs in conjunction with a libpcap front-end.</TD> 39 with a custom device driver/libpcap back-end.</TD> 44 Each IOP will be capable of supporting multiple connections from an SMP 62 …<TD VALIGN=TOP>Since a CTRL-C was used to terminate the application, pcap_breakloop() is never cal… 74 capturing following a pcap_breakloop() without any re-initialization. 86 The following list of functions is the sub-set of Pcap functions that have been [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | gic_v3.c | 1 /*- 2 * Copyright (c) 2015-2016 The FreeBSD Foundation 49 #include <sys/smp.h> 92 #ifdef SMP 111 #ifdef SMP 112 static u_int sgi_to_ipi[GIC_LAST_SGI - GIC_FIRST_SGI + 1]; 137 #ifdef SMP 144 /* MSI/MSI-X */ 166 * Driver-specific definitions. 173 /* Destination registers, either Distributor or Re-Distributor */ [all …]
|
/freebsd/sys/dev/isci/ |
H A D | isci_io_request.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 96 ccb = isci_request->ccb; in isci_io_request_complete() 97 csio = &ccb->csio; in isci_io_request_complete() 98 ccb->ccb_h.status &= ~CAM_STATUS_MASK; in isci_io_request_complete() 103 if (ccb->ccb_h.func_code == XPT_SMP_IO) { in isci_io_request_complete() 106 isci_request->sci_object); in isci_io_request_complete() 108 memcpy(ccb->smpio.smp_response, smp_response, in isci_io_request_complete() 109 ccb->smpio.smp_response_len); in isci_io_request_complete() [all …]
|
/freebsd/sys/conf/ |
H A D | files.i386 | 9 # The long compile-with and dependency lines are required because of 10 # limitations in config: backslash-newline doesn't work in strings, and 13 cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" 14 cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" 17 crypto/openssl/i386/aesni-x86.S optional ossl 18 crypto/openssl/i386/chacha-x86.S optional ossl 19 crypto/openssl/i386/poly1305-x86.S optional ossl 20 crypto/openssl/i386/sha1-586.S optional ossl 21 crypto/openssl/i386/sha256-586.S optional ossl 22 crypto/openssl/i386/sha512-58 [all...] |
/freebsd/sys/dev/pci/ |
H A D | fixup_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 89 #if defined(SMP) in fixwsc_natoma() 91 device_printf(dev, "correcting Natoma config for SMP\n"); in fixwsc_natoma() 97 device_printf(dev, "correcting Natoma config for non-SMP\n"); in fixwsc_natoma() 110 * This requires changing the value for config register at offset 0x6c 111 * for the Host-PCI bridge at bus/dev/function 0/0/0: 114 * ---- ---------- ----------
|