Home
last modified time | relevance | path

Searched refs:dir (Results 2351 – 2375 of 3117) sorted by relevance

1...<<919293949596979899100>>...125

/openbmc/dbus-sensors/src/
H A DIntelCPUSensorMain.cpp434 const std::string& dir = devicePath.parent_path().string(); in exportDevice() local
435 for (const auto& path : std::filesystem::directory_iterator(dir)) in exportDevice()
/openbmc/linux/block/
H A Dblk-core.c493 struct dentry *dir = fault_create_debugfs_attr("fail_make_request", in fail_make_request_debugfs() local
496 return PTR_ERR_OR_ZERO(dir); in fail_make_request_debugfs()
/openbmc/linux/fs/f2fs/
H A Dxattr.c154 int f2fs_init_security(struct inode *inode, struct inode *dir, in f2fs_init_security() argument
157 return security_inode_init_security(inode, dir, qstr, in f2fs_init_security()
/openbmc/u-boot/tools/
H A Dkwbimage.c970 char *dir = cwd; in image_headersz_v1() local
974 dir = "current working directory"; in image_headersz_v1()
982 binarye->binary.file, dir); in image_headersz_v1()
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.c826 enum dma_transfer_direction dir; in usbhsf_dma_xfer_preparing() local
834 dir = usbhs_pipe_is_dir_in(pipe) ? DMA_DEV_TO_MEM : DMA_MEM_TO_DEV; in usbhsf_dma_xfer_preparing()
837 pkt->trans, dir, in usbhsf_dma_xfer_preparing()
/openbmc/linux/drivers/spi/
H A Dspi-rspi.c1094 enum dma_transfer_direction dir, in rspi_request_dma_chan() argument
1108 dir == DMA_MEM_TO_DEV ? "tx" : "rx"); in rspi_request_dma_chan()
1119 cfg.direction = dir; in rspi_request_dma_chan()
H A Dspi-qup.c389 unsigned int nents, enum dma_transfer_direction dir, in spi_qup_prep_sg() argument
398 if (dir == DMA_MEM_TO_DEV) in spi_qup_prep_sg()
403 desc = dmaengine_prep_slave_sg(chan, sgl, nents, dir, flags); in spi_qup_prep_sg()
/openbmc/linux/drivers/mtd/nand/raw/
H A Darasan-nand-controller.c684 unsigned int offset, dir; in anfc_rw_pio_op() local
689 dir = nfc_op->read ? READ_READY : WRITE_READY; in anfc_rw_pio_op()
690 ret = anfc_wait_for_event(nfc, dir); in anfc_rw_pio_op()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1351 u32 dir; member
1358 u32 dir; member
1805 struct inode * (*open_context) (struct inode *dir,
/openbmc/linux/fs/ubifs/
H A Dubifs.h1800 int ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir,
2033 struct inode *ubifs_new_inode(struct ubifs_info *c, struct inode *dir,
2037 int ubifs_check_dir_empty(struct inode *dir);
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass224 tmpdir = tempfile.mkdtemp(dir=d.getVar('ARCHIVER_WORKDIR'))
314 # Change the WORKDIR to make do_configure run in another dir.
491 # Change the WORKDIR to make do_unpack do_patch run in another dir.
496 # The changed 'WORKDIR' also caused 'B' changed, create dir 'B' for the
/openbmc/linux/net/sunrpc/
H A Dcache.c1891 struct dentry *dir = rpc_create_cache_dir(parent, name, umode, cd); in sunrpc_cache_register_pipefs() local
1892 if (IS_ERR(dir)) in sunrpc_cache_register_pipefs()
1893 return PTR_ERR(dir); in sunrpc_cache_register_pipefs()
1894 cd->pipefs = dir; in sunrpc_cache_register_pipefs()
/openbmc/linux/sound/soc/sh/
H A Dfsi.c1303 enum dma_transfer_direction dir; in fsi_dma_transfer() local
1307 dir = DMA_MEM_TO_DEV; in fsi_dma_transfer()
1309 dir = DMA_DEV_TO_MEM; in fsi_dma_transfer()
1315 dir, in fsi_dma_transfer()
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md431 \_dir_path. Bear in mind that a dir path can be relative or absolute, so
445 are a relative or absolute path (as shown in the examples above). A dir
787 \_dir_path. Bear in mind that a dir path can be relative or absolute so,
801 a relative or absolute path (as shown in the examples above). A dir path
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c649 dma->dir = 1; in sudmac_alloc_channel()
651 dma->dir = 0; in sudmac_alloc_channel()
663 return usb_gadget_map_request(&r8a66597->gadget, &req->req, dma->dir); in sudmac_alloc_channel()
673 usb_gadget_unmap_request(&r8a66597->gadget, &req->req, ep->dma->dir); in sudmac_free_channel()
1433 if (ep->dma->dir) { in sudmac_finish()
/openbmc/linux/sound/core/
H A Drawmidi.c2114 int dir; in snd_rawmidi_dev_disconnect() local
2120 for (dir = 0; dir < 2; dir++) { in snd_rawmidi_dev_disconnect()
2123 list_for_each_entry(s, &rmidi->streams[dir].substreams, list) { in snd_rawmidi_dev_disconnect()
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c1113 enum dma_data_direction dir) in get_mapped_sg_list() argument
1120 return ib_dma_map_sg(device, sg_list, npages, dir); in get_mapped_sg_list()
1318 enum dma_data_direction dir) in smb_direct_free_rdma_rw_msg() argument
1321 msg->sgt.sgl, msg->sgt.nents, dir); in smb_direct_free_rdma_rw_msg()
1327 enum dma_data_direction dir) in read_write_done() argument
/openbmc/linux/kernel/
H A Dkprobes.c3038 struct dentry *dir; in debugfs_kprobe_init() local
3040 dir = debugfs_create_dir("kprobes", NULL); in debugfs_kprobe_init()
3042 debugfs_create_file("list", 0400, dir, NULL, &kprobes_fops); in debugfs_kprobe_init()
3044 debugfs_create_file("enabled", 0600, dir, NULL, &fops_kp); in debugfs_kprobe_init()
3046 debugfs_create_file("blacklist", 0400, dir, NULL, in debugfs_kprobe_init()
/openbmc/qemu/hw/usb/
H A Ddev-mtp.c611 DIR *dir; in usb_mtp_object_readdir() local
624 dir = fdopendir(fd); in usb_mtp_object_readdir()
625 if (!dir) { in usb_mtp_object_readdir()
644 while ((entry = readdir(dir)) != NULL) { in usb_mtp_object_readdir()
647 closedir(dir); in usb_mtp_object_readdir()
/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c266 int dir; in prepare_ptd() local
279 dir = PTD_DIR_IN; in prepare_ptd()
292 dir = PTD_DIR_OUT; in prepare_ptd()
307 dir = PTD_DIR_SETUP; in prepare_ptd()
315 dir = (urb->transfer_buffer_length && usb_pipein(urb->pipe)) ? in prepare_ptd()
320 toggle = dir = len = 0; in prepare_ptd()
332 ptd->len = PTD_LEN(len) | PTD_DIR(dir); in prepare_ptd()
/openbmc/qemu/docs/about/
H A Dremoved-features.rst110 The ``-smb /some/dir`` argument is replaced by either
111 ``-netdev user,id=x,smb=/some/dir`` (for pluggable NICs, accompanied with
112 ``-device ...,netdev=x``), or ``-nic user,smb=/some/dir`` (for on-board NICs).
118 The ``-tftp /some/dir`` argument is replaced by either
119 ``-netdev user,id=x,tftp=/some/dir`` (for pluggable NICs, accompanied with
120 ``-device ...,netdev=x``), or ``-nic user,tftp=/some/dir`` (for embedded NICs).
483 Use ``-run-with chroot=dir`` instead.
/openbmc/linux/fs/smb/client/
H A Dinode.c1747 int cifs_unlink(struct inode *dir, struct dentry *dentry) in cifs_unlink() argument
1755 struct super_block *sb = dir->i_sb; in cifs_unlink()
1763 cifs_dbg(FYI, "cifs_unlink, dir=0x%p, dentry=0x%p\n", dir, dentry); in cifs_unlink()
1863 inode_set_mtime_to_ts(dir, inode_set_ctime_current(dir)); in cifs_unlink()
1864 cifs_inode = CIFS_I(dir); in cifs_unlink()
1865 CIFS_I(dir)->time = 0; /* force revalidate of dir as well */ in cifs_unlink()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c228 static int rvu_dbg_mcs_port_stats_display(struct seq_file *filp, void *unused, int dir) in rvu_dbg_mcs_port_stats_display() argument
237 mcs_get_port_stats(mcs, &stats, lmac, dir); in rvu_dbg_mcs_port_stats_display()
241 if (dir == MCS_RX && mcs->hw->mcs_blks > 1) in rvu_dbg_mcs_port_stats_display()
244 if (dir == MCS_TX) in rvu_dbg_mcs_port_stats_display()
266 static int rvu_dbg_mcs_sa_stats_display(struct seq_file *filp, void *unused, int dir) in rvu_dbg_mcs_sa_stats_display() argument
273 if (dir == MCS_TX) { in rvu_dbg_mcs_sa_stats_display()
386 static int rvu_dbg_mcs_flowid_stats_display(struct seq_file *filp, void *unused, int dir) in rvu_dbg_mcs_flowid_stats_display() argument
395 if (dir == MCS_RX) in rvu_dbg_mcs_flowid_stats_display()
402 mcs_get_flowid_stats(mcs, &stats, flow_id, dir); in rvu_dbg_mcs_flowid_stats_display()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c174 enum mlxsw_sp_rif_counter_dir dir) in mlxsw_sp_rif_p_counter_get() argument
176 switch (dir) { in mlxsw_sp_rif_p_counter_get()
187 enum mlxsw_sp_rif_counter_dir dir) in mlxsw_sp_rif_counter_valid_get() argument
189 switch (dir) { in mlxsw_sp_rif_counter_valid_get()
200 enum mlxsw_sp_rif_counter_dir dir, in mlxsw_sp_rif_counter_valid_set() argument
203 switch (dir) { in mlxsw_sp_rif_counter_valid_set()
215 enum mlxsw_sp_rif_counter_dir dir) in mlxsw_sp_rif_counter_edit() argument
221 if (dir == MLXSW_SP_RIF_COUNTER_EGRESS) in mlxsw_sp_rif_counter_edit()
273 enum mlxsw_sp_rif_counter_dir dir, in mlxsw_sp_rif_counter_fetch_clear() argument
350 *p_counter_index, true, dir); in mlxsw_sp_rif_counter_alloc()
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dinsane.bbclass145 for dir in bad_dirs:
146 if dir in rpath:
492 Check that /usr/share/info/dir isn't shipped in a particular package
494 infodir = d.expand("${infodir}/dir")
497 …oe.qa.add_message(messages, "infodir", "The /usr/share/info/dir file is not meant to be shipped in…
624 # Remove any .debug dir, heuristic that probably works
1082 for dir in (d.getVar('QA_EMPTY_DIRS') or "").split():
1083 empty_dir = oe.path.join(pkgd, dir)
1085 recommendation = (d.getVar('QA_EMPTY_DIRS_RECOMMENDATION:' + dir) or
1087 msg = "%s installs files in %s, %s" % (pkg, dir, recommendation)

1...<<919293949596979899100>>...125