Home
last modified time | relevance | path

Searched refs:alias (Results 251 – 275 of 540) sorted by relevance

1...<<11121314151617181920>>...22

/openbmc/linux/fs/nfs/
H A Ddir.c728 struct dentry *alias; in nfs_prime_dcache() local
789 alias = d_splice_alias(inode, dentry); in nfs_prime_dcache()
791 if (alias) { in nfs_prime_dcache()
792 if (IS_ERR(alias)) in nfs_prime_dcache()
795 dentry = alias; in nfs_prime_dcache()
1475 struct dentry *alias; in nfs_clear_verifier_delegated() local
1480 hlist_for_each_entry(alias, &inode->i_dentry, d_u.d_alias) { in nfs_clear_verifier_delegated()
1481 spin_lock(&alias->d_lock); in nfs_clear_verifier_delegated()
1482 nfs_unset_verifier_delegated(&alias->d_time); in nfs_clear_verifier_delegated()
1483 spin_unlock(&alias->d_lock); in nfs_clear_verifier_delegated()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py1052 alias = package.installed_name
1053 if alias is not None and alias != '' and alias != package.name:
1054 return alias
1152 package.alias = _get_package_alias(package)
1188 package.alias = _get_package_alias(package)
1220 package.alias = _get_package_alias(package)
1225 o.alias = _get_package_alias(o.package)
/openbmc/linux/arch/powerpc/boot/dts/
H A Damigaone.dts47 0x02000000 0 0x00000000 0xfd000000 0 0x01000000>; // PCI alias memory (ISA)
/openbmc/linux/Documentation/fb/
H A Ds3fb.rst56 (alias TODO list)
/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c301 __attribute__((weak, alias("__setup_pcat_compatibility")));
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-draco.dts21 /* ethernet alias is needed for the MAC address passing from U-Boot */
/openbmc/linux/drivers/pci/
H A Dsearch.c30 u16 alias, void *data), void *data) in pci_for_each_dma_alias() argument
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-our_range_memslots.c150 hostmem_mr = memslots->slots[0].alias; in hvb_our_range_memslots_free()
/openbmc/linux/tools/perf/util/
H A Dparse-events.h235 const char *alias; member
/openbmc/linux/drivers/platform/x86/hp/
H A DKconfig28 should load automatically (via ACPI alias).
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dsamsung,usb3-drd-phy.yaml22 'usbdrd_phy' nodes should have numbered alias in the aliases node, in the
/openbmc/linux/Documentation/filesystems/
H A Dlocks.rst36 configured to rebuild the alias file. Sendmail tried to lock the aliases.dir
H A Dvfat.rst95 When creating 8.3 aliases, normally the alias will
100 be the short alias instead of longfi~1.txt.
317 prefers to refer to the 8.3 entry for a file as its alias and the
327 unsigned char alias_checksum; // checksum for 8.3 alias
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c598 YCHAR *alias = obj->variant.symlink_variant.alias; in yaffsfs_FollowLink() local
600 if (yaffsfs_IsPathDivider(*alias)) in yaffsfs_FollowLink()
602 obj = yaffsfs_FindObject(NULL, alias, symDepth++, in yaffsfs_FollowLink()
609 obj = yaffsfs_FindObject(obj->parent, alias, symDepth++, in yaffsfs_FollowLink()
3061 YCHAR *alias = obj->variant.symlink_variant.alias; in yaffs_readlink() local
3063 yaffs_strncpy(buf, alias, bufsiz - 1); in yaffs_readlink()
/openbmc/qemu/hw/i386/
H A Dpc_piix.c551 m->alias = "pc"; in pc_i440fx_8_2_machine_options()
563 m->alias = NULL; in pc_i440fx_8_1_machine_options()
963 m->alias = "xenfv"; in xenfv_3_1_machine_options()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c843 union uvh_rh_gam_alias_2_overlay_config_u alias; in get_lowmem_redirect() local
864 alias.v = uv_read_local_mmr(m_overlay); in get_lowmem_redirect()
865 if (alias.s.enable && alias.s.base == 0) { in get_lowmem_redirect()
866 *size = (1UL << alias.s.m_alias); in get_lowmem_redirect()
/openbmc/qemu/qapi/
H A Dmachine-target.json310 # @alias-of: Name of CPU model this model is an alias for. The target
311 # of the CPU model alias may change depending on the machine type.
343 '*alias-of' : 'str',
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c694 ppgtt_bind_vma(&i915_vm_to_ggtt(vm)->alias->vm, in aliasing_gtt_bind_vma()
710 ppgtt_unbind_vma(&i915_vm_to_ggtt(vm)->alias->vm, vma_res); in aliasing_gtt_unbind_vma()
746 ggtt->alias = ppgtt; in init_aliasing_ppgtt()
769 ppgtt = fetch_and_zero(&ggtt->alias); in fini_aliasing_ppgtt()
/openbmc/linux/drivers/of/
H A Dbase.c1041 int of_alias_from_compatible(const struct device_node *node, char *alias, int len) in of_alias_from_compatible() argument
1050 strscpy(alias, p ? p + 1 : compatible, len); in of_alias_from_compatible()
1724 ap->alias, ap->stem, ap->id, np); in of_alias_add()
1794 ap->alias = start; in of_alias_scan()
H A Ddevice.c277 app->alias); in of_device_uevent()
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_snmp_alerts_sub_menu.robot493 ${alias}= Create List snmp_server1 snmp_server2
495 FOR ${snmp_server} IN @{alias}
524 ... alias=snmp_server1 host=${SNMP_MGR1_IP}
529 ... alias=snmp_server2 host=${SNMP_MGR2_IP}
/openbmc/u-boot/tools/patman/
H A Dfunc_test.py136 settings.alias = {
/openbmc/u-boot/drivers/video/
H A Domap3_dss.c148 __attribute__((weak, alias("__board_video_init")));
/openbmc/linux/Documentation/networking/device_drivers/fddi/
H A Ddefza.rst52 achieved by adding an alias to the CAM. There is no way to disable
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-css10 Description: Contains the module alias as reported with uevents.

1...<<11121314151617181920>>...22