Home
last modified time | relevance | path

Searched refs:pa_flags (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_array.c45 int pa_flags; member
85 #define prop_array_is_immutable(x) (((x)->pa_flags & PA_F_IMMUTABLE) != 0)
281 pa->pa_flags = 0; in _prop_array_alloc()
428 pa->pa_flags = opa->pa_flags; in prop_array_copy()
445 pa->pa_flags &= ~PA_F_IMMUTABLE; in prop_array_copy_mutable()
558 pa->pa_flags |= PA_F_IMMUTABLE; in prop_array_make_immutable()
/netbsd-src/sys/dev/pci/
H A Dif_atw_pci.c244 if (pa->pa_flags & PCI_FLAGS_MRL_OKAY) /* read line */ in atw_pci_attach()
246 if (pa->pa_flags & PCI_FLAGS_MRM_OKAY) /* read multiple */ in atw_pci_attach()
248 if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) /* write invalidate */ in atw_pci_attach()
H A Dif_fxp_pci.c362 if (((pa->pa_flags & PCI_FLAGS_MEM_OKAY) != 0) && in fxp_pci_attach()
408 if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) in fxp_pci_attach()
446 if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) in fxp_pci_attach()
H A Dpci.c253 pa->pa_flags & PCI_FLAGS_IO_OKAY ? "on" : "off", in pciprint()
254 pa->pa_flags & PCI_FLAGS_MEM_OKAY ? "on" : "off"); in pciprint()
404 pa.pa_flags = sc->sc_flags; in pci_probe_device1()
411 pa.pa_flags &= ~(PCI_FLAGS_MRL_OKAY| in pci_probe_device1()
463 pa.pa_flags |= PCI_FLAGS_MSI_OKAY; in pci_probe_device1()
464 pa.pa_flags |= PCI_FLAGS_MSIX_OKAY; in pci_probe_device1()
H A Dpci_map.c583 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) in pci_mapreg_submap()
587 if ((pa->pa_flags & PCI_FLAGS_MEM_OKAY) == 0) in pci_mapreg_submap()
H A Dif_tlp_pci.c582 if (pa->pa_flags & PCI_FLAGS_MRL_OKAY) in tlp_pci_attach()
584 if (pa->pa_flags & PCI_FLAGS_MRM_OKAY) in tlp_pci_attach()
586 if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) in tlp_pci_attach()
H A Dpcivar.h157 int pa_flags; /* flags; see below */ member
H A Dppb.c432 pba.pba_flags = pa->pa_flags & ~PCI_FLAGS_MRM_OKAY; in ppbattach()
H A Dif_sip.c925 if ((pa->pa_flags & PCI_FLAGS_MRM_OKAY) == 0 || in sipcom_dp83820_attach()
928 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0 || in sipcom_dp83820_attach()
1183 if (pa->pa_flags & PCI_FLAGS_MWI_OKAY) in sipcom_attach()
H A Dviaide.c946 (pa->pa_flags & PCI_FLAGS_MEM_OKAY) != 0) { in via_sata_chip_map_common()
H A Dpciide_common.c269 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) { in pciide_chipen()
H A Dif_ste.c558 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in ste_attach()
H A Dif_stge.c672 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in stge_attach()
H A Dif_wm.c2099 pa->pa_flags &= ~PCI_FLAGS_MSI_OKAY; in wm_attach()
/netbsd-src/tests/fs/puffs/
H A Dt_fuzz.c74 kargs->pa_flags &= PUFFS_KFLAG_MASK; in fixkflag()
80 kargs->pa_flags &= ~PUFFS_KFLAG_CACHE_FS_TTL; in fixkflag()
/netbsd-src/sys/arch/arm/pci/
H A Dpci_msi_machdep.c87 if ((pa->pa_flags & PCI_FLAGS_MSI_OKAY) == 0) in arm_pci_msi_alloc_common()
109 if ((pa->pa_flags & PCI_FLAGS_MSIX_OKAY) == 0) in arm_pci_msix_alloc_common()
/netbsd-src/sbin/mount_puffs/
H A Dmount_puffs.c69 printf("flags=0x%x, ", kargs.pa_flags); in show_puffs_mount_args()
/netbsd-src/sys/arch/x86/pci/
H A Dpci_msi_machdep.c167 if ((pa->pa_flags & PCI_FLAGS_MSI_OKAY) == 0) { in pci_msi_alloc_common()
265 if ((pa->pa_flags & PCI_FLAGS_MSIX_OKAY) == 0) { in pci_msix_alloc_common()
H A Dpchb.c163 attachflags = pa->pa_flags; in pchbattach()
/netbsd-src/sys/arch/alpha/pci/
H A Dirongate.c180 apa.apa_pci_args.pa_flags = pba.pba_flags; in irongate_attach()
/netbsd-src/sys/fs/puffs/
H A Dpuffs_sys.h143 #define pmp_flags pmp_args.pa_flags
H A Dpuffs_vfsops.c128 if ((args->pa_flags & ~PUFFS_KFLAG_MASK) != 0) { in puffs_vfsop_mount()
129 printf("puffs_mount: invalid KFLAGs 0x%x\n", args->pa_flags); in puffs_vfsop_mount()
H A Dpuffs_msgif.h240 uint32_t pa_flags; member
/netbsd-src/lib/libpuffs/
H A Dpuffs.c658 pargs->pa_flags = PUFFS_FLAG_KERN(pflags); in puffs_init()
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_pci.c106 npa->pa_flags = 0; /* XXX? */ in alloc_fake_parent_device()