Home
last modified time | relevance | path

Searched defs:str1 (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/arm64/lib/
Dcopy_in_user.S57 .macro str1 ptr, regB, val macro
Dcopy_to_user.S55 .macro str1 ptr, regB, val macro
Dmemcpy.S59 .macro str1 ptr, regB, val macro
Dcopy_from_user.S56 .macro str1 ptr, regB, val macro
/linux-4.4.14/arch/x86/boot/
Dstring.c26 int strcmp(const char *str1, const char *str2) in strcmp()
/linux-4.4.14/arch/mips/include/asm/
Dasm.h25 #define __CAT(str1, str2) str1##str2 argument
27 #define __CAT(str1, str2) str1/**/str2 argument
29 #define CAT(str1, str2) __CAT(str1, str2) argument
/linux-4.4.14/init/
Ddo_mounts_md.c67 char *str1; in md_setup() local
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c124 const char str1[sizeof(STR_INTERFACE)]; member
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c126 const char str1[sizeof(STR_INTERFACE)]; member
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c100 static int my_bcmp(char *str1, char *str2, size_t n) in my_bcmp()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dcbe_thermal.c312 union spe_reg str1; in init_default_values() local
/linux-4.4.14/scripts/kconfig/
Dexpr.c920 const char *str1, *str2; in expr_calc_value() local
/linux-4.4.14/tools/usb/
Dffs-test.c266 const char str1[sizeof STR_INTERFACE_]; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1323 char str1[32], str2[32]; in sptlrpc_import_sec_adapt_inplace() local
/linux-4.4.14/tools/lib/traceevent/
Dparse-filter.c2386 char *str1, *str2; in pevent_filter_compare() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dphy.c1458 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte()