/freebsd/crypto/openssl/util/ |
H A D | check-format-test-positives.c | 33 /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */ 34 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */ 43 *X*@ no spc after leading '*' in multi-line comment, reported unless sloppy-spc 54 #define X (1 + 1) /*@0 extra space in body, reported unless sloppy-spc */ 55 #define Y 1 /*@ extra space before body, reported unless sloppy-spc */ \ 57 typedef struct { /*@0 extra space in code, reported unless sloppy-spc */ 62 y,z /*@ no space after ',', reported unless sloppy-spc */ 63 } e_member ; /*@ space before ';', reported unless sloppy-spc */ 66 struct{} s; /*@ no space before '{', reported unless sloppy-spc */ 67 }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 | arc_summary | 456 print('{0:<{spc}}{1}'.format(TITLE, daydate, spc=spc_date)) 457 print('{0:<{spc}}{1}'.format(sys_msg, zfs, spc=spc_zfs)) 458 print('{0:<{spc}}{1}\n'.format(machine_msg, spl, spc=spc_spl)) 505 spc = ' '*(LINE_LENGTH-(len(text)+len(value))) 506 print('{0}{spc}{1}'.format(text, value, spc=spc)) 511 spc = ' '*(LINE_LENGTH-(len(INDENT)+len(text)+len(value))) 512 print(INDENT+'{0}{spc}{1}'.format(text, value, spc=spc)) 518 spc = ' '*(LINE_LENGTH-(len(text)+len(values)+2)) 519 print('{0}{spc} {1}'.format(text, values, spc=spc)) 525 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/usr.sbin/jls/ |
H A D | jls.c | 87 int c, i, jflags, jid, lastjid, pflags, spc; in main() local 224 for (i = spc = 0; i < nparams; i++) in main() 226 if (spc) in main() 229 spc = 1; in main() 384 int i, jid, spc; in print_jail() local 446 for (i = spc = 0; i < nparams; i++) { in print_jail() 456 if (spc) in print_jail() 459 spc = 1; in print_jail()
|
/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_simplify_entry.9 | 2 .\" Copyright (c) 2003 Bruce M Simpson <bms@spc.org> 59 .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 .
|