Searched refs:ap_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c115 u_int ap_flags; member in struct:audit_pipe
497 if (ap->ap_flags & AUDIT_PIPE_ASYNC)
714 ap->ap_flags |= AUDIT_PIPE_NBIO;
716 ap->ap_flags &= ~AUDIT_PIPE_NBIO;
731 ap->ap_flags |= AUDIT_PIPE_ASYNC;
733 ap->ap_flags &= ~AUDIT_PIPE_ASYNC;
919 if (ap->ap_flags & AUDIT_PIPE_NBIO) {
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci.c62 int ap_flags; member in struct:acpi_pci_devinfo
143 *result = (uintptr_t)dinfo->ap_flags;
160 dinfo->ap_flags = (int)value;
H A Dacpi_pcib_acpi.c63 int ap_flags; member in struct:acpi_hpcib_softc
552 *result = (uintptr_t)sc->ap_flags;
573 sc->ap_flags = (int)value;
/freebsd-11-stable/sys/bsm/
H A Daudit.h228 au_asflgs_t ap_flags; /* Audit session flags. */ member in struct:auditpinfo_addr
/freebsd-11-stable/contrib/openbsm/sys/bsm/
H A Daudit.h226 au_asflgs_t ap_flags; /* Audit session flags. */ member in struct:auditpinfo_addr

Completed in 84 milliseconds