Searched refs:IRNET_MAX_COMMAND (Results 1 – 2 of 2) sorted by relevance
26 #define IRNET_MAX_COMMAND 256 /* Max length of a command line */ macro
49 char command[IRNET_MAX_COMMAND]; in irnet_ctrl_write()57 DABORT(count >= IRNET_MAX_COMMAND, -ENOMEM, in irnet_ctrl_write()