/openbmc/linux/scripts/ |
H A D | asn1_compiler.c | 320 const char *const *pdir = _pdir, *dir = *pdir; in directive_compare() local 324 dlen = strlen(dir); in directive_compare() 329 val = memcmp(token->content, dir, clen); in directive_compare() 412 const char **dir; in tokenise() local 442 dir = bsearch(&tokens[tix], directives, in tokenise() 446 if (dir) { in tokenise() 447 tokens[tix++].token_type = dir - directives; in tokenise()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 37 dir = fs::path(mkdtemp(tmppldm)); in SetUp() 40 fs::copy("./files", dir); in SetUp() 42 imageFile = dir / "NVRAM-IMAGE"; in SetUp() 50 cksumFile = dir / "NVRAM-IMAGE-CKSUM"; in SetUp() 55 fileTableConfig = dir / "configFile.json"; in SetUp() 62 fs::remove_all(dir); in TearDown() 65 fs::path dir; member in TestFileTable
|
/openbmc/linux/fs/ntfs3/ |
H A D | ntfs_fs.h | 381 struct ntfs_index dir; member 492 struct inode *dir_search_u(struct inode *dir, const struct cpu_str *uni, 494 bool dir_is_empty(struct inode *dir); 680 int indx_find(struct ntfs_index *indx, struct ntfs_inode *dir, 715 struct inode *ntfs_create_inode(struct mnt_idmap *idmap, struct inode *dir, 721 int ntfs_unlink_inode(struct inode *dir, const struct dentry *dentry); 870 struct inode *dir);
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dib7000p.h | 54 int (*set_gpio)(struct dvb_frontend *demod, u8 num, u8 dir, u8 val);
|
/openbmc/u-boot/board/freescale/mpc8308rdb/ |
H A D | mpc8308rdb.c | 146 setbits_be32(&immr->gpio[0].dir, SPI_CS_MASK); in misc_init_r()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | maketype.py | 99 for name in dir(types):
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/ |
H A D | gdb-cross-canadian.inc | 2 inherit python3-dir
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/ |
H A D | lowpan-tools_git.bb | 24 inherit autotools python3-dir pkgconfig
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-keyring/ |
H A D | gnome-keyring_46.1.bb | 36 …${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/securit…
|
/openbmc/linux/security/apparmor/include/ |
H A D | policy_ns.h | 96 struct dentry *dir);
|
/openbmc/linux/tools/perf/util/ |
H A D | build-id.h | 85 void set_buildid_dir(const char *dir);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_ialloc.h | 75 xfs_lookup_t dir, int *stat);
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_priv.h | 90 u32 dir:4; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch | 46 const char *dir; /* directory or symlink to create */
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | nbd-tls-iothread | 85 tls_obj_base=tls-creds-x509,id=tls0,verify-peer=true,dir="${tls_dir}"
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0015-missing_syscall.h-Define-MIPS-ABI-defines-for-musl.patch | 46 const char *dir; /* directory or symlink to create */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xorg-app/ |
H A D | xterm_392.bb | 38 oe_runmake install-desktop DESTDIR="${D}" DESKTOP_FLAGS="--dir=${D}${DESKTOPDIR}"
|
/openbmc/openbmc/poky/meta/recipes-core/libcgroup/ |
H A D | libcgroup_3.1.0.bb | 23 PACKAGECONFIG[pam] = "--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes,--enable-pam…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 4 Subject: [PATCH] dbus: avoid 'strange' chars from the build dir in #defines 6 gdbus-codegen uses include guards with the full path dir, and if there
|
/openbmc/qemu/net/ |
H A D | filter.c | 49 NetFilterDirection dir) in netfilter_next() argument 53 if (dir == NET_FILTER_DIRECTION_TX) { in netfilter_next()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | sti-sas.c | 255 unsigned int freq, int dir) in sti_sas_set_sysclk() argument 260 if (dir == SND_SOC_CLOCK_OUT) in sti_sas_set_sysclk()
|
/openbmc/linux/drivers/md/ |
H A D | md-faulty.c | 100 static int check_sector(struct faulty_conf *conf, sector_t start, sector_t end, int dir) in check_sector() argument 108 switch (conf->modes[i] * 2 + dir) { in check_sector()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | vmtest.sh | 120 local dir="$2" 128 zstd -d | sudo tar -C "$dir" -x
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ntfs3.rst | 23 - *system.ntfs_attrib* gets/sets ntfs file/dir attributes. 28 - *system.ntfs_attrib_be* gets/sets ntfs file/dir attributes.
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | sys_parisc.c | 101 unsigned long flags, enum mmap_allocation_direction dir) in arch_get_unmapped_area_common() argument 146 if (dir == DOWN) { in arch_get_unmapped_area_common()
|