/openbmc/openbmc/poky/meta/classes/ |
H A D | oelint.bbclass | 47 for dir in fpaths: 48 patchpath = dir + patchname
|
/openbmc/openbmc/meta-security/recipes-perl/perl/files/ |
H A D | libwhisker2.patch | 4 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 D | Makefile.host | 93 hostrust_flags = --out-dir $(dir $@) --emit=dep-info=$(depfile) \
|
/openbmc/linux/net/netfilter/ |
H A D | nf_nat_helper.c | 190 = 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 D | usb_network_test.sh | 66 extra_args+=(--gadget-dir-name "${gadget_dir}") 127 extra_args+=(--gadget-dir-name "${gadget_dir}")
|
/openbmc/u-boot/drivers/gpio/ |
H A D | intel_ich6_gpio.c | 78 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 D | amdgpu_ttm.h | 131 enum dma_data_direction dir, 134 enum dma_data_direction dir,
|
/openbmc/linux/drivers/android/ |
H A D | binder_internal.h | 82 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 D | 0004-tcl-update-the-header-location.patch | 39 # Path to the private tcl header dir: 57 # Install time header dir can be set via --includedir
|
/openbmc/linux/include/sound/ |
H A D | hda-mlink.h | 49 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 D | alter-includedir.patch | 39 # Path to the private tcl header dir: 57 # Install time header dir can be set via --includedir
|
/openbmc/phosphor-inventory-manager/test/ |
H A D | associations_test.cpp | 151 char dir[] = {"assocTestXXXXXX"}; in SetUp() local 152 jsonDir = mkdtemp(dir); in SetUp()
|
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 77 dir = d.getVar('D') + d.getVar('datadir') + '/ipmi-providers' 78 path = os.path.join(dir, 'dev_id.json')
|
/openbmc/linux/fs/btrfs/ |
H A D | props.h | 24 struct inode *dir);
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_sg.h | 53 int dir,
|
/openbmc/linux/fs/fat/ |
H A D | Makefile | 10 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 D | Makefile | 1 BPF_TESTMOD_DIR := $(realpath $(dir $(abspath $(lastword $(MAKEFILE_LIST)))))
|
/openbmc/linux/fs/hfs/ |
H A D | Makefile | 9 catalog.o dir.o extent.o inode.o attr.o mdb.o \
|
/openbmc/linux/fs/fuse/ |
H A D | Makefile | 10 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 D | debugfs_sta.h | 18 struct ieee80211_sta *sta, struct dentry *dir);
|
/openbmc/linux/drivers/usb/gadget/udc/bdc/ |
H A D | bdc_ep.c | 389 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 D | ioports.h | 57 int dir; member
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | phy.h | 44 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 D | python3-appdirs_1.4.4.bb | 1 …"A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
|
/openbmc/linux/fs/cramfs/ |
H A D | inode.c | 757 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()
|