Displaying 1 result from an estimated 1 matches for "my_count".
Did you mean:
mm_count
2008 Jul 07
2
copyin having secondary effects.
...", self->r->h_aliases);
self->a = (char **)copyin((uintptr_t)self->r->h_aliases,
4*sizeof (char *));
}
#define ALIAS(X) \
pid$target::gethostbyname_r:return \
/ self->a[X] != 0 / \
{ \
printf("%d h_alias[%d]: %p", pid, X, (uintptr_t)(self->a[X])); \
self->my_counter++; \
}
#define XSALIAS(X)
#define SALIAS(X) \
pid$target::gethostbyname_r:return \
/ self->a[X] != 0 / \
{ \
printf(" X+1 %p\n", self->a[X+1]); \
printf("%d h_alias[%d]: %s", pid, X, \
copyinstr((uintptr_t)self->a[X])); \
printf("\nX %p", self->a[...