| /netbsd-src/common/lib/libprop/ |
| H A D | prop_array.c | 45 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 D | if_atw_pci.c | 244 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 D | if_fxp_pci.c | 362 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 D | pci.c | 253 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 D | pci_map.c | 583 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 D | if_tlp_pci.c | 582 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 D | pcivar.h | 157 int pa_flags; /* flags; see below */ member
|
| H A D | ppb.c | 432 pba.pba_flags = pa->pa_flags & ~PCI_FLAGS_MRM_OKAY; in ppbattach()
|
| H A D | if_sip.c | 925 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 D | viaide.c | 946 (pa->pa_flags & PCI_FLAGS_MEM_OKAY) != 0) { in via_sata_chip_map_common()
|
| H A D | pciide_common.c | 269 if ((pa->pa_flags & PCI_FLAGS_IO_OKAY) == 0) { in pciide_chipen()
|
| H A D | if_ste.c | 558 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in ste_attach()
|
| H A D | if_stge.c | 672 if ((pa->pa_flags & PCI_FLAGS_MWI_OKAY) == 0) in stge_attach()
|
| H A D | if_wm.c | 2099 pa->pa_flags &= ~PCI_FLAGS_MSI_OKAY; in wm_attach()
|
| /netbsd-src/tests/fs/puffs/ |
| H A D | t_fuzz.c | 74 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 D | pci_msi_machdep.c | 87 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 D | mount_puffs.c | 69 printf("flags=0x%x, ", kargs.pa_flags); in show_puffs_mount_args()
|
| /netbsd-src/sys/arch/x86/pci/ |
| H A D | pci_msi_machdep.c | 167 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 D | pchb.c | 163 attachflags = pa->pa_flags; in pchbattach()
|
| /netbsd-src/sys/arch/alpha/pci/ |
| H A D | irongate.c | 180 apa.apa_pci_args.pa_flags = pba.pba_flags; in irongate_attach()
|
| /netbsd-src/sys/fs/puffs/ |
| H A D | puffs_sys.h | 143 #define pmp_flags pmp_args.pa_flags
|
| H A D | puffs_vfsops.c | 128 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 D | puffs_msgif.h | 240 uint32_t pa_flags; member
|
| /netbsd-src/lib/libpuffs/ |
| H A D | puffs.c | 658 pargs->pa_flags = PUFFS_FLAG_KERN(pflags); in puffs_init()
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_pci.c | 106 npa->pa_flags = 0; /* XXX? */ in alloc_fake_parent_device()
|