Home
last modified time | relevance | path

Searched refs:dir (Results 1576 – 1600 of 3116) sorted by relevance

1...<<61626364656667686970>>...125

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-desktop-portal/
H A Dxdg-desktop-portal_1.18.4.bb41 -Ddbus-service-dir=${datadir}/dbus-1/services \
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/gpio-shutdown/
H A Dgpio-shutdown.bb26 # Note: cannot have an empty branch, hence the redundant dir install.
/openbmc/linux/drivers/message/fusion/
H A Dmptctl.c1019 int dir; in kbuf_alloc_2_sgl() local
1048 dir = DMA_TO_DEVICE; in kbuf_alloc_2_sgl()
1050 dir = DMA_FROM_DEVICE; in kbuf_alloc_2_sgl()
1084 this_alloc, dir); in kbuf_alloc_2_sgl()
1163 int dir; in kfree_sgl() local
1167 dir = DMA_TO_DEVICE; in kfree_sgl()
1169 dir = DMA_FROM_DEVICE; in kfree_sgl()
1185 dir); in kfree_sgl()
2394 cfg.dir = 0; /* read */ in mptctl_hp_hostinfo()
2605 cfg.dir = 0; in mptctl_hp_targetinfo()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dmemory.c242 userptr->dir = DMA_BIDIRECTIONAL; in dma_map_host_va()
1516 struct device *dev, enum dma_data_direction dir) in set_dma_sg() argument
1536 struct device *dev, enum dma_data_direction dir) in alloc_sgt_from_device_pages() argument
1618 rc = set_dma_sg(sg, bar_address, chunk_size, dev, dir); in alloc_sgt_from_device_pages()
1648 rc = set_dma_sg(sg, bar_address, chunk_size, dev, dir); in alloc_sgt_from_device_pages()
1672 sg_dma_len(sg), dir, in alloc_sgt_from_device_pages()
1701 enum dma_data_direction dir) in hl_map_dmabuf() argument
1725 dir); in hl_map_dmabuf()
1733 dir); in hl_map_dmabuf()
1743 enum dma_data_direction dir) in hl_unmap_dmabuf() argument
[all …]
/openbmc/linux/drivers/block/
H A Dublk_drv.c817 size_t total, size_t pg_off, int dir) in ublk_copy_io_pages() argument
829 if (dir == ITER_DEST) in ublk_copy_io_pages()
879 unsigned offset, struct iov_iter *uiter, int dir) in ublk_copy_user_pages() argument
899 ublk_copy_io_pages(&iter, len, off, dir); in ublk_copy_user_pages()
902 if (dir == ITER_DEST) in ublk_copy_user_pages()
939 const int dir = ITER_DEST; in ublk_map_io() local
944 return ublk_copy_user_pages(req, 0, &iter, dir); in ublk_map_io()
961 const int dir = ITER_SOURCE; in ublk_unmap_io() local
967 return ublk_copy_user_pages(req, 0, &iter, dir); in ublk_unmap_io()
1895 struct iov_iter *iter, size_t *off, int dir) in ublk_check_and_get_req() argument
[all …]
/openbmc/linux/fs/reiserfs/
H A Ddir.c53 static inline bool is_privroot_deh(struct inode *dir, struct reiserfs_de_head *deh) in is_privroot_deh() argument
55 struct dentry *privroot = REISERFS_SB(dir->i_sb)->priv_root; in is_privroot_deh()
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A DREADME.rst119 ``make O=output/dir`` 選項可以爲輸出文件(包括 .config)指定備用位置。
132 請注意:如果使用了 ``O=output/dir`` 選項,那麼它必須用於make的所有調用。
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_loc.h67 unsigned int length, enum rxe_mr_copy_dir dir);
69 void *addr, int length, enum rxe_mr_copy_dir dir);
/openbmc/linux/fs/udf/
H A Dudfdecl.h86 struct inode *dir; /* Directory we are working with */ member
245 int udf_fiiter_init(struct udf_fileident_iter *iter, struct inode *dir,
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Ddavinci-mcasp-audio.yaml48 serial-dir:
195 serial-dir = <
/openbmc/linux/drivers/scsi/
H A Dmegaraid.c2735 struct proc_dir_entry *dir; in mega_create_proc_entry() local
2739 dir = proc_mkdir_data(string, 0, parent, adapter); in mega_create_proc_entry()
2740 if (!dir) { in mega_create_proc_entry()
2745 proc_create_single_data("config", S_IRUSR, dir, in mega_create_proc_entry()
2747 proc_create_single_data("stat", S_IRUSR, dir, in mega_create_proc_entry()
2749 proc_create_single_data("mailbox", S_IRUSR, dir, in mega_create_proc_entry()
2752 proc_create_single_data("rebuild-rate", S_IRUSR, dir, in mega_create_proc_entry()
2754 proc_create_single_data("battery-status", S_IRUSR, dir, in mega_create_proc_entry()
2756 proc_create_single_data("diskdrives-ch0", S_IRUSR, dir, in mega_create_proc_entry()
2758 proc_create_single_data("diskdrives-ch1", S_IRUSR, dir, in mega_create_proc_entry()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst145 inline_dentry Enable the inline dir feature: data in newly created
361 pending dir write keep keep N/A
362 pending non-dir write drop keep N/A
822 * chattr +c dir; touch dir/file
833 * compress_extension=so; nocompress_extension=zip; chattr +c dir; touch
834 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt
835 should be compresse, bar.zip should be non-compressed. chattr +c dir/bar.zip
837 * compress_extension=so; nocompress_extension=zip; chattr -c dir; touch
838 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be
840 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dsuricata.yaml64 default-log-dir: /var/log/suricata/
156 certs-log-dir: certs # directory to store the certificates files
176 # or are as specified by "dir". In Sguil mode "dir" indicates the base directory.
179 # $sguil-base-dir/YYYY-MM-DD/$filename.<timestamp>
197 #sguil-base-dir: /nsm_data/
254 log-dir: files # directory to store the files
926 # if not set, it will look at the current working dir
971 - decoder-events.rules # available in suricata sources under rules dir
972 - stream-events.rules # available in suricata sources under rules dir
1069 # and exit. The reports are printed to a file in the default log dir
[all …]
/openbmc/linux/drivers/iio/accel/
H A Dsca3000.c475 .dir = IIO_EV_DIR_RISING,
507 .dir = IIO_EV_DIR_FALLING,
876 enum iio_event_direction dir, in sca3000_read_event_value() argument
928 enum iio_event_direction dir, in sca3000_write_event_value() argument
1117 enum iio_event_direction dir) in sca3000_read_event_config() argument
1255 enum iio_event_direction dir, in sca3000_write_event_config() argument
/openbmc/linux/include/net/caif/
H A Dcfpkt.h210 struct cfpkt *cfpkt_fromnative(enum caif_direction dir, void *nativepkt);
/openbmc/openbmc/poky/meta/recipes-core/dbus/dbus/
H A Dtmpdir.patch14 avoid to check tmp dir at build time. instead uses hard coded /tmp here
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf10 childlogdir=/var/log/ ; ('AUTO' child log dir, default $TEMP)
/openbmc/u-boot/arch/arm/mach-mvebu/
H A DMakefile59 <$< >$(dir $<)$(@F)
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/
H A Dobmc-yadro-cli_git.bb36 --dir ${D} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/
H A Dindent_2.2.12.bb17 file://0001-Makefile.am-remove-regression-dir.patch \
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus.h46 const char *dir);
/openbmc/openbmc-build-scripts/scripts/
H A Ddbus-unit-test.py104 DBUS_DIR = tempfile.TemporaryDirectory(dir="/tmp/")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0004-configure.ac-remove-prog-test-of-augparse.patch38 [Default dump dir mode (default: 0x1A0 (0640))]),
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblockfile/
H A Dliblockfile_1.17.bb12 file://liblockfile-fix-install-so-to-man-dir.patch \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/libuser/
H A Dlibuser_0.64.bb24 inherit autotools features_check gettext python3native python3-dir pkgconfig gtk-doc

1...<<61626364656667686970>>...125