| /src/sys/arch/alpha/alpha/ |
| dec_kn300.c | 33 #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ 37 #include <sys/param.h> 38 #include <sys/systm.h> 39 #include <sys/device.h> 211 static const char *sys = "system"; local 223 (type == ALPHA_SYS_ERROR)? sys : proc, 226 "I/O Bridge Module" : sys)); 248 printf(fmt1, "Sys. Env. Reg.", ptr->sys_env); 301 printf(fmt1, "Sys. Env. Reg.", iodsnp->sys_env);
|
| dec_kn300.c | 33 #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ 37 #include <sys/param.h> 38 #include <sys/systm.h> 39 #include <sys/device.h> 211 static const char *sys = "system"; local 223 (type == ALPHA_SYS_ERROR)? sys : proc, 226 "I/O Bridge Module" : sys)); 248 printf(fmt1, "Sys. Env. Reg.", ptr->sys_env); 301 printf(fmt1, "Sys. Env. Reg.", iodsnp->sys_env);
|
| /src/lib/librmt/ |
| rmtlib.c | 30 #include <sys/cdefs.h> 36 #include <sys/types.h> 37 #include <sys/stat.h> 40 #include <sys/ioctl.h> 41 #include <sys/mtio.h> 256 char *sys, *dev, *user; local 261 sys = host; 289 *sys++ = *path++; 291 *sys = '\0'; 297 sys = host; /* start over * [all...] |
| rmtlib.c | 30 #include <sys/cdefs.h> 36 #include <sys/types.h> 37 #include <sys/stat.h> 40 #include <sys/ioctl.h> 41 #include <sys/mtio.h> 256 char *sys, *dev, *user; local 261 sys = host; 289 *sys++ = *path++; 291 *sys = '\0'; 297 sys = host; /* start over * [all...] |
| /src/sys/arch/macppc/dev/ |
| lightbar.c | 29 #include <sys/cdefs.h> 32 #include <sys/param.h> 33 #include <sys/device.h> 34 #include <sys/systm.h> 35 #include <sys/kmem.h> 36 #include <sys/kthread.h> 37 #include <sys/cpu.h> 38 #include <sys/sysctl.h> 217 CTLTYPE_INT, "sys", "system time", 241 int all, sys, idle, syst, i local [all...] |
| lightbar.c | 29 #include <sys/cdefs.h> 32 #include <sys/param.h> 33 #include <sys/device.h> 34 #include <sys/systm.h> 35 #include <sys/kmem.h> 36 #include <sys/kthread.h> 37 #include <sys/cpu.h> 38 #include <sys/sysctl.h> 217 CTLTYPE_INT, "sys", "system time", 241 int all, sys, idle, syst, i local [all...] |
| /src/usr.sbin/kgmon/ |
| kgmon.c | 32 #include <sys/cdefs.h> 46 #include <sys/param.h> 47 #include <sys/file.h> 48 #include <sys/sysctl.h> 49 #include <sys/gmon.h> 92 char *sys, *kmemf; local 102 sys = NULL; 112 sys = optarg; 159 sys = *argv; 166 accessmode = openfiles(sys, kmemf, &kvmvars) [all...] |
| kgmon.c | 32 #include <sys/cdefs.h> 46 #include <sys/param.h> 47 #include <sys/file.h> 48 #include <sys/sysctl.h> 49 #include <sys/gmon.h> 92 char *sys, *kmemf; local 102 sys = NULL; 112 sys = optarg; 159 sys = *argv; 166 accessmode = openfiles(sys, kmemf, &kvmvars) [all...] |
| /src/sys/fs/ntfs/ |
| ntfs_subr.c | 31 #include <sys/cdefs.h> 34 #include <sys/param.h> 35 #include <sys/systm.h> 36 #include <sys/namei.h> 37 #include <sys/proc.h> 38 #include <sys/kernel.h> 39 #include <sys/vnode.h> 40 #include <sys/mount.h> 41 #include <sys/buf.h> 42 #include <sys/file.h 719 const char *sys; local [all...] |
| ntfs_subr.c | 31 #include <sys/cdefs.h> 34 #include <sys/param.h> 35 #include <sys/systm.h> 36 #include <sys/namei.h> 37 #include <sys/proc.h> 38 #include <sys/kernel.h> 39 #include <sys/vnode.h> 40 #include <sys/mount.h> 41 #include <sys/buf.h> 42 #include <sys/file.h 719 const char *sys; local [all...] |
| /src/sbin/ccdconfig/ |
| ccdconfig.c | 32 #include <sys/cdefs.h> 39 #include <sys/param.h> 40 #include <sys/ioctl.h> 41 #include <sys/disklabel.h> 42 #include <sys/disk.h> 43 #include <sys/stat.h> 44 #include <sys/sysctl.h> 754 const char *sys; local 761 sys = "kern.ccd.units"; 762 if (sysctlbyname(sys, NULL, &nunits, NULL, 0) == -1) [all...] |
| ccdconfig.c | 32 #include <sys/cdefs.h> 39 #include <sys/param.h> 40 #include <sys/ioctl.h> 41 #include <sys/disklabel.h> 42 #include <sys/disk.h> 43 #include <sys/stat.h> 44 #include <sys/sysctl.h> 754 const char *sys; local 761 sys = "kern.ccd.units"; 762 if (sysctlbyname(sys, NULL, &nunits, NULL, 0) == -1) [all...] |
| /src/usr.bin/xlint/lint1/ |
| cgram.y | 36 #include <sys/cdefs.h> 490 %type <y_in_system_header> sys 641 | postfix_expression T_LBRACK sys expression T_RBRACK { 644 | postfix_expression T_LPAREN sys T_RPAREN { 649 | postfix_expression T_LPAREN sys argument_expression_list T_RPAREN { 652 | postfix_expression point_or_arrow sys T_NAME { 655 | postfix_expression T_INCDEC sys { 772 | T_INCDEC sys unary_expression { 775 | T_AMPER sys cast_expression { 778 | T_ASTERISK sys cast_expression 2585 sys: label [all...] |
| cgram.y | 36 #include <sys/cdefs.h> 490 %type <y_in_system_header> sys 641 | postfix_expression T_LBRACK sys expression T_RBRACK { 644 | postfix_expression T_LPAREN sys T_RPAREN { 649 | postfix_expression T_LPAREN sys argument_expression_list T_RPAREN { 652 | postfix_expression point_or_arrow sys T_NAME { 655 | postfix_expression T_INCDEC sys { 772 | T_INCDEC sys unary_expression { 775 | T_AMPER sys cast_expression { 778 | T_ASTERISK sys cast_expression 2585 sys: label [all...] |
| /src/usr.bin/make/unit-tests/ |
| directive-include-guard.mk | 456 # symmetry with the '.include <sys.mk>' directive. The characters '<' and '>' 458 CASES+= target-sys 459 LINES.target-sys= \ 460 '.if !target(__<target-sys.tmp>__)' \ 461 '__<target-sys.tmp>__: .NOTMAIN' \ 463 # expect: Parse_PushInput: target-sys.tmp:1 464 # expect: Skipping 'target-sys.tmp' because '__<target-sys.tmp>__' is defined
|
| directive-include-guard.mk | 456 # symmetry with the '.include <sys.mk>' directive. The characters '<' and '>' 458 CASES+= target-sys 459 LINES.target-sys= \ 460 '.if !target(__<target-sys.tmp>__)' \ 461 '__<target-sys.tmp>__: .NOTMAIN' \ 463 # expect: Parse_PushInput: target-sys.tmp:1 464 # expect: Skipping 'target-sys.tmp' because '__<target-sys.tmp>__' is defined
|