Searched refs:managed (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/atf/atf-c/detail/
H A Dlist.c68 new_entry(void *object, bool managed) argument
76 le->m_managed = managed;
77 } else if (managed)
95 new_entry_and_link(void *object, bool managed, struct list_entry *prev, argument
100 le = new_entry(object, managed);
351 atf_list_append(atf_list_t *l, void *data, bool managed) argument
358 le = new_entry_and_link(data, managed, prev, next);
H A Dmap.c48 new_entry(const char *key, void *value, bool managed) argument
60 me->m_managed = managed;
347 atf_map_insert(atf_map_t *m, const char *key, void *value, bool managed) argument
355 me = new_entry(key, value, managed);
361 if (managed)
372 me->m_managed = managed;
/freebsd-current/sys/contrib/openzfs/contrib/pyzfs/
H A DMakefile.am32 --single-version-externally-managed \
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_mc_fdt.c66 char managed[64]; member in struct:dpaa2_mac_fdt_softc
78 managed = "in-band-status";
86 managed = "in-band-status";
134 s = device_get_property(dev, "managed", sc->managed,
135 sizeof(sc->managed), DEVICE_PROP_ANY);
149 "%#x phy-handle %#x managed '%s' phy-conn-type '%s'\n",
152 sc->managed, sc->phy_conn_type);
H A Ddpaa2_mc_acpi.c62 char managed[64]; member in struct:dpaa2_mac_dev_softc
108 s = device_get_property(dev, "managed", sc->managed,
109 sizeof(sc->managed), DEVICE_PROP_ANY);
118 device_printf(dev, "UID %#04x reg %#04jx managed '%s' "
120 sc->uid, sc->reg, sc->managed[0] != '\0' ? sc->managed : "",
/freebsd-current/sys/dev/neta/
H A Dif_mvneta_fdt.c151 char managed[INBAND_STATUS_MAXLEN]; local
175 if (OF_getprop(node, "managed", managed, sizeof(managed)) > 0) {
176 if (strncmp(managed, "in-band-status", 14) == 0) {
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_runtime_wrapper.h26 #define __managed__ __attribute__((managed))
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp135 bool managed() const { return Source == Managed; } function in class:__anon348::FactEntry
2179 // For managed capabilities, the destructor should unlock in the right mode
2181 if ((A.managed() || A.asserted()) && (B.managed() || B.asserted())) {
2227 } else if (!ExitFact.managed()) {
2239 if (!EntryFact->managed() || ExitLEK == LEK_LockedSomeLoopIterations)
/freebsd-current/sys/powerpc/aim/
H A Dmmu_oea.c92 * Since the information managed by this module is also stored by the
208 uma_zone_t moea_mpvo_zone; /* zone for pvo entries for managed pages */
1330 ("moea_is_referenced: page %p is not managed", m));
1343 ("moea_is_modified: page %p is not managed", m));
1375 ("moea_clear_modify: page %p is not managed", m));
1397 ("moea_remove_write: page %p is not managed", m));
1449 ("moea_ts_referenced: page %p is not managed", m));
1668 ("moea_page_exists_quick: page %p is not managed", m));
1694 * Return the number of managed mappings to the given physical page
1946 bool managed; local
[all...]
H A Dmmu_oea64.c33 * Since the information managed by this module is also stored by the
1394 bool managed; local
1402 managed = (pvo->pvo_vaddr & PVO_MANAGED) == PVO_MANAGED;
1417 if (managed) {
1427 managed) {
2000 ("moea64_is_referenced: page %p is not managed", m));
2010 ("moea64_is_modified: page %p is not managed", m));
2040 ("moea64_clear_modify: page %p is not managed", m));
2059 ("moea64_remove_write: page %p is not managed", m));
2111 ("moea64_ts_referenced: page %p is not managed",
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c618 if (!pdev->managed)
658 /* Here we cannot run through the pdev->managed check. */
671 /* This device is not managed. */
672 pdev->managed = true;
1073 * is managed; otherwise the resources are not automatiaclly freed on
1083 /* Even if the device is not managed we need to track it for iomap. */
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c100 * Since the information managed by this module is
2106 ("pmap_pv_demote_l2: page %p is not managed", m));
2454 ("pmap_remove_all: page %p is not managed", m));
3120 * Enter on the PV list if part of our managed memory.
3230 * The parameter "m" is only used when creating a managed, writeable mapping.
3453 ("pmap_enter_quick_locked: managed mapping within the clean submap"));
3514 * Enter on the PV list if part of our managed memory.
3808 ("pmap_page_exists_quick: page %p is not managed", m));
3842 * Return the number of managed mappings to the given physical page
3973 * Destroy all managed, no
4703 bool managed; local
[all...]
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c76 * Since the information managed by this module is
1607 * 1. Pages for L2 page tables are always not managed. So, pv_list and
2771 * Is given page managed?
3152 ("pmap_pv_demote_pte1: page %p is not managed", m));
3856 ("%s: managed mapping within the clean submap", __func__));
3975 * Enter on the PV list if part of our managed memory.
4263 ("%s: page %p is not managed", __func__, m));
4518 ("%s: managed mapping within the clean submap", __func__));
4597 * Enter on the PV list if part of our managed memory.
5065 * Return the updated number "count" of managed mapping
6213 bool managed; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp362 RAW_METHOD_DUMP(OS, managed);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h345 bool managed; /* devres "pcim_*(). */ member in struct:pci_dev
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c88 * Since the information managed by this module is
290 * it is dirty. This flag may only be set on managed mappings.
293 * as a software managed bit.
3550 ("pmap_pv_demote_l2: page %p is not managed", m));
4153 ("pmap_remove_all: page %p is not managed", m));
5131 ("managed largepage va %#lx flags %#x", va, flags));
5288 * Enter on the PV list if part of our managed memory.
5669 ("pmap_enter_l3c: managed mapping within the clean submap"));
5795 * Enter on the PV list if part of our managed memory.
5938 ("pmap_enter_quick_locked: managed mappin
8569 bool managed; local
[all...]

Completed in 510 milliseconds