Searched defs:streq (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) function
H A Dproc-subset-pid.c35 static inline bool streq(const char *a, const char *b) function
/linux-master/drivers/clk/socfpga/
H A Dclk.h22 #define streq(a, b) (strcmp((a), (b)) == 0) macro
H A Dclk-gate-a10.c14 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/linux-master/scripts/dtc/
H A Ddtc.h91 #define streq(a, b) (strcmp((a), (b)) == 0) macro
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_pptp.h290 struct PptpStopSessionRequest streq; member in union:pptp_ctrl_union
/linux-master/drivers/scsi/
H A Dst.c453 struct st_request *streq; local
470 st_release_request(struct st_request *streq) argument

Completed in 156 milliseconds