Searched refs:hmcdrv_ftp_cmd_getid (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/s390/char/
H A Dhmcdrv_ftp.c37 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len);
45 * hmcdrv_ftp_cmd_getid() - determine FTP command ID from a command string
49 static enum hmcdrv_ftp_cmdid hmcdrv_ftp_cmd_getid(const char *cmd, int len) hmcdrv_ftp_cmd_getid() function
133 ftp->id = hmcdrv_ftp_cmd_getid(start, cmd - start); hmcdrv_ftp_parse()

Completed in 41 milliseconds