Home
last modified time | relevance | path

Searched refs:dir (Results 501 – 525 of 3117) sorted by relevance

1...<<21222324252627282930>>...125

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py463 if dir == "":
504 dir = entry.path
505 origin = dvar + dir
528 origin = dvar + dir
532 … fix_perms(origin, fs_perms_table[dir].mode, fs_perms_table[dir].uid, fs_perms_table[dir].gid, dir)
538 …fix_perms(each_dir, fs_perms_table[dir].mode, fs_perms_table[dir].uid, fs_perms_table[dir].gid, di…
541 …fix_perms(each_file, fs_perms_table[dir].fmode, fs_perms_table[dir].fuid, fs_perms_table[dir].fgid…
1318 if not dir:
1319 dir = os.sep
1409 if not dir:
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dxdomain.c656 struct tb_property_dir *dir; in update_property_block() local
661 if (!dir) { in update_property_block()
673 tb_property_free_dir(dir); in update_property_block()
680 tb_property_free_dir(dir); in update_property_block()
687 tb_property_free_dir(dir); in update_property_block()
692 tb_property_free_dir(dir); in update_property_block()
1044 struct tb_property_dir *dir = property->value.dir; in populate_service() local
1384 struct tb_property_dir *dir; in tb_xdomain_get_properties() local
1418 if (!dir) { in tb_xdomain_get_properties()
1484 tb_property_free_dir(dir); in tb_xdomain_get_properties()
[all …]
/openbmc/u-boot/arch/mips/mach-ath79/ar933x/
H A Dddr.c239 int i, j, dir, err, done; in ddr_tap_tuning() local
265 dir = 1; in ddr_tap_tuning()
296 if (dir) { in ddr_tap_tuning()
297 dir = 0; in ddr_tap_tuning()
308 if (dir) { in ddr_tap_tuning()
312 dir = 0; in ddr_tap_tuning()
/openbmc/linux/arch/powerpc/platforms/8xx/
H A Dcpm1.c143 __be16 dir, par, odr_sor, dat, intr; member
148 __be32 dir, par, odr, dat; member
152 __be32 dir, par, sor, odr, dat; member
168 setbits32(&iop->dir, pin); in cpm1_set_pin32()
170 clrbits32(&iop->dir, pin); in cpm1_set_pin32()
208 setbits16(&iop->dir, pin); in cpm1_set_pin16()
210 clrbits16(&iop->dir, pin); in cpm1_set_pin16()
454 setbits16(&iop->dir, pin_mask); in cpm1_gpio16_dir_out()
472 clrbits16(&iop->dir, pin_mask); in cpm1_gpio16_dir_in()
583 setbits32(&iop->dir, pin_mask); in cpm1_gpio32_dir_out()
[all …]
/openbmc/linux/usr/
H A Ddefault_cpio_list4 dir /dev 0755 0 0
6 dir /root 0700 0 0
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtestexport.py197 for dir in dir_list:
198 for item in os.listdir(dir):
199 … if os.path.isdir(os.path.join(dir, item)) and os.path.join(dir, item) not in dir_list:
200 dir_list.append(os.path.join(dir, item))
202 … elif os.path.join(dir, item) not in files_list and os.path.isfile(os.path.join(dir, item)):
203 files_list.append(os.path.join(dir, item))
/openbmc/linux/drivers/iio/light/
H A Dapds9300.c275 enum iio_event_direction dir, enum iio_event_info info, in apds9300_read_thresh() argument
280 switch (dir) { in apds9300_read_thresh()
296 enum iio_event_direction dir, enum iio_event_info info, int val, in apds9300_write_thresh() argument
303 if (dir == IIO_EV_DIR_RISING) in apds9300_write_thresh()
315 enum iio_event_direction dir) in apds9300_read_interrupt_config() argument
324 enum iio_event_direction dir, int state) in apds9300_write_interrupt_config() argument
351 .dir = IIO_EV_DIR_RISING,
356 .dir = IIO_EV_DIR_FALLING,
/openbmc/linux/drivers/iio/dac/
H A Dad5421.c87 .dir = IIO_EV_DIR_RISING,
92 .dir = IIO_EV_DIR_FALLING,
101 .dir = IIO_EV_DIR_RISING,
387 enum iio_event_direction dir, int state) in ad5421_write_event_config() argument
394 if (dir == IIO_EV_DIR_RISING) in ad5421_write_event_config()
418 enum iio_event_direction dir) in ad5421_read_event_config() argument
425 if (dir == IIO_EV_DIR_RISING) in ad5421_read_event_config()
442 enum iio_event_direction dir, enum iio_event_info info, int *val, in ad5421_read_event_value() argument
/openbmc/phosphor-state-manager/
H A Dobmcutil192 dir="/run/systemd/system/"
197 mkdir -p "${dir}${unit}.target.d"
198 echo -e "[Unit]\nRefuseManualStart=yes" >> "${dir}${unit}.target.d/${file}"
204 dir="/run/systemd/system/"
209 rm -rf "${dir}${unit}.target.d/${file}"
210 rm -rf "${dir}${unit}.target.d"
216 dir="/run/systemd/system/"
222 if [ -e "${dir}${unit}.target.d/${file}" ]; then
/openbmc/qemu/tests/migration/
H A Dstress.c233 static int mount_misc(const char *fstype, const char *dir) in mount_misc() argument
235 if (g_mkdir_with_parents(dir, 0755) < 0 && errno != EEXIST) { in mount_misc()
237 argv0, gettid(), dir, strerror(errno)); in mount_misc()
241 if (mount("none", dir, fstype, 0, NULL) < 0) { in mount_misc()
243 argv0, gettid(), dir, strerror(errno)); in mount_misc()
/openbmc/qemu/authz/
H A Dlistfile.c123 gchar *dir = NULL, *file = NULL; in qauthz_list_file_complete() local
144 dir = g_path_get_dirname(fauthz->filename); in qauthz_list_file_complete()
145 if (g_str_equal(dir, ".")) { in qauthz_list_file_complete()
156 fauthz->file_monitor, dir, file, in qauthz_list_file_complete()
164 g_free(dir); in qauthz_list_file_complete()
/openbmc/qemu/scripts/
H A Dqemu-version.sh5 dir="$1"
10 cd "$dir"
/openbmc/linux/fs/overlayfs/
H A Ddir.c140 int ovl_mkdir_real(struct ovl_fs *ofs, struct inode *dir, in ovl_mkdir_real() argument
146 err = ovl_do_mkdir(ofs, dir, dentry, mode); in ovl_mkdir_real()
184 err = ovl_do_link(ofs, attr->hardlink, dir, newdentry); in ovl_create_real()
188 err = ovl_do_create(ofs, dir, newdentry, attr->mode); in ovl_create_real()
200 err = ovl_do_mknod(ofs, dir, newdentry, attr->mode, in ovl_create_real()
205 err = ovl_do_symlink(ofs, dir, newdentry, attr->link); in ovl_create_real()
802 struct inode *dir = upperdir->d_inode; in ovl_remove_upper() local
814 inode_lock_nested(dir, I_MUTEX_PARENT); in ovl_remove_upper()
827 err = ovl_do_rmdir(ofs, dir, upper); in ovl_remove_upper()
829 err = ovl_do_unlink(ofs, dir, upper); in ovl_remove_upper()
[all …]
/openbmc/linux/include/xen/
H A Dswiotlb-xen.h9 size_t size, enum dma_data_direction dir);
11 size_t size, enum dma_data_direction dir);
/openbmc/linux/include/linux/dma/
H A Dmxs-dma.h18 enum dma_transfer_direction dir, unsigned long flags) in mxs_dmaengine_prep_pio() argument
21 dir, flags); in mxs_dmaengine_prep_pio()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dspdif-receiver.txt4 - compatible: should be "linux,spdif-dir".
9 compatible = "linux,spdif-dir";
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A D0001-check-sr-results-Change-the-expected-SR-result-confi.patch99 - dir: acs_results
148 - dir: esrt
151 - dir: entries
155 - dir: temp # This sometimes remains; ignore it
158 - dir: uefi_dump
182 - dir: docs
184 - dir: fw
191 - dir: manual-results
193 - dir: os-logs
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_debugfs.c76 struct dentry *dir; in bnxt_debug_dev_init() local
80 dir = debugfs_create_dir("dim", bp->debugfs_pdev); in bnxt_debug_dev_init()
87 debugfs_dim_ring_init(&cpr->dim, i, dir); in bnxt_debug_dev_init()
/openbmc/linux/samples/hid/
H A Dhid_mouse.c57 const char *str_id, *dir; in get_hid_id() local
70 dir = basename((char *)path); in get_hid_id()
72 str_id = dir + sizeof("0003:0001:0A37."); in get_hid_id()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0007-rlm_python-add-PY_INC_DIR-in-search-dir.patch4 Subject: [PATCH] rlm_python: add PY_INC_DIR in search dir
6 configure option --with-rlm-python-include-dir is used to set
8 so add it into search dir to fix it.
/openbmc/linux/arch/nios2/mm/
H A Dioremap.c80 pgd_t *dir; in remap_area_pages() local
84 dir = pgd_offset(&init_mm, address); in remap_area_pages()
94 p4d = p4d_alloc(&init_mm, dir, address); in remap_area_pages()
108 dir++; in remap_area_pages()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-udc.h160 #define EPMAP_FIFONO(ep, dir) \ argument
161 ((((ep) - 1) << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
162 #define EPMAP_FIFONOMSK(ep, dir) \ argument
163 ((3 << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test-list.c123 static void append_script(const char *dir, const char *file, const char *desc) in append_script() argument
145 files[files_num - 1].dir = strdup_check(dir); in append_script()
148 files[files_num].dir = NULL; in append_script()
/openbmc/linux/drivers/dma/ti/
H A Domap-dma.c284 switch (dir) { in omap_dma_fill_type2_desc()
544 if (d->dir == DMA_DEV_TO_MEM || d->dir == DMA_MEM_TO_MEM) { in omap_dma_start_sg()
591 if (d->dir == DMA_DEV_TO_MEM || d->dir == DMA_MEM_TO_MEM) { in omap_dma_start_desc()
911 else if (d->dir == DMA_DEV_TO_MEM || d->dir == DMA_MEM_TO_MEM) in omap_dma_tx_status()
1009 d->dir = dir; in omap_dma_prep_slave_sg()
1070 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_slave_sg()
1075 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_slave_sg()
1186 d->dir = dir; in omap_dma_prep_dma_cyclic()
1196 if (dir == DMA_DEV_TO_MEM) in omap_dma_prep_dma_cyclic()
1258 d->dir = DMA_MEM_TO_MEM; in omap_dma_prep_dma_memcpy()
[all …]
/openbmc/linux/drivers/auxdisplay/
H A Dhd44780_common.c172 int hd44780_common_shift_cursor(struct charlcd *lcd, enum charlcd_shift_dir dir) in hd44780_common_shift_cursor() argument
176 if (dir == CHARLCD_SHIFT_LEFT) { in hd44780_common_shift_cursor()
180 } else if (dir == CHARLCD_SHIFT_RIGHT) { in hd44780_common_shift_cursor()
192 enum charlcd_shift_dir dir) in hd44780_common_shift_display() argument
196 if (dir == CHARLCD_SHIFT_LEFT) in hd44780_common_shift_display()
198 else if (dir == CHARLCD_SHIFT_RIGHT) in hd44780_common_shift_display()

1...<<21222324252627282930>>...125