Lines Matching full:argument
89 FETCH_OP_ARG, /* Function argument : .param */
217 unsigned int offset; /* Offset from argument entry */
219 const char *name; /* Name of this argument */
220 const char *comm; /* Command of this argument */
222 const struct fetch_type *type; /* Type of this argument */
403 C(BAD_ARG_NUM, "Invalid argument number"), \
417 C(BAD_FETCH_ARG, "Invalid fetch argument"), \
423 C(BAD_STRING, "String accepts only memory argument"), \
425 C(ARG_NAME_TOO_LONG, "Argument name is too long"), \
426 C(NO_ARG_NAME, "Argument name is not specified"), \
427 C(BAD_ARG_NAME, "Argument name must follow the same rules as C identifiers"), \
428 C(USED_ARG_NAME, "This argument name is already used"), \
429 C(ARG_TOO_LONG, "Argument expression is too long"), \
430 C(NO_ARG_BODY, "No argument expression"), \
434 C(DIFF_ARG_TYPE, "Argument type or name is different from existing probe"),\