Lines Matching full:system
82 /* system call item */
90 /* system variable table */
95 const char* desc; /* description of system variable */
111 /* system variable item */
115 struct finsh_sysvar sysvar; /* system variable */
120 /* find out system variable, which should be implemented in user program */
233 * This function appends a system call to finsh runtime environment
234 * @param name the name of system call
235 * @param func the function pointer of system call
242 * This function appends a system variable to finsh runtime environment
243 * @param name the name of system variable
244 * @param type the data type of system variable
245 * @param addr the address of system variable