Searched refs:alias (Results 126 - 139 of 139) sorted by relevance

123456

/linux-master/tools/objtool/
H A Dcheck.c459 if (func->embedded_insn || func->alias != func)
4227 if (sym->pfunc != sym || sym->alias != sym)
/linux-master/mm/
H A Dshmem.c3811 /* Find any alias of inode, but prefer a hashed alias */
3814 struct dentry *alias = d_find_alias(inode); local
3816 return alias ?: d_find_any_alias(inode);
H A Dhugetlb.c3287 __attribute__ ((weak, alias("__alloc_bootmem_huge_page")));
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2422 if (strcmp(def_name, dssdev->alias) == 0)
2430 /* then look for DT alias display0 */
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c1352 static DEVICE_ATTR(alias, 0444, dasd_alias_show, NULL);
/linux-master/include/linux/
H A Dsyscalls.h246 __diag_ignore(GCC, 8, "-Wattribute-alias", \
249 __attribute__((alias(__stringify(__se_sys##name)))); \
H A Dpci.h232 /* Use a PCIe-to-PCI bridge alias even if !pci_is_pcie */
240 /* A non-root bridge where translation occurs, stop alias search here */
2640 u16 alias, void *data), void *data);
/linux-master/drivers/iommu/
H A Diommu.c1444 /* We alias them or they alias us */
1469 * DMA alias iterator callback, return the last seen device. Stop and return
1472 static int get_pci_alias_or_group(struct pci_dev *pdev, u16 alias, void *opaque) argument
1514 * Use standard PCI bus topology, isolation features, and DMA alias quirks
1529 * Find the upstream DMA alias for the device. A device must not
1531 * If we find an alias along the way that already belongs to a
1560 * Look for existing groups on device aliases. If we alias another
/linux-master/drivers/target/
H A Dtarget_core_configfs.c366 pr_err("Passed alias: %s exceeds "
665 pr_err("dev[%p]: Unable to change model alias"
2318 pr_err("alias count: %d exceeds"
2332 pr_debug("Target_Core_ConfigFS: %s/%s set alias: %s\n",
2452 * Any ALUA logical unit alias besides "NULL" means we will be
2673 CONFIGFS_ATTR(target_dev_, alias);
/linux-master/arch/x86/events/intel/
H A Duncore_snbep.c5984 static DEVICE_ATTR_RO(alias);
/linux-master/fs/nls/
H A Dnls_cp932.c7912 .alias = "sjis",
H A Dnls_cp936.c11090 .alias = "gb2312",
H A Dnls_cp950.c9461 .alias = "big5",
H A Dnls_cp949.c13925 .alias = "euc-kr",

Completed in 804 milliseconds

123456