Lines Matching defs:reg_args
798 struct reg_args {
957 struct reg_args *rargs;
959 rargs = (struct reg_args *)calloc(1, sizeof (struct reg_args) +
972 sizeof (struct reg_args) + datasz, &result, sizeof (result));
1486 struct reg_args *rargs;
1490 if (alen < sizeof (struct reg_args) || cookie == NULL) {
1496 rargs = (struct reg_args *)args;
1499 datalen = alen - sizeof (struct reg_args);
2589 struct reg_args rargs;
2601 sizeof (struct reg_args), &result, sizeof (result));