Home
last modified time | relevance | path

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

/netbsd/src/common/lib/libprop/
Dprop_array.c45 int pa_flags; member
97 #define prop_array_is_immutable(x) (((x)->pa_flags & PA_F_IMMUTABLE) != 0)
296 pa->pa_flags = 0; in _prop_array_alloc()
443 pa->pa_flags = opa->pa_flags; in prop_array_copy()
460 pa->pa_flags &= ~PA_F_IMMUTABLE; in prop_array_copy_mutable()
573 pa->pa_flags |= PA_F_IMMUTABLE; in prop_array_make_immutable()
/netbsd/src/sys/dev/pci/
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()
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()
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()
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()
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()
Dpcivar.h157 int pa_flags; /* flags; see below */ member
Dppb.c432 pba.pba_flags = pa->pa_flags & ~PCI_FLAGS_MRM_OKAY; in ppbattach()
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()
Dviaide.c1002 (pa->pa_flags & PCI_FLAGS_MEM_OKAY) != 0) { in via_sata_chip_map_common()
Dpciide_common.c272 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) { in pciide_chipen()
Dif_ste.c558 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in ste_attach()
Dif_stge.c672 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in stge_attach()
Dif_wm.c2099 pa->pa_flags &= ~PCI_FLAGS_MSI_OKAY; in wm_attach()
/netbsd/src/tests/fs/puffs/
Dt_fuzz.c74 kargs->pa_flags &= PUFFS_KFLAG_MASK; in fixkflag()
80 kargs->pa_flags &= ~PUFFS_KFLAG_CACHE_FS_TTL; in fixkflag()
/netbsd/src/sbin/mount_puffs/
Dmount_puffs.c69 printf("flags=0x%x, ", kargs.pa_flags); in show_puffs_mount_args()
/netbsd/src/sys/arch/x86/pci/
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()
Dpchb.c163 attachflags = pa->pa_flags; in pchbattach()
/netbsd/src/sys/arch/alpha/pci/
Dirongate.c180 apa.apa_pci_args.pa_flags = pba.pba_flags; in irongate_attach()
/netbsd/src/sys/fs/puffs/
Dpuffs_sys.h143 #define pmp_flags pmp_args.pa_flags
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()
Dpuffs_msgif.h240 uint32_t pa_flags; member
/netbsd/src/lib/libpuffs/
Dpuffs.c658 pargs->pa_flags = PUFFS_FLAG_KERN(pflags); in puffs_init()
/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_pci.c106 npa->pa_flags = 0; /* XXX? */ in alloc_fake_parent_device()