Home
last modified time | relevance | path

Searched refs:alias (Results 476 – 500 of 540) sorted by relevance

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

/openbmc/linux/fs/nfs/
H A Dnfs4proc.c3071 struct dentry *alias; in _nfs4_open_and_get_state() local
3073 alias = d_exact_alias(dentry, state->inode); in _nfs4_open_and_get_state()
3074 if (!alias) in _nfs4_open_and_get_state()
3075 alias = d_splice_alias(igrab(state->inode), dentry); in _nfs4_open_and_get_state()
3077 if (alias) { in _nfs4_open_and_get_state()
3079 ctx->dentry = dentry = alias; in _nfs4_open_and_get_state()
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1355 /* Using CMP alias SUBS wzr, Wn, Wm */
2279 /* Use CSET alias of CSINC Wd, WZR, WZR, invert(cond). */
2289 /* Use CSETM alias of CSINV Wd, WZR, WZR, invert(cond). */
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DNEWS.txt114 The alias may change in the future, so don't use this in code you're
944 not just tags. There are new alias methods fetchText() and firstText()
/openbmc/u-boot/doc/driver-model/
H A DREADME.txt496 To specify the sequence number in the device tree an alias is typically
517 The alias resolves to the same string in this case, but this version is
/openbmc/linux/tools/objtool/
H A Dcheck.c458 if (func->embedded_insn || func->alias != func) in decode_instructions()
4195 if (sym->pfunc != sym || sym->alias != sym) in validate_symbol()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst301 alias eth0 cs89x0
/openbmc/linux/Documentation/virt/kvm/x86/
H A Dmmu.rst94 addresses (gpa->hva); note that two gpas may alias to the same hva, but not
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst490 For each Zn, Zn bits [127:0] alias the ARMv8-A vector register Vn.
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor.dtsi150 * Actually should be pp3300 but that's practically an alias for
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dpackages.rst357 ``lighttpd-module-alias`` is created for it and the
359 "Lighttpd module for alias".
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c1324 __attribute__((alias("btf__raw_data")))
4807 struct btf *libbpf_find_kernel_btf(void) __attribute__((alias("btf__load_vmlinux_btf")));
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c1894 __attribute__((weak, alias("__flash_cmd_reset")));
/openbmc/linux/tools/perf/Documentation/
H A Dperf-report.txt297 alias for inverted caller based call graph.
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst542 "contextid": Will be an alias for the option that enables PID
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma.c147 GEM_BUG_ON(vm == &vm->gt->ggtt->alias->vm); in vma_create()
/openbmc/linux/mm/
H A Dshmem.c3776 struct dentry *alias = d_find_alias(inode); in shmem_find_alias() local
3778 return alias ?: d_find_any_alias(inode); in shmem_find_alias()
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt338 * an alias.
/openbmc/linux/include/linux/
H A Dsyscalls.h246 __attribute__((alias(__stringify(__se_sys##name)))); \
/openbmc/linux/Documentation/process/
H A Dmaintainer-tip.rst30 mail alias which distributes mails to the x86 top-level maintainer
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.rst432 - font-alias: update 1.0.4 -> 1.0.5
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst346 and cur.val fields can be considered an alias since these are used so often.
/openbmc/openbmc/poky/documentation/ref-manual/
H A Ddevtool-reference.rst115 Specify an alias for the item provided by the recipe. E.g. virtual/libgl
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-cargo-rustix-0.38.19-fix.patch49 #[doc(alias = "FICLONE")]
/openbmc/linux/drivers/s390/block/
H A Ddasd_devmap.c1356 static DEVICE_ATTR(alias, 0444, dasd_alias_show, NULL);
/openbmc/entity-manager/
H A DDoxyfile250 # the documentation. An alias has the form:
256 # "Side Effects:". You can put \n's in the value part of an alias to insert
258 # alias to insert a newline as if a physical newline was in the original file.
259 # When you need a literal { or } or , in the value part of an alias you have to

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