Home
last modified time | relevance | path

Searched defs:streq (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq() function
H A Dproc-subset-pid.c35 static inline bool streq(const char *a, const char *b) in streq() function
/openbmc/linux/drivers/clk/socfpga/
H A Dclk-gate-a10.c14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dclk.h22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/openbmc/linux/scripts/dtc/
H A Ddtc.h91 #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/linux/drivers/scsi/
H A Dst.c453 struct st_request *streq; in st_allocate_request() local
470 static void st_release_request(struct st_request *streq) in st_release_request()