file_obj32_t
file_obj32_t fobj32;
if (copyin((void *)object, &fobj32, sizeof (file_obj32_t)))
fname = (caddr_t)(uintptr_t)((file_obj32_t *)objptr)->fo_name;
file_obj32_t *fobj32;
fobj32 = (file_obj32_t *)objptr;
file_obj32_t *fobj32;
fobj32 = (file_obj32_t *)objptr;