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/kern/
kern_ktrace_vfs.c 90 syscallarg(int) facs;
140 error = ktrace_common(l, SCARG(uap, ops), SCARG(uap, facs),
kern_ktrace.c 992 ktrace_common(lwp_t *curl, int ops, int facs, int pid, file_t **fpp)
1003 facs = facs & ~((unsigned) KTRFAC_PERSISTENT);
1085 if (!facs) {
1109 facs, ktd);
1111 ret |= ktrops(curl, p, ops, facs,
1124 ret |= ktrsetchildren(curl, p, ops, facs, ktd);
1126 ret |= ktrops(curl, p, ops, facs, ktd);
1161 syscallarg(int) facs;
1174 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/sys/arch/x86/acpi/
acpi_wakeup.c 177 ACPI_TABLE_FACS *facs; local in function:acpi_md_s4bios
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/usr.sbin/acpitools/acpidump/
acpi.c 129 static void acpi_print_facs(ACPI_TABLE_FACS *facs);
831 ACPI_TABLE_FACS *facs; local in function:acpi_handle_fadt
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;
1552 syscallarg(int) facs;
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 859 rump___sysimpl_ktrace(const char * fname, int ops, int facs, pid_t pid)
869 SPARG(&callarg, facs) = facs;
3258 rump___sysimpl_fktrace(int fd, int ops, int facs, pid_t pid)
3268 SPARG(&callarg, facs) = facs;
  /src/sys/sys/
syscallargs.h 306 syscallarg(int) facs;
1877 syscallarg(int) facs;

Completed in 38 milliseconds