Searched refs:hello_string (Results 1 – 1 of 1) sorted by relevance
2712 u_int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_ioctlcmd() local2715 if(memcpy(puserbuffer, hello_string, (int16_t)strlen(hello_string))) { in arcmsr_iop_ioctlcmd()2958 int8_t *hello_string = "Hello! I am ARCMSR"; in arcmsr_iop_message_xfer() local2960 memcpy(pcmdmessagefld->messagedatabuffer, hello_string in arcmsr_iop_message_xfer()2961 , (int16_t)strlen(hello_string)); in arcmsr_iop_message_xfer()