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

  /src/usr.bin/ktrace/
subr.c 51 getpoints(int facs, char *s)
57 if (*s == '-' && (facs & ALL_POINTS) == 0)
58 facs |= DEF_POINTS;
63 return facs;
114 facs |= fac;
116 facs &= ~fac;
  /src/sys/arch/x86/acpi/
acpi_wakeup.c 177 ACPI_TABLE_FACS *facs; local
180 rv = AcpiGetTable(ACPI_SIG_FACS, 0, (ACPI_TABLE_HEADER **)&facs);
182 if (ACPI_FAILURE(rv) || facs == NULL)
185 if ((facs->Flags & ACPI_FACS_S4_BIOS_PRESENT) == 0)
  /src/sys/kern/
kern_ktrace_vfs.c 91 syscallarg(int) facs;
141 error = ktrace_common(l, SCARG(uap, ops), SCARG(uap, facs),
kern_ktrace.c 1014 ktrace_common(lwp_t *curl, int ops, int facs, int pid, file_t **fpp)
1025 facs = facs & ~((unsigned) KTRFAC_PERSISTENT);
1107 if (!facs) {
1131 facs, ktd);
1133 ret |= ktrops(curl, p, ops, facs,
1146 ret |= ktrsetchildren(curl, p, ops, facs, ktd);
1148 ret |= ktrops(curl, p, ops, facs, ktd);
1183 syscallarg(int) facs;
1196 SCARG(uap, facs), SCARG(uap, pid), &fp)
    [all...]
systrace_args.c 364 iarg[2] = SCARG(p, facs); /* int */
2154 iarg[2] = SCARG(p, facs); /* int */
  /src/usr.sbin/acpitools/acpidump/
acpi.c 129 static void acpi_print_facs(ACPI_TABLE_FACS *facs);
831 ACPI_TABLE_FACS *facs; local
837 if (acpi_select_address(fadt->Facs, fadt->XFacs) == 0) {
839 errx(EXIT_FAILURE, "Missing FACS and HW_REDUCED_ACPI flag not set in FADT");
841 facs = (ACPI_TABLE_FACS *)acpi_map_sdt(
842 acpi_select_address(fadt->Facs, fadt->XFacs));
843 if (memcmp(facs->Signature, ACPI_SIG_FACS, 4) != 0 || facs->Length < 64)
844 errx(EXIT_FAILURE, "FACS is corrupt");
845 acpi_print_facs(facs);
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
netbsd_syscall_hooks.h 263 #define __sanitizer_syscall_pre_ktrace(fname, ops, facs, pid) \
265 (long long)(facs), (long long)(pid))
266 #define __sanitizer_syscall_post_ktrace(res, fname, ops, facs, pid) \
268 (long long)(ops), (long long)(facs), \
1500 #define __sanitizer_syscall_pre_fktrace(fd, ops, facs, pid) \
1502 (long long)(facs), (long long)(pid))
1503 #define __sanitizer_syscall_post_fktrace(res, fd, ops, facs, pid) \
1505 (long long)(ops), (long long)(facs), \
2887 long long facs, long long pid);
2889 long long ops, long long facs,
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_netbsd.c 545 syscallarg(int) facs;
552 NETBSD32TO64_UAP(facs);
1693 syscallarg(int) facs;
1700 NETBSD32TO64_UAP(facs);
netbsd32_syscallargs.h 271 syscallarg(int) facs; member in struct:netbsd32_ktrace_args
1552 syscallarg(int) facs; member in struct:netbsd32_fktrace_args
netbsd32_systrace_args.c 364 iarg[2] = SCARG(p, facs); /* int */
2093 iarg[2] = SCARG(p, facs); /* int */
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 861 rump___sysimpl_ktrace(const char * fname, int ops, int facs, pid_t pid)
871 SPARG(&callarg, facs) = facs;
3260 rump___sysimpl_fktrace(int fd, int ops, int facs, pid_t pid)
3270 SPARG(&callarg, facs) = facs;
  /src/sys/sys/
syscallargs.h 306 syscallarg(int) facs; member in struct:sys_ktrace_args
1877 syscallarg(int) facs; member in struct:sys_fktrace_args

Completed in 45 milliseconds