Home
last modified time | relevance | path

Searched full:unmanaged (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dtoaster-unmanaged-mode.json4 … "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Create_a_Yocto_project_and_start_the_Toaster",
34 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Sort_the_content_of_the_builds_table",
72 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Search_the_content_of_the_builds_table",
110 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Filter_the_content_of_the_builds_table",
152 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Tasks_in_toaster_UI",
234 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.package_detail_in_toaster_UI",
288 …"@alias": "toaster-unmanaged-mode.toaster-unmanaged.recipes:_Sort_the_content_of_the_recipes_table…
330 …"@alias": "toaster-unmanaged-mode.toaster-unmanaged.recipes:_Search_the_content_of_the_recipes_tab…
388 …"@alias": "toaster-unmanaged-mode.toaster-unmanaged.recipes:_Customise_the_columns_of_the_recipes_…
414 …"@alias": "toaster-unmanaged-mode.toaster-unmanaged.recipes:_View_a_table_with_all_the_recipes_inc…
[all …]
/openbmc/openbmc/poky/scripts/
H A Drunqemu-gen-tapdevs98 echo "Note: that the tap devices be set as unmanaged in the"
102 echo "unmanaged-devices=interface-name:$OE_TAP_NAME*"
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-gen-tapdevs98 echo "Note: that the tap devices be set as unmanaged in the"
102 echo "unmanaged-devices=interface-name:$OE_TAP_NAME*"
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_svm.c280 if (limit > svmm->unmanaged.start && start < svmm->unmanaged.limit) { in nouveau_svmm_invalidate_range_start()
281 if (start < svmm->unmanaged.start) { in nouveau_svmm_invalidate_range_start()
283 svmm->unmanaged.limit); in nouveau_svmm_invalidate_range_start()
285 start = svmm->unmanaged.limit; in nouveau_svmm_invalidate_range_start()
335 svmm->unmanaged.start = args->unmanaged_addr; in nouveau_svmm_init()
336 svmm->unmanaged.limit = args->unmanaged_addr + args->unmanaged_size; in nouveau_svmm_init()
796 if (start < svmm->unmanaged.limit) in nouveau_svm_fault()
797 limit = min_t(u64, limit, svmm->unmanaged.start); in nouveau_svm_fault()
H A Dnouveau_svm.h15 } unmanaged; member
H A Dnouveau_vmm.c134 int ret = nvif_vmm_ctor(&cli->mmu, "drmVmm", oclass, UNMANAGED, in nouveau_vmm_init()
/openbmc/linux/Documentation/networking/
H A Dl2tp.rst117 sockets are used to implement unmanaged L2TPv3 tunnels (iproute2's "ip
120 unmanaged tunnels later in this document.
441 Unmanaged L2TPv3 tunnels
444 The kernel L2TP subsystem also supports static (unmanaged) L2TPv3
445 tunnels. Unmanaged tunnels have no userspace tunnel socket, and
660 Unmanaged L2TPv3 Ethernet features are tested by the kernel's built-in
H A Dstatistics.rst57 For devices which contain unmanaged
H A Dcdc_mbim.rst43 MBIM functions are inactive when unmanaged. The cdc_mbim driver only
/openbmc/intel-ipmi-oem/src/
H A Dme_to_redfish_hooks.cpp179 auto unmanaged = unmanagedSource.find(selData.eventData3 & 0b1); in messageHook() local
182 unmanaged == unmanagedSource.end()) in messageHook()
190 args.push_back(unmanaged->second); in messageHook()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dvmm.h8 UNMANAGED, enumerator
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dbrcm,bcm7038-l1-intc.yaml70 configured by the firmware and should be left unmanaged. This should
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Drealtek.yaml7 title: Realtek switches for unmanaged switches
16 Realtek advertises these chips as fast/gigabit switches or unmanaged
/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp60 manager.handleAdminState("unmanaged", 2); in TEST_F()
/openbmc/linux/Documentation/networking/device_drivers/wwan/
H A Diosm.rst18 MBIM functions are inactive when unmanaged. The IOSM driver only provides a
H A Dt7xx.rst19 MBIM & AT functions are inactive when unmanaged. The t7xx driver provides
/openbmc/linux/net/l2tp/
H A Dtrace.h72 __entry->fd > 0 ? "managed" : "unmanaged",
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dvmm.c217 case UNMANAGED: args->type = NVIF_VMM_V0_TYPE_UNMANAGED; break; in nvif_vmm_ctor()
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DSwitch.v1_9_3.json336 … "description": "An indication of whether the switch is in a managed or unmanaged state.",
337 …scription": "This property shall indicate whether this switch is in a managed or unmanaged state.",
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.11.rst73 - systemd-networkd: backport fix for rm unmanaged wifi
/openbmc/linux/Documentation/virt/hyperv/
H A Dvmbus.rst210 neither "unmanaged" nor "managed" interrupts.
/openbmc/linux/drivers/vdpa/
H A Dvdpa.c1134 NL_SET_ERR_MSG_MOD(info->extack, "unmanaged vdpa device"); in vdpa_nl_cmd_dev_config_get_doit()
1222 NL_SET_ERR_MSG_MOD(info->extack, "unmanaged vdpa device"); in vdpa_nl_cmd_dev_stats_get_doit()
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager.cpp509 bool managed = state != "unmanaged"; in handleAdminState()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1235 bool unmanaged = ft_attr->flags & MLX5_FLOW_TABLE_UNMANAGED; in __mlx5_create_flow_table() local
1252 if (!unmanaged) { in __mlx5_create_flow_table()
1277 next_ft = unmanaged ? ft_attr->next_ft : in __mlx5_create_flow_table()
1285 if (!unmanaged) { in __mlx5_create_flow_table()
1293 if (!unmanaged) { in __mlx5_create_flow_table()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.h270 * on unmanaged exit/crash.

12