Home
last modified time | relevance | path

Searched refs:streq (Results 26 – 47 of 47) sorted by relevance

12

/openbmc/linux/scripts/dtc/
H A Ddtc.h91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
102 return streq(str + len - suffix_len, suffix); in strends()
H A Dflattree.c228 if (streq(str, d->val + i)) in stringtable_insert()
259 if (streq(prop->name, "name")) in flatten_tree()
725 if (!streq(ppath, "/")) in nodename_from_path()
H A Dsrcpos.c151 if (streq(fname, "-")) { in srcfile_relative_open()
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep.h102 streq \tmp2, [\tmp1] @ invalidate SCU tags for CPU
H A Dsleep-tegra30.S139 streq \rd, [\r_car_base, #\pll_base]
510 streq r1, [r0, #EMC_NOP]
511 streq r1, [r0, #EMC_NOP]
H A Dsleep-tegra20.S74 streq \rd, [\r_car_base, #\pll_base]
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpsci.S58 streq r7, [r5]
/openbmc/linux/arch/arm/kernel/
H A Dhead-nommu.S153 M_CLASS(streq r3, [r12, #PMSAv8_MAIR0])
156 M_CLASS(streq r3, [r12, #PMSAv8_MAIR1])
191 streq r3, [r12, MPU_CTRL]
H A Diwmmxt.S346 streq r0, [r3] @ then clear ownership
H A Dentry-common.S243 streq scno, [tsk, #TI_ABI_SYSCALL]
/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c122 if (streq(fname, "-")) { in srcfile_relative_open()
H A Dflattree.c242 if (streq(str, d->val + i)) in stringtable_insert()
273 if (streq(prop->name, "name")) in flatten_tree()
739 if (!streq(ppath, "/")) in nodename_from_path()
H A Ddtc.h69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h290 struct PptpStopSessionRequest streq; member
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A D0001-Use-portable-implementation-for-basename-API.patch133 if (streq(kmod_compat_cmds[i]->name, cmd))
/openbmc/linux/drivers/memory/
H A Dti-emif-sram-pm.S236 streq r1, [r0, #EMIF_SDRAM_CONFIG]
/openbmc/linux/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S173 streq r8, [r9, #BUF_KEY] @ and save back
/openbmc/u-boot/board/samsung/goni/
H A Dlowlevel_init.S158 streq r1, [r0]
/openbmc/linux/drivers/scsi/
H A Dst.c453 struct st_request *streq; in st_allocate_request() local
455 streq = kzalloc(sizeof(*streq), GFP_KERNEL); in st_allocate_request()
456 if (streq) in st_allocate_request()
457 streq->stp = stp; in st_allocate_request()
467 return streq; in st_allocate_request()
470 static void st_release_request(struct st_request *streq) in st_release_request() argument
472 kfree(streq); in st_release_request()
/openbmc/linux/arch/arm/mach-at91/
H A Dpm_suspend.S368 streq r3, [r2, #AT91_DDRSDRC_MDR]
389 streq r3, [r2, #AT91_DDRSDRC_MDR]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch74 if (streq(sc, "0")) {
286 if (streq(p, "4294967295"))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch74 if (streq(sc, "0")) {
286 if (streq(p, "4294967295"))

12