HomeSort by: relevance | last modified time | path
    Searched defs:sys (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/kern/
Makefile 14 init_sysent.c syscalls.c systrace_args.c ../sys/syscall.h ../sys/syscallargs.h: ${SYSCALLSRC}
18 vnode_if.c ../sys/vnode_if.h: ${VNODEIFSRC}
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
ox810se.dtsi 93 /* Regmap for sys registers */
94 oxsemi,sys-ctrl = <&sys>;
300 sys: sys-ctrl@0 { label
301 compatible = "oxsemi,ox810se-sys-ctrl", "syscon", "simple-mfd";
ox820.dtsi 109 /* Regmap for sys registers */
110 oxsemi,sys-ctrl = <&sys>;
124 /* Regmap for sys registers */
125 oxsemi,sys-ctrl = <&sys>;
256 sys: sys-ctrl@e00000 { label
257 compatible = "oxsemi,ox820-sys-ctrl", "syscon", "simple-mfd";
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 10 # At the point of '.POSIX:', <sys.mk> has been loaded already, unless the
12 # work both with and without the system rules from <sys.mk> being in effect.
34 printf '%s\n' > ${SYSDIR}/sys.mk \
35 'CC=sys-cc' \
52 '.if $${CC} != "sys-cc"' \
60 check-not-seen-sys-mk: .USE
117 # Running make with the option '-r' skips the builtin rules from <sys.mk>.
121 no-builtins: .PHONY set-up-sysdir check-is-posix check-not-seen-sys-mk run
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
  /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 in function:_rmt_open
261 sys = host;
289 *sys++ = *path++;
291 *sys = '\0';
297 sys = host; /* start over *
    [all...]
  /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 in function:kn300_softerr
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/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 in function:main
102 sys = NULL;
112 sys = optarg;
159 sys = *argv;
166 accessmode = openfiles(sys, kmemf, &kvmvars)
    [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 in function:lightbar_update
    [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>
526 const char *sys; local in function:dump_ccd
531 if (sysctlbyname(sys = "kern.ccd.units", NULL, &nunits, NULL, 0)
540 err(EXIT_FAILURE, "1 error getting %s", sys);
    [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 in function:ntfs_ntlookupattr
    [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
2587 sys: label
    [all...]

Completed in 45 milliseconds