Home
last modified time | relevance | path

Searched refs:dir (Results 1251 – 1275 of 3101) sorted by relevance

1...<<51525354555657585960>>...125

/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.
/openbmc/linux/scripts/
H A DMakefile.host93 hostrust_flags = --out-dir $(dir $@) --emit=dep-info=$(depfile) \
/openbmc/linux/net/netfilter/
H A Dnf_nat_helper.c190 = ct->master->tuplehash[!exp->dir].tuple.dst.u3; in nf_nat_follow_master()
197 = ct->master->tuplehash[!exp->dir].tuple.src.u3; in nf_nat_follow_master()
/openbmc/openbmc/meta-google/recipes-google/networking/google-usb-network/
H A Dusb_network_test.sh66 extra_args+=(--gadget-dir-name "${gadget_dir}")
127 extra_args+=(--gadget-dir-name "${gadget_dir}")
/openbmc/u-boot/drivers/gpio/
H A Dintel_ich6_gpio.c78 static int _ich6_gpio_set_direction(uint16_t base, unsigned offset, int dir) in _ich6_gpio_set_direction() argument
82 if (!dir) { in _ich6_gpio_set_direction()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.h131 enum dma_data_direction dir,
134 enum dma_data_direction dir,
/openbmc/linux/drivers/android/
H A Dbinder_internal.h82 extern struct dentry *binderfs_create_file(struct dentry *dir, const char *name,
91 static inline struct dentry *binderfs_create_file(struct dentry *dir, in binderfs_create_file() argument
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk/tcl/
H A D0004-tcl-update-the-header-location.patch39 # Path to the private tcl header dir:
57 # Install time header dir can be set via --includedir
/openbmc/linux/include/sound/
H A Dhda-mlink.h49 int channel_mask, int stream_id, int dir);
157 int channel_mask, int stream_id, int dir) in hdac_bus_eml_sdw_map_stream_ch() argument
/openbmc/openbmc/poky/meta/recipes-devtools/tcltk8/tcl8/
H A Dalter-includedir.patch39 # Path to the private tcl header dir:
57 # Install time header dir can be set via --includedir
/openbmc/phosphor-inventory-manager/test/
H A Dassociations_test.cpp151 char dir[] = {"assocTestXXXXXX"}; in SetUp() local
152 jsonDir = mkdtemp(dir); in SetUp()
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-config.bbappend77 dir = d.getVar('D') + d.getVar('datadir') + '/ipmi-providers'
78 path = os.path.join(dir, 'dev_id.json')
/openbmc/linux/fs/btrfs/
H A Dprops.h24 struct inode *dir);
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_sg.h53 int dir,
/openbmc/linux/fs/fat/
H A DMakefile10 fat-y := cache.o dir.o fatent.o file.o inode.o misc.o nfs.o
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A DMakefile1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
/openbmc/linux/fs/hfs/
H A DMakefile9 catalog.o dir.o extent.o inode.o attr.o mdb.o \
/openbmc/linux/fs/fuse/
H A DMakefile10 fuse-y := dev.o dir.o file.o inode.o control.o xattr.o acl.o readdir.o ioctl.o
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_sta.h18 struct ieee80211_sta *sta, struct dentry *dir);
/openbmc/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c389 req->ep->dir = 0; in setup_first_bd_ep0()
462 if (!req->ep->dir) in setup_bd_list_xfr()
549 usb_gadget_unmap_request(&bdc->gadget, &req->usb_req, ep->dir); in bdc_req_complete()
686 ret = usb_gadget_map_request(&bdc->gadget, &req->usb_req, ep->dir); in ep0_queue()
723 ret = usb_gadget_map_request(&bdc->gadget, &req->usb_req, ep->dir); in ep_queue()
1944 static int init_ep(struct bdc *bdc, u32 epnum, u32 dir) in init_ep() argument
1948 dev_dbg(bdc->dev, "%s epnum=%d dir=%d\n", __func__, epnum, dir); in init_ep()
1954 ep->dir = dir; in init_ep()
1956 if (dir) in init_ep()
1971 if (dir) in init_ep()
[all …]
/openbmc/u-boot/include/
H A Dioports.h57 int dir; member
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dphy.h44 void falcon_txc_set_gpio_dir(struct ef4_nic *efx, int pin, int dir);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-appdirs_1.4.4.bb1 …"A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
/openbmc/linux/fs/cramfs/
H A Dinode.c757 static struct dentry *cramfs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in cramfs_lookup() argument
764 sorted = CRAMFS_SB(dir->i_sb)->flags & CRAMFS_FLAG_SORTED_DIRS; in cramfs_lookup()
765 while (offset < dir->i_size) { in cramfs_lookup()
769 int dir_off = OFFSET(dir) + offset; in cramfs_lookup()
771 de = cramfs_read(dir->i_sb, dir_off, sizeof(*de)+CRAMFS_MAXPATHLEN); in cramfs_lookup()
800 inode = get_cramfs_inode(dir->i_sb, de, dir_off); in cramfs_lookup()

1...<<51525354555657585960>>...125