/openbmc/openpower-debug-collector/dump/tools/opdump/ |
H A D | opdreport | 17 -d, --dir <directory> Archive directory to copy the compressed report. 221 --long name:,dir:,dumpid:,size:,type:,eid:,failingunit:,help \ 235 -d|--dir)
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-proxy.c | 666 return closedir(fs->dir.stream); in proxy_closedir() 685 fs->dir.stream = NULL; in proxy_opendir() 691 fs->dir.stream = fdopendir(fd); in proxy_opendir() 692 if (!fs->dir.stream) { in proxy_opendir() 703 rewinddir(fs->dir.stream); in proxy_rewinddir() 708 return telldir(fs->dir.stream); in proxy_telldir() 714 entry = readdir(fs->dir.stream); in proxy_readdir() 720 td = telldir(fs->dir.stream); in proxy_readdir() 732 seekdir(fs->dir.stream, off); in proxy_seekdir() 835 fd = dirfd(fs->dir.stream); in proxy_fstat() [all …]
|
/openbmc/u-boot/fs/jffs2/ |
H A D | jffs2_nand_1pass.c | 243 free_nodes(&pL->dir); in jffs_init_1pass_list() 251 pL->dir.listCompare = compare_dirents; in jffs_init_1pass_list() 373 for (jDir = (struct b_dirent *)pL->dir.listHead; jDir; jDir = jDir->next) { in jffs2_1pass_find_inode() 481 for (jDir = (struct b_dirent *)pL->dir.listHead; jDir; jDir = jDir->next) { in jffs2_1pass_list_inodes() 568 for (jDir = (struct b_dirent *)pL->dir.listHead; jDir; jDir = jDir->next) { in jffs2_1pass_resolve_inode() 687 b = pL->dir.listHead; in jffs2_1pass_rescan_needed() 741 b = pL->dir.listHead; in dump_dirents() 859 if (insert_dirent(&pL->dir, (struct jffs2_raw_dirent *) node, in jffs2_1pass_build_lists() 890 putLabeledWord("dir entries = ", pL->dir.listCount); in jffs2_1pass_build_lists()
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 316 def dir(self, pnum, path): member in Disk 373 subdirs = iter(self.dir(pnum, abs_path).splitlines()) 376 dir = subdir.split(':')[1].split(" ", 1)[1] 377 if not dir == "." and not dir == "..": 378 self.remove_ext(pnum, "%s/%s" % (abs_path, dir), recursive) 569 print(disk.dir(args.path.part, path))
|
/openbmc/linux/sound/firewire/bebob/ |
H A D | bebob_stream.c | 260 enum avc_bridgeco_plug_dir dir; in map_data_channels() local 272 dir = AVC_BRIDGECO_PLUG_DIR_OUT; in map_data_channels() 274 dir = AVC_BRIDGECO_PLUG_DIR_IN; in map_data_channels() 276 avc_bridgeco_fill_unit_addr(addr, dir, AVC_BRIDGECO_PLUG_UNIT_ISOC, 0); in map_data_channels() 281 (dir == AVC_BRIDGECO_PLUG_DIR_IN) ? "in" : "out", in map_data_channels() 296 avc_bridgeco_fill_unit_addr(addr, dir, in map_data_channels() 303 (dir == AVC_BRIDGECO_PLUG_DIR_IN) ? "in" : in map_data_channels()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-debugfs.c | 423 struct dentry *dir; in xhci_debugfs_create_ring_dir() local 425 dir = debugfs_create_dir(name, parent); in xhci_debugfs_create_ring_dir() 427 ring, dir, &xhci_ring_fops); in xhci_debugfs_create_ring_dir() 429 return dir; in xhci_debugfs_create_ring_dir() 638 struct dentry *dir; in xhci_debugfs_create_ports() local 647 dir = debugfs_create_dir(port_name, parent); in xhci_debugfs_create_ports() 649 debugfs_create_file("portsc", 0644, dir, port, &port_fops); in xhci_debugfs_create_ports()
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | dt9812.c | 699 int dir = -1; in dt9812_find_endpoints() local 705 dir = USB_DIR_IN; in dt9812_find_endpoints() 708 dir = USB_DIR_OUT; in dt9812_find_endpoints() 713 dir = USB_DIR_IN; in dt9812_find_endpoints() 719 dir = USB_DIR_OUT; in dt9812_find_endpoints() 723 dir = USB_DIR_IN; in dt9812_find_endpoints() 726 if ((ep->bEndpointAddress & USB_DIR_IN) != dir) { in dt9812_find_endpoints()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-trace.h | 275 __field(int, dir) 279 __entry->dir = dev_priv->ep0_data_dir; 282 TP_printk("Queue to ep0%s length: %u", __entry->dir ? "in" : "out", 465 __field(unsigned int, dir) 477 __entry->dir = priv_ep->dir; 496 __entry->dir ? "IN" : "OUT"
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-cpu.c | 65 const char *name, int dir) in match_spec() argument 67 if (dir == SNDRV_PCM_STREAM_PLAYBACK && in match_spec() 68 spec->swm.dir != PORT_DIR_OUTPUT) { in match_spec() 72 if (dir == SNDRV_PCM_STREAM_CAPTURE && in match_spec() 73 spec->swm.dir != PORT_DIR_INPUT) { in match_spec() 147 unsigned int freq, int dir) in uniphier_aio_set_sysclk() argument 209 if (dir == SND_SOC_CLOCK_OUT) in uniphier_aio_set_sysclk()
|
H A D | aio-compress.c | 41 if (sub->swm->dir == PORT_DIR_OUTPUT) in uniphier_aio_comprdma_new() 65 if (sub->swm->dir == PORT_DIR_OUTPUT) in uniphier_aio_comprdma_free() 266 if (sub->swm->dir == PORT_DIR_OUTPUT) { in uniphier_aio_compr_pointer() 342 if (sub->swm->dir == PORT_DIR_OUTPUT) { in uniphier_aio_compr_copy() 368 if (sub->swm->dir == PORT_DIR_OUTPUT) { in uniphier_aio_compr_copy()
|
/openbmc/linux/tools/perf/util/ |
H A D | config.c | 424 const char *dir = perf_config_dirname(var, value); in perf_buildid_config() local 426 if (!dir) { in perf_buildid_config() 430 strncpy(buildid_dir, dir, MAXPATHLEN-1); in perf_buildid_config() 891 void set_buildid_dir(const char *dir) in set_buildid_dir() argument 893 if (dir) in set_buildid_dir() 894 scnprintf(buildid_dir, MAXPATHLEN, "%s", dir); in set_buildid_dir()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | stub_rx.c | 342 int dir = pdu->base.direction; in get_pipe() local 347 if (dir == USBIP_DIR_IN) in get_pipe() 357 if (dir == USBIP_DIR_OUT) in get_pipe() 364 if (dir == USBIP_DIR_OUT) in get_pipe() 371 if (dir == USBIP_DIR_OUT) in get_pipe() 387 if (dir == USBIP_DIR_OUT) in get_pipe()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/ |
H A D | thttpd.conf | 1 dir=@@SRVDIR
|
/openbmc/linux/sound/sparc/ |
H A D | cs4231.c | 59 int dir; member 67 int dir); 1670 if (base->dir == APC_PLAY) in sbus_dma_request() 1676 if (base->dir == APC_PLAY) in sbus_dma_request() 1699 if (base->dir == APC_RECORD) in sbus_dma_prepare() 1715 sbus_writel(0, base->regs + base->dir + APCNC); in sbus_dma_enable() 1717 if (base->dir == APC_PLAY) { in sbus_dma_enable() 1726 if (base->dir == APC_PLAY) in sbus_dma_enable() 1803 chip->c_dma.sbus_info.dir = APC_RECORD; in snd_cs4231_sbus_create() 1804 chip->p_dma.sbus_info.dir = APC_PLAY; in snd_cs4231_sbus_create() [all …]
|
/openbmc/u-boot/drivers/spi/ |
H A D | spi-mem-nodm.c | 22 if (op->data.dir == SPI_MEM_DATA_IN) in spi_mem_exec_op() 94 if (op->data.dir == SPI_MEM_DATA_IN && slave->max_read_size) in spi_mem_adjust_op_size()
|
/openbmc/linux/kernel/dma/ |
H A D | debug.h | 25 int nelems, int dir); 78 int nelems, int dir) in debug_dma_unmap_sg() argument
|
/openbmc/qemu/crypto/ |
H A D | tlscredsanon.c | 43 creds->parent_obj.dir ? creds->parent_obj.dir : "<nodir>"); in qcrypto_tls_creds_anon_load()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 21 int (*create)(struct dentry *dir, 23 void (*destroy)(struct dentry *dir,
|
/openbmc/linux/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3-spi.c | 34 enum spi_direction dir) in spi_xmit() argument 42 if (dir == SPI_DIR_TX) in spi_xmit()
|
/openbmc/linux/tools/iio/ |
H A D | Makefile | 7 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 8 srctree := $(patsubst %/,%,$(dir $(srctree)))
|
/openbmc/linux/sound/soc/qcom/ |
H A D | lpass-ipq806x.c | 98 static int ipq806x_lpass_alloc_dma_channel(struct lpass_data *drvdata, int dir, unsigned int dai_id) in ipq806x_lpass_alloc_dma_channel() argument 100 if (dir == SNDRV_PCM_STREAM_PLAYBACK) in ipq806x_lpass_alloc_dma_channel()
|
/openbmc/linux/fs/btrfs/ |
H A D | delayed-inode.h | 115 struct btrfs_inode *dir, 120 struct btrfs_inode *dir, u64 index);
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | rm_work.bbclass | 114 for dir in * 118 if [ $dir = 'pseudo' ]; then 119 "${RM_BIN}" -rf -- $dir 2> /dev/null || true 120 elif ! echo "$excludes" | grep -q -w "$dir"; then 121 "${RM_BIN}" -rf -- $dir
|
/openbmc/linux/drivers/vfio/pci/pds/ |
H A D | cmds.c | 203 enum dma_data_direction dir, in pds_vfio_dma_map_lm_file() argument 217 err = dma_map_sgtable(dev, &lm_file->sg_table, dir, 0); in pds_vfio_dma_map_lm_file() 255 dma_unmap_sgtable(dev, &lm_file->sg_table, dir, 0); in pds_vfio_dma_map_lm_file() 260 enum dma_data_direction dir, in pds_vfio_dma_unmap_lm_file() argument 278 dma_unmap_sgtable(dev, &lm_file->sg_table, dir, 0); in pds_vfio_dma_unmap_lm_file()
|
/openbmc/linux/fs/vboxsf/ |
H A D | dir.c | 95 static bool vboxsf_dir_emit(struct file *dir, struct dir_context *ctx) in vboxsf_dir_emit() argument 97 struct vboxsf_sbi *sbi = VBOXSF_SBI(file_inode(dir)->i_sb); in vboxsf_dir_emit() 98 struct vboxsf_dir_info *sf_d = dir->private_data; in vboxsf_dir_emit() 169 static int vboxsf_dir_iterate(struct file *dir, struct dir_context *ctx) in vboxsf_dir_iterate() argument 174 emitted = vboxsf_dir_emit(dir, ctx); in vboxsf_dir_iterate()
|