Searched defs:streq (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/proc/ |
H A D | proc.h | 22 static inline bool streq(const char *s1, const char *s2) in streq() function
|
H A D | proc-subset-pid.c | 35 static inline bool streq(const char *a, const char *b) in streq() function
|
/openbmc/linux/drivers/clk/socfpga/ |
H A D | clk-gate-a10.c | 14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
H A D | clk.h | 22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 69 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/openbmc/linux/scripts/dtc/ |
H A D | dtc.h | 91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
|
/openbmc/linux/include/linux/netfilter/ |
H A D | nf_conntrack_pptp.h | 290 struct PptpStopSessionRequest streq; member
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 453 struct st_request *streq; in st_allocate_request() local 470 static void st_release_request(struct st_request *streq) in st_release_request()
|