Home
last modified time | relevance | path

Searched refs:dir (Results 1226 – 1250 of 3100) sorted by relevance

1...<<41424344454647484950>>...124

/openbmc/linux/fs/isofs/
H A DMakefile8 isofs-objs-y := namei.o inode.o dir.o util.o rock.o export.o
/openbmc/linux/tools/power/cpupower/bench/
H A Dparse.h36 FILE *prepare_output(const char *dir);
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.h7 unsigned int dir; member
/openbmc/linux/fs/hpfs/
H A DMakefile8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fltk/fltk/
H A Ddisable_test.patch13 for dir in $(DIRS); do\
/openbmc/u-boot/arch/arm/include/asm/
H A Ddma-mapping.h26 enum dma_data_direction dir) in dma_map_single() argument
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Defi-bootdisk.wks.in2 part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --…
/openbmc/linux/drivers/spi/
H A Dspi-nxp-fspi.c495 if (op->data.dir == SPI_MEM_DATA_IN && in nxp_fspi_supports_op()
501 if (op->data.dir == SPI_MEM_DATA_OUT && in nxp_fspi_supports_op()
582 op->data.dir == SPI_MEM_DATA_IN ? in nxp_fspi_prepare_lut()
917 if (!err && op->data.nbytes && op->data.dir == SPI_MEM_DATA_IN) in nxp_fspi_do_op()
945 op->data.dir == SPI_MEM_DATA_IN && in nxp_fspi_exec_op()
949 if (op->data.nbytes && op->data.dir == SPI_MEM_DATA_OUT) in nxp_fspi_exec_op()
967 if (op->data.dir == SPI_MEM_DATA_OUT) { in nxp_fspi_adjust_op_size()
978 if (op->data.dir == SPI_MEM_DATA_IN && in nxp_fspi_adjust_op_size()
H A Dspi-ingenic.c122 struct sg_table *sg, enum dma_transfer_direction dir, in spi_ingenic_prepare_dma() argument
127 .direction = dir, in spi_ingenic_prepare_dma()
153 desc = dmaengine_prep_slave_sg(chan, sg->sgl, sg->nents, dir, in spi_ingenic_prepare_dma()
158 if (dir == DMA_DEV_TO_MEM) { in spi_ingenic_prepare_dma()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c526 int startblock, block, dir; in search_bbt() local
534 dir = -1; in search_bbt()
537 dir = 1; in search_bbt()
557 int actblock = startblock + dir * block; in search_bbt()
622 int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; in write_bbt() local
670 dir = -1; in write_bbt()
673 dir = 1; in write_bbt()
677 int block = startblock + dir * i; in write_bbt()
/openbmc/linux/include/trace/events/
H A Drpcrdma.h516 __field(u32, dir)
536 __entry->dir = mr->mr_dir;
544 xprtrdma_show_direction(__entry->dir)
569 __field(u32, dir)
578 __entry->dir = mr->mr_dir;
584 xprtrdma_show_direction(__entry->dir)
1141 __field(u32, dir)
1151 __entry->dir = mr->mr_dir;
1158 xprtrdma_show_direction(__entry->dir),
1174 __field(u32, dir)
[all …]
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c62 DMADirection dir; member
316 AddressSpace *as, DMADirection dir) in gpadl_iter_init() argument
320 iter->dir = dir; in gpadl_iter_init()
334 iter->dir, io_end_in_page - map_start_in_page); in gpadl_iter_cache_unmap()
376 iter->map = dma_memory_map(iter->as, maddr, &mlen, iter->dir, in gpadl_iter_io()
379 dma_memory_unmap(iter->as, iter->map, mlen, iter->dir, 0); in gpadl_iter_io()
387 if (iter->dir == DMA_DIRECTION_FROM_DEVICE) { in gpadl_iter_io()
465 int vmbus_map_sgl(VMBusChanReq *req, DMADirection dir, struct iovec *iov, in vmbus_map_sgl() argument
494 iov[ret_cnt].iov_base = dma_memory_map(sgl->as, a, &l, dir, in vmbus_map_sgl()
508 vmbus_unmap_sgl(req, dir, iov, ret_cnt, 0); in vmbus_map_sgl()
[all …]
/openbmc/docs/testing/
H A Dlocal-ci-build.md95 cd /my/dir/for/phosphor-host-ipmid
106 (`/my/dir/for/phosphor-host-ipmid`), so we'll need to mount it when we run. Open
112 PHOSPHOR_IPMI_HOST_PATH="/my/dir/for/phosphor-host-ipmid"
133 cd /my/dir/for/phosphor-host-ipmid
/openbmc/linux/arch/arm/boot/dts/gemini/
H A DMakefile3 gemini-dlink-dir-685.dtb \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dautotools-brokensep.bbclass7 # Autotools class for recipes where separate build dir doesn't work
/openbmc/linux/include/linux/
H A Dramfs.h7 struct inode *ramfs_get_inode(struct super_block *sb, const struct inode *dir,
/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpdma.c750 int dir, chan; in dump_dtd() local
752 dir = dtd_get_dir(dtd); in dump_dtd()
756 dir == DTD_DIR_OUT ? "outbound" : "inbound", chan); in dump_dtd()
763 if (dir == DTD_DIR_IN) in dump_dtd()
771 dtd_get_mode(dtd), dir, chan, dtd_get_priority(dtd), in dump_dtd()
774 if (dir == DTD_DIR_IN) in dump_dtd()
782 if (dir == DTD_DIR_IN) in dump_dtd()
/openbmc/u-boot/cmd/
H A Dyaffs2.c38 extern void cmd_yaffs_mkdir(const char *dir);
39 extern void cmd_yaffs_rmdir(const char *dir);
/openbmc/linux/fs/hfs/
H A Dhfs.h142 } dir; member
236 struct hfs_cat_dir dir; member
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A D0001-build.c-ignore-return-of-1-from-tar-cf.patch34 @@ -481,6 +481,7 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
42 @@ -533,7 +534,9 @@ tarball_pack(const char *dir, filenames_feed_func *tar_filenames_feeder,
/openbmc/linux/tools/usb/usbip/
H A Dconfigure.ac87 AC_ARG_WITH([usbids-dir],
88 [AS_HELP_STRING([--with-usbids-dir=DIR],
/openbmc/openbmc/poky/meta/recipes-connectivity/socat/files/
H A D0001-fix-compile-procan.c-failed.patch6 1. Compile socat failed if out of tree build (build dir != source dir)
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-start-stop-daemon-fix-tests.patch40 testing "start-stop-daemon -x with -d on existing and check dir" \
47 testing "start-stop-daemon -x with --chdir on existing and check dir" \
/openbmc/openbmc/poky/meta/classes/
H A Doelint.bbclass47 for dir in fpaths:
48 patchpath = dir + patchname
/openbmc/openbmc/meta-security/recipes-perl/perl/files/
H A Dlibwhisker2.patch4 Subject: [PATCH] Mandir and perl install dir were overwritten with faulty
6 install dir are sent via paramters from the recipe.

1...<<41424344454647484950>>...124