| /freebsd/crypto/openssl/util/ |
| H A D | check-format-test-positives.c | 36 /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */ 37 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */ 46 *X*@ no spc after leading '*' in multi-line comment, reported unless sloppy-spc 56 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */ 57 #define Y 1 /*@ extra space before body, reported unless sloppy-spc */ \ 59 typedef struct { /*@0 extra space in code, reported unless sloppy-spc */ 64 y,z /*@ no space after ',', reported unless sloppy-spc */ 65 } e_member ; /*@ space before ';', reported unless sloppy-spc */ 68 struct{} s; /*@ no space before '{', reported unless sloppy-spc */ 69 }u_member; /*@ no space after '}', reported unless sloppy-spc */ [all …]
|
| /freebsd/share/man/man4/ |
| H A D | pms.4 | 79 PMC Sierra SPC SAS-SATA Card 81 PMC Sierra SPC-V SAS-SATA Card 83 PMC Sierra SPC-VE SAS-SATA Card 85 PMC Sierra SPC-V 16 Port SAS-SATA Card 87 PMC Sierra SPC-VE 16 Port SAS-SATA Card 89 PMC Sierra SPC-V SAS-SATA Card 12Gig 91 PMC Sierra SPC-VE SAS-SATA Card 12Gig 93 PMC Sierra SPC-V 16 Port SAS-SATA Card 12Gig 95 PMC Sierra SPC-VE 16 Port SAS-SATA Card 12Gig
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | saglobal.h | 42 #include <dev/pms/RefTisa/sallsdk/spc/sallist.h> 43 #include <dev/pms/RefTisa/sallsdk/spc/sadefs.h> 44 #include <dev/pms/RefTisa/sallsdk/spc/sampidefs.h> 47 #include <dev/pms/RefTisa/sallsdk/spc/sahwreg.h> 48 #include <dev/pms/RefTisa/sallsdk/spc/samacro.h> 49 #include <dev/pms/RefTisa/sallsdk/spc/spcdefs.h> 50 #include <dev/pms/RefTisa/sallsdk/spc/mpi.h> 51 #include <dev/pms/RefTisa/sallsdk/spc/satypes.h> 52 #include <dev/pms/RefTisa/sallsdk/spc/saproto.h> 53 #include <dev/pms/RefTisa/sallsdk/spc/mpidebug.h>
|
| H A D | sampicmd.c | 24 * \brief The file implements the functions of MPI Inbound IOMB/Command to SPC 31 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h> 42 * This command used to test that MPI between host and SPC IOP is operational. 45 * \param agContext Context of SPC FW Flash Update Command 49 * \return If the MPI command is sent to SPC successfully 51 * - \e AGSA_RC_BUSY the SPC is no resource, cannot send now 76 /*! \brief Build a IOMB command and send to SPC 78 * Build an IOMB if there is a free message buffer and Send it to SPC 87 * \return If the MPI command is sent to SPC successfully 89 * - \e AGSA_RC_BUSY the SPC is no resource, cannot send now [all …]
|
| H A D | saioctlcmd.c | 24 * \brief The file implements the functions of IOCTL MPI Command/Response to/from SPC 31 #include <dev/pms/RefTisa/sallsdk/spc/saglobal.h> 54 /*! \brief SPC FW Profile Command 56 * This command sends FW Flash Update Command to SPC. 59 * \param agContext Context of SPC FW Flash Update Command 63 * \return If the MPI command is sent to SPC successfully 182 /* post the IOMB to SPC */ in saFwProfile() 207 /*! \brief SPC FW Flash Update Command 209 * This command sends FW Flash Update Command to SPC. 212 * \param agContext Context of SPC FW Flash Update Command [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/msm/ |
| H A D | qcom,idle-state.txt | 10 * Standalone Power Collapse (Standalone PC or SPC) 34 between the time it enters idle and the next known wake up. SPC mode is used 47 Power Collapse: This state is similar to the SPC mode, but distinguishes 67 "qcom,idle-state-spc", 76 CPU_SPC: spc { 77 compatible = "qcom,idle-state-spc", "arm,idle-state";
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | zarcsummary | 457 print('{0:<{spc}}{1}'.format(TITLE, daydate, spc=spc_date)) 458 print('{0:<{spc}}{1}'.format(sys_msg, zfs, spc=spc_zfs)) 459 print('{0:<{spc}}{1}\n'.format(machine_msg, spl, spc=spc_spl)) 506 spc = ' '*(LINE_LENGTH-(len(text)+len(value))) 507 print('{0}{spc}{1}'.format(text, value, spc=spc)) 512 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(value))) 513 print(INDENT+'{0}{spc}{1}'.format(text, value, spc=spc)) 519 spc = ' '*(LINE_LENGTH-(len(text)+len(values)+2)) 520 print('{0}{spc} {1}'.format(text, values, spc=spc)) 526 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(values)+2)) [all …]
|
| /freebsd/sys/dev/ofw/ |
| H A D | ofw_subr.c | 88 u_int spc, rspc; in ofw_reg_to_paddr() local 114 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK; in ofw_reg_to_paddr() 141 spc = pci_hi & OFW_PCI_PHYS_HI_SPACEMASK; in ofw_reg_to_paddr() 148 if (rspc != spc) { in ofw_reg_to_paddr() 168 spc = rspc; in ofw_reg_to_paddr()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | parseaddr.c | 480 ** for left paren is SPC). 515 #define SPC 3 /* chewing up spaces */ macro 529 /* oldst chtype> OPR ATM QST SPC ONE ILL */ 530 /*OPR*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|MB }, 531 /*ATM*/ { OPR|B, ATM, QST|B, SPC|MB, ONE|B, ILL|MB }, 533 /*SPC*/ { OPR, ATM, QST, SPC|M, ONE, ILL|MB }, 535 /*ILL*/ { OPR|B, ATM|B, QST|B, SPC|MB, ONE|B, ILL|M } 544 ATM,ATM,ATM,ATM,ATM,ATM,ATM,ATM, ATM,SPC,SPC,SPC,SPC,SPC,ATM,ATM, 548 SPC,ATM,QST,ATM,ATM,ATM,ATM,ATM, SPC,SPC,ATM,ATM,ATM,ATM,ATM,ATM, 582 ATM,ATM,ATM,ATM,ATM,ATM,ATM,ATM, ATM,SPC,SPC,SPC,SPC,SPC,ATM,ATM, [all …]
|
| /freebsd/bin/sh/ |
| H A D | mkbuiltins | 60 spc = 1; 65 printf "\t\"\\%03o\\%03o%s\"\n", length($i), (spc ? 128 : 0) + NR-1, $i 66 spc = 0;
|
| /freebsd/share/man/man9/ |
| H A D | pmap_activate.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 49 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_clear_modify.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 50 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_growkernel.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 49 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_protect.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 55 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_pinit.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 60 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_init.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 53 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_release.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 56 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | vm_map_delete.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 66 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | vm_map_init.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 57 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | vm_map_madvise.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 75 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | vm_map_max.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 64 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | vm_map_remove.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 67 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_is_prefaultable.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 55 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| H A D | pmap_copy.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 82 .An Bruce M Simpson Aq Mt bms@spc.org .
|
| /freebsd/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_tx.c | 557 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; in mlx4_en_store_inline_data() local 563 } else if (len <= spc) { in mlx4_en_store_inline_data() 567 m_copydata(mb, 0, spc, inl + 4); in mlx4_en_store_inline_data() 568 m_copydata(mb, spc, len - spc, inl + 8 + spc); in mlx4_en_store_inline_data() 579 const int spc = MLX4_INLINE_ALIGN - CTRL_SIZE - 4; in mlx4_en_store_inline_header() local 584 } else if (len <= spc) { in mlx4_en_store_inline_header() 588 *(volatile uint32_t *)(inl + 4 + spc) = in mlx4_en_store_inline_header() 589 SET_BYTE_COUNT((1U << 31) | (len - spc)); in mlx4_en_store_inline_header() 592 SET_BYTE_COUNT((1U << 31) | spc); in mlx4_en_store_inline_header()
|