/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gcov.rst | 90 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcda`` 94 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcno``
|
/openbmc/linux/drivers/usb/gadget/udc/cdns2/ |
H A D | cdns2-debug.h | 92 int dir) in cdns2_decode_ep0_irq() argument 95 dir ? "ep0IN" : "ep0OUT"); in cdns2_decode_ep0_irq()
|
/openbmc/linux/fs/ceph/ |
H A D | acl.c | 167 int ceph_pre_init_acls(struct inode *dir, umode_t *mode, in ceph_pre_init_acls() argument 176 err = posix_acl_create(dir, mode, &default_acl, &acl); in ceph_pre_init_acls()
|
H A D | super.h | 1026 struct inode *ceph_new_inode(struct inode *dir, struct dentry *dentry, 1179 int ceph_pre_init_acls(struct inode *dir, umode_t *mode, 1194 static inline int ceph_pre_init_acls(struct inode *dir, umode_t *mode, in ceph_pre_init_acls() argument 1271 struct inode *dir, 1309 extern int ceph_atomic_open(struct inode *dir, struct dentry *dentry, 1326 extern int ceph_handle_notrace_create(struct inode *dir, struct dentry *dentry); 1336 extern unsigned ceph_dentry_hash(struct inode *dir, struct dentry *dn);
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 116 ``make O=output/dir`` 选项可以为输出文件(包括 .config)指定备用位置。 129 请注意:如果使用了 ``O=output/dir`` 选项,那么它必须用于make的所有调用。
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | Makefile | 75 bcm47094-dlink-dir-885l.dtb \ 76 bcm47094-dlink-dir-890l.dtb \
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | mocks.hpp | 111 std::filesystem::path dir = mkdtemp(templ); in MockHostInterface() local 112 _fifo = dir / "fifo"; in MockHostInterface()
|
/openbmc/dbus-sensors/src/tests/ |
H A D | test_Utils.cpp | 26 auto dir = std::to_array("./testDirXXXXXX"); in TestUtils() local 27 testDir = mkdtemp(dir.data()); in TestUtils()
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 104 /* This is the dir for gcc's private headers. */ 108 + /* This is the dir for gcc's private headers under the specified sysroot. */
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 1791 struct inode *dir) in reiserfs_new_directory() argument 1816 INODE_PKEY(dir)->k_dir_id, in reiserfs_new_directory() 1817 INODE_PKEY(dir)->k_objectid); in reiserfs_new_directory() 1824 INODE_PKEY(dir)->k_dir_id, in reiserfs_new_directory() 1825 INODE_PKEY(dir)->k_objectid); in reiserfs_new_directory() 1918 struct super_block *sb = dir->i_sb; in reiserfs_new_inode() 1935 if (!dir->i_nlink) { in reiserfs_new_inode() 1941 ih.ih_key.k_dir_id = reiserfs_choose_packing(dir); in reiserfs_new_inode() 2001 REISERFS_I(dir)->i_attrs & REISERFS_INHERIT_MASK; in reiserfs_new_inode() 2048 if (REISERFS_I(dir)->new_packing_locality) in reiserfs_new_inode() [all …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | core.c | 44 .dir = "IPQ8074/hw2.0", 129 .dir = "IPQ6018/hw1.0", 212 .dir = "QCA6390/hw2.0", 297 .dir = "QCN9074/hw1.0", 379 .dir = "WCN6855/hw2.0", 464 .dir = "WCN6855/hw2.1", 547 .dir = "WCN6750/hw1.0", 628 .dir = "IPQ5018/hw1.0", 1338 ab->hw_params.fw.dir); in ath11k_core_fetch_bdf() 1384 ATH11K_REGDB_FILE_NAME, ab->hw_params.fw.dir); in ath11k_core_fetch_regdb()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | msm_serial.c | 162 enum dma_data_direction dir; member 268 dma_unmap_single(dev, dma->phys, mapped, dma->dir); in msm_stop_dma() 326 dma->dir = DMA_TO_DEVICE; in msm_request_tx_dma() 378 dma->dir = DMA_FROM_DEVICE; in msm_request_rx_dma() 455 dma_unmap_single(port->dev, dma->phys, dma->count, dma->dir); in msm_complete_tx_dma() 493 dma->phys = dma_map_single(port->dev, cpu_addr, count, dma->dir); in msm_handle_tx_dma() 538 dma_unmap_single(port->dev, dma->phys, count, dma->dir); in msm_handle_tx_dma() 574 dma_unmap_single(port->dev, dma->phys, UARTDM_RX_SIZE, dma->dir); in msm_complete_rx_dma() 619 UARTDM_RX_SIZE, dma->dir); in msm_start_rx_dma() 672 dma_unmap_single(uart->dev, dma->phys, UARTDM_RX_SIZE, dma->dir); in msm_start_rx_dma()
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 322 if (!bt->dir) { in blk_trace_free() 326 debugfs_remove(bt->dir); in blk_trace_free() 519 struct dentry *dir = NULL; in do_blk_trace_setup() local 567 dir = q->debugfs_dir; in do_blk_trace_setup() 569 bt->dir = dir = debugfs_create_dir(buts->name, blk_debugfs_root); in do_blk_trace_setup() 576 if (IS_ERR_OR_NULL(dir)) { in do_blk_trace_setup() 588 debugfs_create_file("dropped", 0444, dir, bt, &blk_dropped_fops); in do_blk_trace_setup() 589 debugfs_create_file("msg", 0222, dir, bt, &blk_msg_fops); in do_blk_trace_setup() 591 bt->rchan = relay_open("trace", dir, buts->buf_size, in do_blk_trace_setup()
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_ca0132.c | 2373 if (dir == SCP_GET && reply == NULL) { in dspio_scp() 4368 const char *name, int dir) in add_tuning_control() argument 5580 int dir = get_amp_direction(kcontrol); in ca0132_vnode_switch_set() local 5587 0, dir); in ca0132_vnode_switch_set() 6464 int dir = get_amp_direction(kcontrol); in ca0132_volume_info() local 6548 0, dir); in ca0132_volume_put() 6610 int dir = get_amp_direction(kcontrol); in ca0132_volume_tlv() local 6643 const char *pfx, int dir) in ca0132_alt_add_effect_slider() argument 6678 const char *pfx, int dir) in add_fx_switch() argument 8914 if (dir >= 0) in sbz_gpio_shutdown_commands() [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/ |
H A D | Makefile.am-fix-parallel-issue.patch | 6 There might be no src dir if src/builtin.h runs earlier, create it to
|
/openbmc/u-boot/scripts/dtc/ |
H A D | srcpos.h | 30 char *dir; member
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
H A D | xf86-input-vmmouse_13.2.0.bb | 25 EXTRA_OECONF = "--with-udev-rules-dir=${nonarch_base_libdir}/udev/rules.d"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/sessreg/ |
H A D | 0001-Makefile.am-Error-Fix.patch | 6 Do not compile man dir since error always occur.
|
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
H A D | 0029-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 22 MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}")
|
/openbmc/linux/fs/efivarfs/ |
H A D | internal.h | 55 const struct inode *dir, int mode, dev_t dev,
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/ |
H A D | 0010-configure-lookup-meson-exutable-from-PATH.patch | 16 $mkvenv ensuregroup --dir "${source_path}/python/wheels" \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-rapidjson_1.17.bb | 14 SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}"
|
/openbmc/linux/drivers/dma/ |
H A D | uniphier-mdmac.c | 56 enum dma_transfer_direction dir; member 116 if (md->dir == DMA_MEM_TO_DEV) { in uniphier_mdmac_handle() 247 md->dir = direction; in uniphier_mdmac_prep_slave_sg()
|
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/ |
H A D | makedevs.c | 512 DIR *dir = NULL; in main() local 539 if ((dir = opendir(optarg)) == NULL) { in main() 542 closedir(dir); in main()
|
/openbmc/qemu/tests/qtest/ |
H A D | ivshmem-test.c | 485 gchar dir[] = "/tmp/ivshmem-test.XXXXXX"; in main() local 499 if (g_mkdtemp(dir) == NULL) { in main() 502 tmpdir = dir; in main()
|